body {
    /* FILTER: gray;
    -webkit-filter: grayscale(100%);
    word-wrap: break-word;
    word-break: break-all; */
    background: #fff;
    margin: 0 auto;
    width: 100%;
    font-family: arial;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

*:focus {
    outline: none;
}

button,
input,
select,
textarea,
label {
    vertical-align: middle;
    border: 0;
    outline: none;
    background: none;
}

img {
    vertical-align: middle;
    border: none;
    display: inline-block;
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none !important;
    vertical-align: baseline;
    cursor: pointer;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*修复boostrap table-responsive*/

th,
td {
    overflow: hidden;
    word-break: keep-all;
}


/*修复boostrap table-responsive*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

input,
textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type='checkbox']:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

header {
    width: 1310px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}

.search {
    width: 373px;
    height: 52px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search input {
    width: 302px;
    height: 50px;
    border: 1px solid #C9C9C9;
    border-right: none;
}

.search button {
    width: 70px;
    height: 50px;
    text-align: center;
    background: #3B6A96;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}

nav {
    width: 100%;
    height: auto;
    line-height: 60px;
    background: #3B6A96;
}

nav ul {
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

nav ul li a {
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 0 20px;
}

nav ul li a:hover {
    color: #ffffff;
    background: #E8464F;
}

.child_nav {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 2;
    display: none;
}

.child_nav .box {
    width: 100%;
    position: relative;
}

.child_nav a {
    color: #333333;
    font-size: 16px;
    line-height: 58px;
    padding: 0 22px;
    display: block;
    margin-right: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    position: relative;
    float: left;
}

.child_nav a:last-child {
    margin-right: 0;
}

.child_nav a:hover {
    border-bottom: 2px solid #E4001B;
    color: #333333;
}

.child_nav .common {
    position: absolute;
}

.banner {
    width: 100%;
    height: auto;
    z-index: 1;
    overflow: hidden;
}

.banner video {
    width: 100%;
    object-fit: fill;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news .title {
    color: #3B6A96;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3B6A96;
}

.news .title div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.news .title div:before {
    content: "";
    width: 6px;
    height: 26px;
    border-radius: 0.2rem;
    background: #3B6A96;
    margin-right: 10px;
}

.news .title a {
    color: #030303;
    font-size: 16px;
}

.news .new {
    width: 100%;
    color: #030303;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.news .new a {
    color: #030303;
    font-weight: 500;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .new .time {
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.news .new a:hover {
    color: #3B6A96;
}

.news .new a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C1C1C1;
    display: inline-block;
    margin-right: 5px;
}

.border-blue {
    border: 1px solid #3B6A96;
}

.text_swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text_swiper img {
    width: 100% !important;
    object-fit: cover;
}

.text_swiper .swiper-pagination {
    bottom: 5px;
    right: 20px;
}

.news:first-child {
    border-right: 1px solid #3B6A96;
}

.text_swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin-right: 3px;
}

.text_swiper .swiper-pagination-bullet-active {
    background: #E8464F;
    opacity: 1;
}

.text video {
    width: 100%;
}

.news_a:first-child {
    border-right: 1px solid #3B6A96;
}

.news_a:nth-child(2) {
    border-right: 1px solid #3B6A96;
}

.news_a .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news_a .title {
    color: #3B6A96;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3B6A96;
}

.news_a .title div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.news_a .title div:before {
    content: "";
    width: 6px;
    height: 26px;
    border-radius: 0.2rem;
    background: #3B6A96;
    margin-right: 10px;
}

.news_a .title a {
    color: #030303;
    font-size: 16px;
}

.news_a .new {
    width: 100%;
    color: #030303;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
}

.news_a .new a {
    color: #030303;
    font-weight: 500;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_a .new .time {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.news_a .new a:hover {
    color: #3B6A96;
}

.news_a .new a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C1C1C1;
    display: inline-block;
    margin-right: 5px;
}

.business {
    height: auto;
    background: url("../images/business_bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.business .title {
    width: 100%;
    text-align: center;
    color: #131313;
    font-size: 40px;
}

.business .box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.business_swiper {
    width: 100%;
    height: 500px;
}

.business_swiper .swiper-slide {
    transition: 300ms;
}

.business_swiper .swiper-slide img {
    display: none;
}

.business_swiper .swiper-slide .big_box {
    width: 370px;
    height: 289px;
}

.business_swiper .swiper-slide .big_box img {
    width: 370px;
    height: 289px;
}

.business_swiper .swiper-slide .big_box .right {
    display: none;
}

.business_swiper .swiper-slide-active,
.business_swiper .swiper-slide-duplicate-active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.business_swiper .swiper-slide-active .big_box {
    width: 968px !important;
    height: 400px !important;
    background: #fff;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.business_swiper .swiper-slide-active .big_box .right {
    width: 356px;
    display: block;
}

.business_swiper .swiper-slide-active .big_box .right .description {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 200%;
}

.business_swiper .swiper-slide-active .big_box .right a {
    width: 118px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #3B6A96;
    border-radius: 2px;
    color: #3B6A96;
    text-align: center;
    display: block;
}

.business_swiper .swiper-slide-prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.business_swiper .swiper-slide-prev img,
.business_swiper .swiper-slide-next img {
    display: block !important;
}

.business_swiper .swiper-slide-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.business_swiper .swiper-slide .title {
    color: #191919;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.business_swiper .swiper-slide .title:before {
    content: "";
    width: 6px;
    height: 28px;
    display: block;
    background: #3B6A96;
    border-radius: 5px;
    margin-right: 5px;
}

.business_swiper .swiper-slide-active img {
    width: 519px !important;
    height: 339px !important;
    margin-right: 30px;
    display: block;
}

.business_swiper .swiper-slide .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.business_swiper .swiper-button-next {
    width: 66px;
    height: 106px;
    background: #FFFFFF;
    color: #292838;
    margin-top: -50px;
    right: 18%;
}

.business_swiper .swiper-button-prev {
    width: 66px;
    height: 106px;
    background: #FFFFFF;
    color: #292838;
    margin-top: -50px;
    left: 18%;
}

.mySwiper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.mySwiper .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mySwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mySwiper .swiper-slide .img_toggle {
    width: 100px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("../images/solid_gray.png") no-repeat center 22px;
    position: relative;
}

.mySwiper .swiper-slide .img_toggle:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../images/swiper_bg.png") no-repeat center center;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 39px;
}

.mySwiper .swiper-slide .img_toggle:after {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../images/swiper_bg.png") no-repeat center center;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 39px;
}

.mySwiper .swiper-slide .img_toggle img:last-child {
    display: none
}

.mySwiper .swiper-slide p {
    color: #333;
    font-size: 20px;
}

.mySwiper .swiper-slide-thumb-active .img_toggle img:last-child {
    display: block;
}

.mySwiper .swiper-slide-thumb-active .img_toggle img:first-child {
    display: none;
}

.mySwiper .swiper-slide-thumb-active p {
    color: #3B6A96;
}

.business .box:before {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    background: url("../images/solid.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 130px;
}

.swiper_honor,
.swiper_new,
.swiper_new1,
.swiper_employee,
.swiper_history {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper_honor img,
.swiper_employee img,
.swiper_history img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 15rem;
    object-fit: cover;
}

.swiper_new img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 11rem;
    object-fit: cover;
}

.comminicate .box {
    position: relative
}

.comminicate .box img {
    width: 100%;
    object-fit: cover;
}

.comminicate .box a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 24px;
}

.comminicate .box .grey {
    width: calc(100% - 1.5rem);
    height: 100%;
    background: rgba(11, 11, 11, 0.65);
    position: absolute;
    z-index: 1;
    top: 0;
}

.comminicate .box:hover .grey {
    background: rgba(0, 99, 150, 0.85);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.comminicate .box:hover .grey:before {
    content: '';
    width: 90%;
    height: 80%;
    border: 1px solid #FFFFFF;
    display: block;
}

.context {
    font-size: 24px;
    color: #3B6A96;
}

.swiper-pagination-honor .swiper-pagination-bullet,
.swiper_employee .swiper-pagination-bullet,
.swiper_history .swiper-pagination-bullet {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
}

.swiper-pagination-honor .swiper-pagination-bullet-active,
.swiper_employee .swiper-pagination-bullet-active,
.swiper_history .swiper-pagination-bullet-active {
    background: none;
    border: 2px solid #3B6A96;
    opacity: 1;
}

.wrap1 {
    width: 98%;
    margin: 0 auto;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.wrap1 img {
    width: 100%;
    height: 215px;
    display: block;
    object-fit: cover;
}

.wrap1 a {
    color: #1D1D1D;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap1 ul {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.wrap1 ul li {
    width: 270px;
    float: left;
    margin-right: 20px;
}

.wrap1 ul li a:hover {
    color: #3B6A96;
}

footer {
    background: #232323;
    color: #7B7B7B;
}

footer a {
    color: #7B7B7B;
    font-size: 16px;
}

footer a:hover {
    color: #3B6A96;
}

.foot_container {
    max-width: 1320px;
}

.web_link a {
    margin-right: 2rem;
    font-weight: bold;
}

.wechat_weibo a {
    margin-right: 1rem;
}

.foot_right div {
    text-align: right;
}

.wechat_weibo a:hover {
    color: #3B6A96;
}


/*img{transition: all 0.5s}*/


/*img:hover{ transform:scale(1.1,1.1)}*/

.img_toggle img {
    transition: all 0.5s
}

.img_toggle img:hover {
    transform: rotateY(360deg);
}

.mobile_nav {
    display: none
}


/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/

.mobile_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sp_header {
    height: 90px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: auto
}

.sp_logo img {
    margin: auto;
    width: 220px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    background: #E8464F;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 99;
    background: #eee;
    width: 100%;
    height: calc(100% - 90px);
    font-size: 16px;
    line-height: 50px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 90px
}

.sjj_nav ul {
    padding-left: 0 !important;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    right: 0px;
    border-left: 1px #ddd solid;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    padding-left: 20px;
    position: relative;
    line-height: 50px;
    font-size: 16px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #E8464F
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/

.page_banner {
    width: 100%;
}

.d-none {
    display: none;
}


/*分页CSS*/

.postion li {
    margin-right: 0.5rem
}

.postion li a {
    color: #3B6A96;
}

.postion li a:hover {
    color: #E8464F;
}

.left_nav ul li {
    width: 100%;
    height: auto;
    background: #3B6A96;
    margin-bottom: 2px;
}

.hover {
    background: #E8464F;
}

.left_nav ul li a {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 22px;
}

.left_nav li a:hover {
    background: #E8464F;
}

.hover a {
    background: #E8464F;
}

.left_nav ul {
    padding: 0;
}

.left_nav ul li dd {
    margin-bottom: 0;
    background: #F7F7F7;
}

.left_nav ul li dl {
    display: none;
    margin-bottom: 0;
}

.left_nav ul li dl a {
    color: #2F2F2F;
}

.left_nav ul li dl a:hover {
    color: #3B6A96;
    background: #F7F7F7;
    font-weight: bold;
}

.dd_hover a {
    color: #3B6A96 !important;
    font-weight: bold;
    background: #F7F7F7;
}

.breadcrumb {
    margin-top: 1rem;
}

.right_context .title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    color: #1D1D1D;
    border-bottom: 3px solid #E5E5E5;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.right_context .title p {
    margin-bottom: 0;
}

.right_context .title:after {
    content: "";
    width: 120px;
    height: 3px;
    background: #3B6A96;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.right_context .title:before {
    content: "";
    width: 8px;
    height: 26px;
    border-radius: 5px;
    background: linear-gradient(0deg, #00669B, #038ED5);
    margin-right: 0.5rem;
}

.right_context .title a {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #030303;
    font-size: 16px;
}

.right_context .text {
    line-height: 200%;
    color: #242424;
    font-size: 20px;
}

.grey_bg {
    background: #C9C9C9;
}

.leader .position {
    width: 100%;
    line-height: 200%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}

.leader .position span {
    font-weight: bold;
}

.people {
    padding-left: 1.5rem !important;
}

.pic img {
    width: 100%;
}

.people h3 {
    font-size: 24px;
    color: #242424;
    font-weight: bold;
}

.people .description {
    line-height: 40px;
    font-size: 20px;
}

.leader_content {
    color: #242424;
    font-size: 20px;
}

.honor_pic a {
    color: #FFFFFF;
    font-size: 18px;
}

.honor_pic a p {
    background: #3B6A96;
    text-align: center;
    padding: 0.5rem 0;
}

.honor_pic a:hover {
    color: #FFFFFF;
    font-size: 18px;
}

.honor_pic a:hover p {
    background: #E8464F;
}

.page_news_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.page_news_swiper img {
    width: 100%;
    height: 22rem;
    object-fit: cover;
}

.news_b .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news_b .title {
    color: #3B6A96;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #3B6A96;
}

.news_b .title div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.news_b .title div:before {
    content: "";
    width: 6px;
    height: 26px;
    border-radius: 0.2rem;
    background: #3B6A96;
    margin-right: 10px;
}

.news_b .title a {
    color: #030303;
    font-size: 16px;
}

.news_b .new {
    width: 100%;
    color: #030303;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
    border-bottom: 1px dashed #1A1A1A;
}

.news_b .new a {
    color: #030303;
    font-weight: 500;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_b .new .time {
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.news_b .new a:hover {
    color: #3B6A96;
    font-weight: bold;
}

.news_b .new a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C1C1C1;
    display: inline-block;
    margin-right: 5px;
}

.mb4 {
    margin-bottom: 1.5rem;
}

.page_news_swiper {
    --swiper-pagination-color: #3B6A96;
    /* 两种都可以 */
}

.week_newspaper {
    width: 100%;
    height: 1120px;
    position: relative;
    overflow: hidden;
    top: 50px;
}

.week_newspaper .swiper-slide {
    text-align: center;
    font-size: 18px;
}

.week_newspaper .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.week_newspaper .swiper-slide a:last-child {
    background: #3B6A96;
    color: #FFFFFF;
    line-height: 50px;
    display: block;
}

.swiper_btn .swiper-button-next {
    top: 0!important;
    height: 100px;
    text-align: center;
    left: 47%;
}

.swiper_btn .swiper-button-prev {
    bottom: 0!important;
    top: inherit;
    height: 100px;
    text-align: center;
    left: 45%;
}

.data_list {
    background: #3B6A96;
    width: 440px;
    height: auto;
    padding: 3px !important;
}

.data_list .data_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    height: 80px;
    padding: 0 0.3rem;
}

.data_list .data_title span:first-child {
    color: #FFFFFF;
    font-size: 32px;
}

.data_list .data_title span:last-child {
    color: #FFFFFF;
    font-size: 18px;
}

.data_list .list {
    background: #FFFFFF;
    line-height: 64px;
}

.data_list .list a {
    color: #1B1B1B;
    font-size: 20px;
    display: block;
}


/*.data_list:nth-child(odd) {*/


/*    margin-right: 2rem;*/


/*}*/

.data_list .list a span {
    display: inline-block;
}

.data_list .list a span:first-child {
    width: 60%;
    text-align: center;
    font-size: 20px;
    color: #1B1B1B;
}

.data_list .list a span:last-child {
    width: 35%;
    font-size: 16px;
    text-align: right;
}

.data_list .list div:nth-child(even) {
    background: #EEEEEE;
}

.data_list .list a:hover span {
    color: #3B6A96;
}

.join_swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.join_swiper img {
    width: 100%;
    height: 22rem;
    object-fit: cover;
}

.enterprise img {
    height: 13rem;
    object-fit: cover;
}

.join_pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.my-bullet {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.my-bullet-active {
    width: 10px;
    height: 10px;
    background: #3B6A96;
    border: 1px solid #3B6A96;
    opacity: 1;
}

.join_us_text {
    line-height: 150%;
    font-size: 20px;
    color: #191919;
}

.job {
    text-align: center;
    color: #3B6A96;
    font-size: 18px;
    border-bottom: 1px solid #3B6A96;
    line-height: 40px;
}

.job_list {
    text-align: center;
    color: #181818;
    font-size: 16px;
    border-bottom: 1px dashed #646464;
    line-height: 40px;
}

.w-20 {
    width: 20%;
}

.join .text {
    font-size: 14px;
    color: #070707;
    line-height: 110%;
}

.join .text h5 {
    font-size: 16px;
}

.music_company img {
    width: 100%;
    object-fit: cover;
}

.sub_title {
    background: #3B6A96;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sub_title img {
    margin-right: 5px;
}

.sub_text {
    width: 100%;
    height: auto;
    background: #F8F8F8;
}

.sub_text {
    padding-left: 0 !important;
}

.sub_text li {
    width: 100%;
    height: 50px;
}

.sub_text li a {
    text-align: center;
    font-size: 14px;
    color: #1B1B1B;
    line-height: 50px;
    display: block;
}

.sub_text li a:hover {
    color: #3B6A96;
    background: #EEEEEE;
}

.message label {
    width: 100%;
    display: block;
    color: #7D7D7D;
    font-size: 20px;
    margin: 1rem auto;
}

.message input {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #F8F8F8;
    border: 1px solid #D9D9D9;
    padding: 0 2% 0 2.5rem;
}

.message textarea {
    width: 100%;
    height: 200px;
    line-height: 35px;
    padding: 0 2% 0 2.5rem;
    background: #F8F8F8;
    border: 1px solid #D9D9D9;
}

.message i {
    color: #9E9E9E;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 22px;
}

.message input:focus {
    background: #3B6A96;
    color: #FFFFFF;
}

.message textarea:focus {
    background: #3B6A96;
    color: #FFFFFF;
}

.message input:focus::-webkit-input-placeholder {
    color: #FFFFFF;
}

.text_white {
    color: #FFFFFF !important;
}

.message textarea:focus::-webkit-input-placeholder {
    color: #FFFFFF;
}

.message button {
    width: 150px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #3B6A96;
}

.code {
    color: #7D7D7D;
    font-size: 20px;
}

.pages {
    width: 100%;
    height: auto;
    margin: 50px auto;
    text-align: center;
}

.pages select {
    width: auto;
    padding: 8px 5px;
    margin: -2px 2px 0 0;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #999999;
    color: #000000;
    font-size: 16px;
}

.pages li {
    width: auto;
    cursor: pointer;
    padding: 0 15px;
    line-height: 38px;
    border: 1px solid #999999;
    color: #000000;
    font-size: 16px;
    display: inline-block;
}

.pages li a {
    color: #000000;
}

.pages li a:hover {
    color: #000
}

.pages #page_on {
    color: #ffffff;
    background: #3B6A96;
    border: 1px solid #3B6A96;
}

.news_list_title:before {
    width: 35px;
    height: 3px;
    content: "";
    background: #3B6A96;
    display: block;
    margin-right: 10px;
}

.news_list_title:after {
    width: 35px;
    height: 3px;
    content: "";
    background: #3B6A96;
    display: block;
    margin-left: 10px;
}

.news_list_title h3 {
    margin-bottom: 0;
}

.news_list_content img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news_list_content .title {
    font-size: 24px;
    color: #1D1D1D;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.news_list_content .time {
    font-size: 14px;
    color: #1D1D1D;
}

.news_list_content .description {
    font-size: 16px;
    color: #565656;
    overflow: hidden;
}

.recruit {
    font-size: 16px;
}

.recruit select {
    width: 60%;
}

.contact_style {
    border: 1px solid #DCDCDC;
    padding: 0 !important;
}

.contact_style h1 {
    text-align: center;
    display: block;
    border-bottom: 1px solid #DCDCDC;
    color: #333333;
    font-size: 36px;
    margin-bottom: 0;
}

.contact_style .left {
    padding: 0;
    height: 264px;
    border-right: 1px solid #DCDCDC;
}

.contact_style .right {
    padding: 0;
}

.contact_style .left p,
.contact_style .right p {
    color: #404040;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.contact_style .left i,
.contact_style .right i {
    color: #3B6A96;
    font-size: 60px;
}

.contact_style .left span,
.contact_style .right span {
    color: #404040;
    font-size: 18px;
}

#allmap {
    width: 100%;
    height: 350px;
}

.enterprise div p {
    font-size: 18px;
    color: #404040;
}

.enterprise div p:first-child {
    color: #404040;
    font-size: 24px;
    font-weight: bold;
}

.enterprise div p:first-child:after {
    content: "";
    display: block;
    margin: 1rem 0;
    width: 50px;
    height: 4px;
    background: #3B6A96;
}

.news_show_title {
    font-size: 28px;
    color: #333333;
    text-align: center;
}

.time_font {
    font-size: 20px;
    border-bottom: 1px solid #333333;
}

.news_show_content {
    font-size: 20px;
    line-height: 150%;
    color: #666666;
}

.news_show_content img {
    /* max-width: 800px; */
    display: block;
    margin: 0 auto;
}

.gray_bg {
    background: #FBFBFB;
}

.change_fontsize {
    cursor: pointer;
}

.latest_news {
    font-size: 20px;
    border-top: 1px solid #333333;
}

.page_new a {
    line-height: 180%;
    font-size: 18px;
    color: #333;
}

.page_new a:hover {
    color: #3B6A96;
}


/*分页CSS*/

.wechat_back_to_top {
    width: auto;
    height: 120px;
    position: fixed;
    top: 45%;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}

.wechat_back_to_top img {
    display: none;
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 5px;
}

.wechat_back_to_top .box {
    float: right;
}

.wechat_back_to_top .box div {
    width: 74px;
    height: 74px;
    background: #3B6A96;
}

.wechat_back_to_top .box div:first-child {
    margin-bottom: 3px;
}

.wechat_back_to_top .box i {
    color: #FFFFFF;
    font-size: 35px;
}

.pic_style img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.special .col-xl-6 {
    width: 48%!important;
}

.special .col-xl-6:nth-child(odd) {
    margin-right: 20px;
}

.swiper_btn {
    position: relative;
}
