.business .inner {
    position: relative;
}

#business-swiper {
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    height: 270px;
    padding-top: 0px;
}

#business-swiper .swiper-slide {
    width: 280px;
    height: 267px;
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.slide-card .item_one {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 100;
}

#business-swiper .swiper-slide .business_two {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transition: top .3s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#business-swiper .swiper-slide .slide-card {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform .36s;
    -moz-transition: -moz-transform .36s;
    -o-transition: -o-transform .36s;
    transition: transform .36s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 3px 0 #ECECEC;
}

#business-swiper .swiper-slide:hover .slide-card {
    -webkit-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

    transform: rotateY(180deg);
}

#business-swiper .swiper-slide:hover .business_two {
    z-index: 100;
}

#business-swiper .swiper-slide:hover .item_one {
    z-index: 1;
    display: none;
}

#business-swiper .slide-card > div {
    position: relative;
}

#business-swiper .slide-card .business_item_img {
    height: 73px;
}

.slide-card .business_item_num {
    width: 55%;
    display: flex;
    color: #FFBA00;
    margin: 15px auto 0;
}

.slide-card .business_item_num div:first-child {
    width: 50px;
    height: 1px;
    background: #FFBA00;
}

.slide-card .business_item_num div:nth-child(2) {
    font-size: 18px;
    margin: 0 30px;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    bottom: 10px;
}

.slide-card .business_item_num div:last-child {
    width: 50px;
    height: 1px;
    background: #FFBA00;
}

#business-swiper .business_item_img img {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.slide-card .business_item_title {
    font-size: 20px;
    color:#244d78;
    text-align: center;
	height:26px; padding:10px;
}

.slide-card .business_item_show {
    width: 97%;
    margin: 20px auto 0;
}

.slide-card .business_item_show img {
    width: 100% !important;
}

.slide-card .business_item_btn {
    width: 30%;
    margin: 30px auto;
    padding: 0 8px 5px;
    border-bottom: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slide-card .business_item_btn img {
    display: inline-block;
}

.business_two .business_item_title {
    color: #244d78;
}

.business_two .business_item_num div:first-child {
    width: 50px;
    height: 1px;
    background: #DE0011;
}

.business_two .business_item_num div:last-child {
    width: 50px;
    height: 1px;
    background: #DE0011;
}

.business_two .business_item_show {
    position: relative;
}

.business_two .business_item_show > div {
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 58, 0.6);
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.business_two .business_item_show > div > div {
    width: 90%;
    position: absolute;
	height:inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.business_two .business_item_num {
    width: 55%;
    display: flex;
    color: #DE0011;
    margin: 15px auto 0;
}

.business-prev, .business-next {
    width: 32px;
    height: 62px;
    position: absolute;
    top: 189px;
    cursor: pointer;
}

.business-prev {
    left: 0;
    background: url("../images/bl.png");
}

.business-prev:hover {
    background: url("../images/bl2.png")
}

.business-next {
    right: 0;
    background: url("../images/br.png");
}

.business-next:hover {
    background: url("../images/br2.png")
}

#news-swiper {
    position: relative;
}

#news-swiper .news_btn .new-swiper-prev {
    position: absolute;
    z-index: 1000;
    top: 42%;
    left: 3%;
    transform: translateY(-50%);
}

#news-swiper .news_btn .new-swiper-next img {
    transform: rotate(180deg);
}

#news-swiper .news_btn .new-swiper-next {
    position: absolute;
    z-index: 1000;
    top: 42%;
    right: 3%;
    transform: translateY(-50%);
}

#news-swiper .swiper-pagination-bullets {
    bottom: 105px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 15px;
}

#news-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
}

#news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #de0011
}

.index-news-wrap {
    padding: 0 25px;
    height: 48px;
    overflow: hidden;
    transition: all .36s;
    margin: 0;
}

.index-news-wrap h2 {
    width: 100%;
    margin-left: 0px;
    font: 16px/48px '微软雅黑';
    color: #454545;
    transition: all .36s;
    padding-left: 15px;
    position: relative;
}

.index-news-wrap h2:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #999999;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 22px;
}

.index-news-wrap h2 a {
    color: #454545;
}

.index-news-wrap h2 span {
    float: right;
    font-size: 14px;
}

.index-news-wrap p {
    font: 14px/24px '微软雅黑';
    color: #939393;
    margin-left: 0px;
    transition: all .36s;
}

.index-news-wrap.active {
    padding: 20px 25px;
    height: 116px;
    margin-bottom: 20px;
    -webkit-box-shadow: #E8E8E8 0 0 10px;
    -moz-box-shadow: #E8E8E8 0 0 10px;
    box-shadow: #E8E8E8 0 0 10px;
}

.index-news-list {
    width: 100%;
    height: 100%;
}

.index-news-wrap.active .index-news-pic {
    width: 25%;
    height: 100%;
}

.index-news-wrap.active .index-news-pic img {
    width: 100%;
    height: 100%;
}

.index-news-pic {
    width: 0;
    height: 116px;
    overflow: hidden;
    display: block;
    float: left;
    transition: all .36s;
}

.index-news-wrap.active h2 {
    width: 60%;
    margin-left: 30%;
    font-size: 18px;
    line-height: 42px;
    padding-left: 0;
}

.index-news-wrap .index-news-list h2 {
    display: flex;
    justify-content: space-between;
}

.index-news-wrap .index-news-list .index-news-title {
    width: 70%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active .index-news-list h2 {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active span {
    display: none;
}

.index-news-wrap.active h2:after {
    display: none;
}

.index-news-wrap.active p {
    margin-left: 30%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-top {
    height: 252px;
    background: url("../images/news-top.jpg") no-repeat center/cover
}

#news {
    margin: -68px auto 0;
    width: 82%;
    background: #f5f5f5;
}

.workBox {
    margin: 0 auto !important;
}

#news-search {
    margin-right: 50px;
    background: #fff
}

.content_box {
    width: 108%;
    background: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

#news-list {
    width: 59.8%;
    background: #fff;
    margin: 30px 0 0 0;
}

.news-nav {
    height: 68px;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #F5F5F5;
    box-sizing: border-box
}

.news-nav a {
    width: 20%;
    font: 16px/68px '微软雅黑';
    color: #333;
    text-align: center;
    height: 74px;
    position: relative;
    transition: all .3s;
}

.news-nav a:not(:last-child):after {
    content: '';
    width: 1px;
    height: 20px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.news-nav a.active, .news-nav a:hover {
    background: url("../images/news-bg.png") no-repeat center/cover;
    color: #fff;
}

#news-list .news_item_first {
    display: flex;
    position: relative;
    color: #939393;
    padding: 30px 45px;
    border-bottom: 1px solid #F5F5F5;
}

#news-list .news_item_first .first_look, .news_item_content .first_look {
    display: flex;
    align-items: center;
}

.news_item_first .first_content {
    margin-left: 30px;
}

.first_content .first_date {
    font-size: 24px;
    color: #666666;
    margin-top: 5px;
}

.first_content .first_title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.first_content .first_title a {
    color: #454545;
}

.first_content .first_detail {
    line-height: 24px;
}

.news_item_first .first_look {
    margin: 10px 0 0;
}

.news_item_first .first_look span {
    margin-left: 10px;
}

.news_item_first .first_look img, .news_item_content .first_look img {
    width: 18px;
    height: 18px;
}

.news_item_first .first_hover, .news_item_content .news_item_hover {
    position: absolute;
    bottom: 20%;
    right: 8%;
    opacity: 0;
    transition: all .2s linear;
}

.news_item_first:hover {
    box-shadow: #efefef 0 0 10px;
}

.news_item_first:hover .first_hover, .news-item:hover .news_item_hover {
    opacity: 1;
    right: 5%;
}

.news_item_first:hover .first_title a {
    color: #DE0011;
}

.news-item:hover .news_item_content .first_title {
    color: #DE0011 !important;
}

#news-list .news-item {
    display: flex;
    position: relative;
    color: #939393;
    padding: 30px 45px;
    border-bottom: 1px solid #F5F5F5;
}

#news-list .news-item .first_title {
    margin-top: 5px;
    font-size: 18px;
    color: #454545;
    font-weight: bold;
}

#news-list .news-item .first_detail {
    padding: 10px 0;
    line-height: 24px;
}

#news-list .news-item .first_look {
    margin-top: 5px;
}

.news-item .news_item_content {
    margin-left: 30px;
}

.news_item_content .first_look span {
    margin-left: 10px;
}

#news-list .news-item .news_item_date {
    width: 15%;
    text-align: right;
}

.news-item .news_item_date p:first-child {
    font-size: 30px;
    letter-spacing: 1px;
    color: #666666;
}

.news-item .news_item_date p:last-child {
    width: 45px;
    margin-top: 12px;
    padding-top: 12px;
    color: #939393;
    font-size: 18px;
    border-top: 1px solid #CCCCCC;
    float: right;
    text-align: center;
}

.news-item:hover {
    box-shadow: #efefef 0 0 10px;
}

#news-list .news_item_page {
    display: flex;
    margin: 80px 0 120px 45px;
}

#news-list .news_item_page a {
    margin: 0 10px;
}

#news-list .news_item_page .item_page {
    display: flex;
}

#news-list .news_item_page .item_page a {
    height: 35px;
    width: 50px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_item_page .active {
    background: #1B54A6;
    color: #fff;
}

#news-list .news_item_page > a:first-child, #news-list .news_item_page > a:last-child {
    width: 80px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #E6E6E6;
}

.news_link {
    position: relative;
    padding-top: 59px;
    width: 30.4%;
}

.work_right {
    width: 30.4%;
    padding-top: 30px;
}

.news_link .select_menu {
    width: 120px;
    height: 60px;
    color: #333333;
    cursor: pointer;
    text-align: center;
    position: relative;
    line-height: 60px;
    background: #EBEBEB;
}

.news_link ul {
    width: 120px;
    display: none;
    background: #EBEBEB;
    position: absolute;
    z-index: 101;
}

.news_link li {
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

.news_link li:hover {
    background: #dbdbdb;
}

.news_link .news_search {
    width: 90%;
    height: 60px;
    padding-left: 20px;
    border: 2px solid #EBEBEB;
    border-left: none;
    box-sizing: border-box;
}

.news_link .news_search_box {
    width: 100%;
    position: relative;
}

.news_link .link_selBox {
    display: flex;
}

.news_link .news_search_box div {
    cursor: pointer;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.link_video {
    margin-top: 45px;
}

.link_video > div:first-child {
    font-size: 18px;
}

.link_video > div:nth-child(2) {
    width: 92%;
    margin-top: 15px;
    position: relative;
}

.link_video > div:nth-child(2) .start_btn {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.link_video div:nth-child(2) img {
    width: 100%;
    height: auto;
}

.link_video > div:nth-child(3) {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.link_video .share {
    color: #333;
}

.page img {
    display: block;
}

.subnav a.url {
    text-decoration: none;
    color: #fff
}

#news-swiper .news_swiper_item img {
    width: 100%;
    height: 427px;
}

#news-swiper .news_swiper_item div {
    text-align: center;
    font-size: 18px;
    height: 84px;
    line-height: 84px;
    background: #F3F6F8;
}

#news-swiper .news_swiper_item a {
    color: #2E2E2E;
}

.body-wrap .index_header_top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
}

.index_header_top .header_top_left {
    display: flex;
    width: 20%;
}

.index_header_top .header_top_left .hedaer_div {
    padding: 1.7rem 2rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #F1F1F1;
}

.index_header_top .header_top_right {
    display: flex;
    width: 40%;
}

.header_top_right .select-inp {
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 45px;
    color: #333333;
    box-sizing: border-box;
    border: none;
    transition: all .3s;
    background: url('../images/index/ss.png') no-repeat center right;
    border-bottom: 1px solid transparent;
}

.header_top_right .select-inp:focus {
    width: 90%;
    border-bottom: 1px solid #F6F6F6;
    background-position: 95%;
}

.index_header_top .header_top_right a {
    width: 15rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    position: relative;
    border-left: 1px solid #F1F1F1;
}

.index_header_top .header_top_right a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.body-wrap .index_header_bottom {
    width: 100%;
    position: relative;
    display: flex;
    background: #fff;
    z-index: 200;
    align-items: center;
    justify-content: space-between;
}

.index_header_bottom .header_bottom_left img {
    padding: 0 0 0 16px;
}

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

.business .business_title_box p:first-child {
    font-size: 36px;
    color: #fff;
}

.business .business_title_box p:last-child {
    width: 990px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.business .business_title_box .title_border {
    width: 55px;
    height: 1px;
    margin: 11px auto 0;
    background: #F3F6F8;
}

.magazine {
    width: 83%;
    display: flex;
    margin: 80px auto 0;
}

.magazine .magazine_item:nth-child(2) {
    margin-left: 25px;
}

.magazine .magazine_item:nth-child(3) {
    margin-left: 40px;
}

.magazine .magazine_item {
    width: 33%;
    flex: 1;
}

.magazine .magazine_item .magazine_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.magazine .magazine_item .magazine_title span:first-child {
    font-size: 30px;
    color: #333333;
}

.magazine .magazine_item .magazine_title span:nth-child(2) {
    font-size: 14px;
    color: #999999;
    margin: 0 10px;
    text-transform: uppercase;
}

.magazine .magazine_item .magazine_title div:first-child {
    display: flex;
    align-items: flex-end;
    flex: auto;
}

.magazine .magazine_item .magazine_title div:last-child {
    width: 100%;
    height: 1px;
    background: #cccccc;
    flex: 10;
}

.magazine_item .item_dz div {
    width: 257px !important;
}

.magazine_item .item_zti div {
    width: 212px !important;
}

.magazine_item .magazine_content {
    position: relative;
    margin-top: 35px;
}

.magazine_item .magazine_content .bofang {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.magazine_item .magazine_content > img {
    width: 100%;
    height: auto;
}

.magazine_item .magazine_content .start_btn img {
    width: 80px;
    height: 80px;
}

.footer-top {
    position: relative;
}

.footer_link {
    display: flex;
}

.footer_link .footer_left {
    width: 59%;
}

.footer_link .footer_right {
    width: 33%;
}

.footer-top .footer_link {
    display: flex;
    justify-content: space-between;
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-top .footer_link .footer_left p {
    font-size: 20px !important;
    color: #ffffff;
}

.footer-top .footer_link, .footer-top .footer_link a {
    color: #A8CCFF;
}

.footer-top .footer_link .footer_top_center {
    margin: 40px 0;
}

.footer-top .footer_link .footer_top_center > div {
    margin: 15px 0;
}

.footer_top_center > div:not(:first-child) {
    line-height: 22px;
}

.footer-top .footer_link .footer_top_btm {
    display: flex;
}

.footer-top .footer_link .footer_top_btm div {
    width: 1px;
    height: 12px;
    background: #A8CCFF;
    margin: 0 10px;
    position: relative;
    top: 2px;
}

.footer-top .footer_link .footer_top_center a {
    margin-right: 10px;
}

.footer_top_email {
    display: flex;
    margin: 25px 0 0;
}

.footer_top_email > div {
    width: 120px;
    display: flex;
    padding: 10px 10px;
    margin-right: 15px;
    border-radius: 2px;
    background: #fff;
    align-items: center;
}

.footer_top_email > div a {
    color: #3D3D3D !important;
    margin-left: 10px;
}

.footer_right .right_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.footer_right .right_title img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.footer_right .right_code {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.footer_right .right_code div {
    width: 32%;
}
.footer_right .right_code p{ text-align:center;}
.footer_right .right_code img {
    width: 100%;
    height: auto;
}

.item_two_content {
    display: flex;
    justify-content: space-between;
    height: 380px;
    background: #FAFAFA;
    border-radius: 8px;
}

.item_two_content .two_content_left {
    width: 45%;
    position: relative;
}

.item_two_content .two_content_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.item_two_content .two_content_right img {
    width: 100%;
}

.item_three_content .item_three_box {
    width: 90%;
    margin: 20px auto 0;
}

.item_three_box .three_content_top img {
    width: 100%;
}

.three_content_btm li {
    list-style: disc;
    color: #999999;
    padding: 7px 0;
}

.three_content_btm ul {
    margin: 15px 0 0;
    padding-left: 18px;
}

.three_content_btm li a {
    color: #363636;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.three_content_btm li span {
    float: right;
}

#magazine_swiper a {
    color: #515151;
}

#magazine_swiper {
    width: 140px;
    height: 80%;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.two_content_left .magazine_prev {
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.two_content_left .magazine_next {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-180deg);
}

.two_content_left .magazine_prev img, .two_content_left .magazine_next img {
    width: 100%;
}

.header_top_right .focusMe:after {
    display: block;
    content: '';
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #767676 transparent transparent transparent;

    /* 定位 */
    position: absolute;
    top: 50%;
    right: 15%;
}

#magazine_swiper a:hover {
    color: #DE0011;
}

.three_content_btm a:hover {
    color: #DE0011;
}

/*内页banner*/
section header {
    width: 100%;
    position: relative;
}

section header img {
    max-width: 100%;
    height: 249px;
}

section header .banner_title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    color: #fff;
}

section .banner div p:first-child {
    font-size: 36px;
    letter-spacing: 8px;
}

section .banner div p:last-child {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 10px;
}
.guanggao{; margin:0 auto;}

.banner {
    position: relative;
    width: 100%;
	display:block;
}

header .header_nav {
    width: 82%;
    font-size: 16px;
    color: #333333;
    display: flex;
    background: #fff;
    border-bottom: 1px solid #F5F5F5;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header_nav a {
    width: 55%;
    color: #333;
    font: 16px/70px '微软雅黑';
    text-align: center;
    height: 70px;
    position: relative;
}

.header_nav .active:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1B54A6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.header_nav .active {
    background: #1B54A6;
    color: #fff;
}

.header_nav a:hover {
    background: #1B54A6;
    color: #fff;
}

.header_nav a:hover:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1B54A6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.header_nav a:not(:last-child):after {
    display: block;
    content: '';
    width: 1px;
    height: 22px;
    background: #CCCCCC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.masWork_nav {
    bottom: -1px !important;
}

.nav li:hover:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #1b54a6;
    position: absolute;
    top: 0;
    left: 0;
}

.header_bottom_right .nav .active:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: #1b54a6;
    position: absolute;
    top: 0;
    left: 0;
}

/*phone add*/
.phone_flag {
    width: 8%;
    height: 100%;
    margin-right: 30px;
    display: none;
    cursor: pointer;
}

.phone_flag div {
    height: 4px;
    background: #D0000D;
    border-radius: 4px;
}

.phone_flag div:not(:first-child) {
    margin-top: 18%;
}

.phone_nav {
    width: 35%;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: -300px;
    transition: all .3s linear;
    text-align: center;
    background: #1b54a6;
    padding: 60px 0 30px 0;
    line-height: 36px;
}

.phone_nav li:hover {
    background: #fff;
}

.phone_nav li:hover a {
    color: #1b54a6;
}

.phone_nav a {
    color: #fff;
}

.index_header_bottom .ac {
    right: 0;
}

.phone_ss {
    width: 90%;
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
}

.phone_ss form {
    width: 100%;
}

.phone_ss input {
    width: calc(100% - 40px);
    border: none;
    border-radius: 30px;
    font-size: 16px;
    color: #333;
    background: #E6EEF4;
    padding: 20px;
}

.phone_ss input::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #999999;
}

.phone_ss input:-moz-placeholder {
    font-size: 1.6rem;
    color: #999999;
}

.phone_ss input:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #999999;
}

.phone_ss .search {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url('../images/phone/sousuo.png') no-repeat center left/cover;
}

.phone_footer {
    font-size: 1.4rem;
    display: none;
    line-height: 28px;
    padding: 20px 0;
    margin-top: 60px;
    color: #B8BEC5;
    text-align: center;
    background: #012c4f;
}

.phone_footer p {
    width: 80%;
    margin: 0 auto;
}

.news_item_page .phone_current {
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: none;
    color: #787878;
    border: 1px solid #E6E6E6;
}

#phone_nav {
    width: 100%;
    height: 60px;
    display: none;
    font: 16px/60px '微软雅黑';
    color: #333333;
    background: #fff;
    border-bottom: 1px solid #F5F5F5;
    box-sizing: border-box;
}

#phone_nav a {
    color: #333333;
}

#phone_nav .swiper-slide {
    text-align: center;
    position: relative;
}

#phone_nav .active {
    background: #1B54A6;
}

#phone_nav .active a {
    color: #fff;
}

.phone_list_xia {
    width: 8%;
    display: none;
}

.phone_list_xia img {
    max-width: 100%;
    cursor: pointer;
    height: auto;
}

.phone_list_xia span {
    margin-left: 10px;
    color: #333333;
}

.list_ac {
    left: -6% !important;
    display: block !important;
}

@media screen and (max-width: 1680px) {
    header .nav li {
        margin: 0 15px;
        font: 16px/80px '微软雅黑' !important;
    }

    .index-news-l {
        width: 40%;
    }

    .subnav a {
        font-size: 14px;
    }

    .nav2 {
        padding-left: 85px;
    }

    .index-news-item {
        font: 16px/34px '微软雅黑';
        margin: 0 20px;
        border-bottom: 4px solid transparent;
    }

    .banner-tit .tit_title {
        top: 35%;
    }

    .index-news-wrap h2 {
        font-size: 16px;
    }

    .index-news-wrap.active h2 {
        font-size: 16px;
    }

    .index-news-wrap.active p {
        font-size: 14px;
    }

    #hot-swiper .hot_item .hot_item_left {
        font-size: 22px;
    }

    #hot-swiper .hot_item .hot_item_right {
        font-size: 14px;
    }

    .index-news-wrap.active {
        height: 100px;
        padding: 19px 25px;
        margin-bottom: 15px;
    }

    /*业务范畴*/
    .business .business_title_box p:first-child {
        font-size: 30px;
    }

    .business .business_title_box p:last-child {
        font-size: 14px;
    }

    /*业务范畴-切换*/
    #business-swiper .business_item_img img {
        width: 44px;
        height: 44px;
    }

    #business-swiper .swiper-slide {
        height: 267px;
    }

    .slide-card .business_item_btn img {
        width: 12px;
        height: 11px;
    }

    .business_two .business_item_show > div > div {
        font-size: 14px;
    }

    #business-swiper .slide-card .business_item_img {
        height: 75px;
    }

    .slide-card .business_item_num div:nth-child(2) {
        font-size: 16px;
    }

    .slide-card .business_item_title {
        font-size: 16px;
		height:26px; padding:10px;
    }

    .slide-card .business_item_btn {
        font-size: 14px;
        width: 40%;
    }

    #business-swiper {
        height: 270px;
    }

    /*底部三栏列*/
    .magazine {
        width: 83%;
        display: flex;
        margin: 40px auto 0;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 26px;
    }

    .magazine .magazine_item .magazine_title span:nth-child(2) {
        font-size: 14px;
    }

    .magazine_item .magazine_content > img {
        width: 100%;
        height: 350px;
    }

    #magazine_swiper .swiper-slide {
        margin-bottom: 16px !important;
    }

    #magazine_swiper {
        height: 68%;
    }

    .item_two_content {
        height: 354px;
    }

    .three_content_btm li {
        padding: 5px 0;
        font-size: 14px;
    }

    .magazine {
        padding-bottom: 100px;
    }

    .two_content_left .magazine_prev {
        bottom: 5%;
    }

    .two_content_left .magazine_next {
        top: 5%;
    }

    /*footer*/
    .footer-bot, .footer_top_email > div span {
        font-size: 14px;
    }

    .footer-top .footer_link .footer_top_center {
        margin: 30px 0;
    }

    .index_header_top .header_top_left a {
        padding: .8rem 1.5rem;
    }

    header .nav {
        height: 70px;
    }

    .index_header_top .header_top_right a {
        width: 15rem;
        height: 4.2rem;
        font-size: 12px;
        line-height: 4.2rem;
    }

    .index_header_top .header_top_right a img, .header_top_left a img {
        width: 22px;
        height: 22px;
    }

    .hot h2 {
        width: 12%;
        font: 24px/75px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #1b54a6;
    }

    #hot-swiper {
        height: 75px;
        line-height: 75px;
    }

    .hot-btn a {
        height: 75px;
    }

    #news-swiper .news_swiper_item img {
        width: 100%;
        height: 370px;
    }

    #news-swiper .news_swiper_item div {
        width: 550px;
        height: 72px;
        line-height: 72px;
        font-size: 16px;
    }

    .index-news-r {
        width: 48%;
    }

    .index-news-l:after {
        width: 95%;
        height: 440px;
    }

    .index-news-wrap {
        height: 44px;
    }

    .index-news-cont li {
        padding-top: 15px;
    }

    .index-news {
        height: 490px;
    }

    .business {
        background-size: 100% 80%;
        padding-top: 249px;
    }

    #banner-swiper {
        height: auto;
    }
}

@media screen and (max-width: 1440px) {
    .link_select {
        width: 35%;
    }

    .news_link .select_menu {
        width: 100%;
    }

    .banner-btn a {
        width: 50px;
        height: 50px;
    }

    header .nav li {
        margin: 0 15px;
        font: 16px/80px '微软雅黑' !important;
    }

    .subnav a {
        font-size: 14px;
    }

    .nav2 {
        padding-left: 85px;
    }

    .index-news-item {
        font: 16px/34px '微软雅黑';
        margin: 0 20px;
        border-bottom: 4px solid transparent;
    }

    .banner-tit .tit_title {
        top: 35%;
    }

    .index-news-wrap h2 {
        font-size: 14px;
    }

    .index-news-wrap.active h2 {
        font-size: 16px;
    }

    .index-news-wrap.active p {
        font-size: 12px;
    }

    #hot-swiper .hot_item .hot_item_left {
        font-size: 20px;
    }

    #hot-swiper .hot_item .hot_item_right {
        font-size: 14px;
    }

    .index-news-wrap.active {
        height: 100px;
        padding: 10px 25px;
        margin-bottom: 15px;
    }

    /*业务范畴*/
    .business .business_title_box p:first-child {
        font-size: 30px;
    }

    .business .business_title_box p:last-child {
        font-size: 12px;
    }

    /*业务范畴-切换*/
    #business-swiper .business_item_img img {
        width: 44px;
        height: 44px;
    }

    #business-swiper .swiper-slide {
        height: 267px;
    }

    .slide-card .business_item_btn img {
        width: 12px;
        height: 11px;
    }

    .business_two .business_item_show > div > div {
        font-size: 12px;
    }

    #business-swiper .slide-card .business_item_img {
        height: 75px;
    }

    .slide-card .business_item_num div:nth-child(2) {
        font-size: 16px;
    }

    .slide-card .business_item_title {
        font-size: 16px;
		height:26px; padding:10px;
    }

    .slide-card .business_item_btn {
        font-size: 12px;
        width: 40%;
    }

    #business-swiper {
        height: 270px;
    }

    /*底部三栏列*/
    .magazine {
        width: 83%;
        display: flex;
        margin: 40px auto 0;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 26px;
    }

    .magazine .magazine_item .magazine_title span:nth-child(2) {
        font-size: 12px;
    }

    .magazine_item .magazine_content > img {
        width: 100%;
        height: 282px;
    }

    #magazine_swiper .swiper-slide {
        margin-bottom: 16px !important;
    }

    #magazine_swiper {
        height: 68%;
    }

    .item_two_content {
        height: 285px;
    }

    .three_content_btm li {
        padding: 5px 0;
        font-size: 12px;
    }

    .magazine {
        padding-bottom: 100px;
    }

    /*footer*/
    .footer-bot, .footer_top_email > div span {
        font-size: 12px;
    }

    .footer-top .footer_link .footer_top_center {
        margin: 30px 0;
    }

    .index_header_top .header_top_left a {
        padding: .8rem 1.5rem;
    }

    header .nav {
        height: 70px;
    }

    .index_header_top .header_top_right a {
        width: 15rem;
        height: 4.2rem;
        font-size: 12px;
        line-height: 4.2rem;
    }

    .index_header_top .header_top_right a img, .header_top_left a img {
        width: 22px;
        height: 22px;
    }

    .hot h2 {
        width: 12%;
        font: 22px/70px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #1b54a6;
    }

    #hot-swiper {
        height: 70px;
        line-height: 70px;
    }

    .hot-btn a {
        height: 70px;
    }

    #news-swiper .news_swiper_item img {
        width: 100%;
        height: 325px;
    }

    #news-swiper .news_swiper_item div {
        width: 480px;
        height: 65px;
        line-height: 65px;
        font-size: 16px;
    }

    .index-news-r {
        width: 47%;
    }

    .index-news-l:after {
        width: 95%;
        height: 388px;
    }

    .index-news-wrap {
        height: 38px;
    }

    .index-news-cont li {
        padding-top: 10px;
    }

    .index-news {
        height: 430px;
    }

    .business {
        background-size: 100% 80%;
        padding-top: 240px;
        height: 830px;
    }

    #banner-swiper {
        height: auto;
    }
}

@media screen and (max-width: 1366px) {
    .banner-btn a {
        width: 40px;
        height: 40px;
    }

    header .nav li {
        margin: 0 10px;
        font: 16px/80px '微软雅黑' !important;
    }

    .subnav a {
        font-size: 12px;
    }

    .header_top_right .focusMe:after {
        right: 10% !important;
    }

    .nav2 {
        padding-left: 85px;
    }

    .slide-card .business_item_num {
        width: 70%;
    }

    .index-news-item {
        font: 16px/34px '微软雅黑';
        margin: 0 20px;
        border-bottom: 4px solid transparent;
    }

    .banner-tit .tit_title {
        top: 35%;
    }

    .index-news-wrap h2 {
        font-size: 14px;
    }

    .index-news-wrap.active h2 {
        font-size: 16px;
    }

    .index-news-wrap.active p {
        font-size: 12px;
    }

    #hot-swiper .hot_item .hot_item_left {
        font-size: 20px;
    }

    #hot-swiper .hot_item .hot_item_right {
        font-size: 14px;
    }

    .index-news-wrap.active {
        height: 100px;
        padding: 10px 25px;
        margin-bottom: 15px;
    }

    /*业务范畴*/
    .business .business_title_box p:first-child {
        font-size: 30px;
    }

    .business .business_title_box p:last-child {
        font-size: 12px;
    }

    /*业务范畴-切换*/
    #business-swiper .business_item_img img {
        width: 20%;
        height: auto;
    }

    #business-swiper .swiper-slide {
        height: 267px;
    }

    .slide-card .business_item_btn img {
        width: 12px;
        height: 11px;
    }

    .business_two .business_item_show > div > div {
        font-size: 12px;
    }

    #business-swiper .slide-card .business_item_img {
        height: 75px;
    }

    .slide-card .business_item_num div:nth-child(2) {
        font-size: 16px;
    }

    .slide-card .business_item_title {
        font-size: 16px;
		height:26px; padding:10px;
    }

    .slide-card .business_item_btn {
        font-size: 12px;
        width: 40%;
    }

    #business-swiper {
        height: 269px;
    }

    /*底部三栏列*/
    .magazine {
        width: 83%;
        display: flex;
        margin: 40px auto 0;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 26px;
    }

    .magazine .magazine_item .magazine_title span:nth-child(2) {
        font-size: 12px;
    }

    .magazine_item .magazine_content > img {
        width: 100%;
        height: 282px;
    }

    #magazine_swiper .swiper-slide {
        margin-bottom: 16px !important;
    }

    #magazine_swiper {
        height: 68%;
    }

    .item_two_content {
        height: 285px;
    }

    .three_content_btm li {
        padding: 5px 0;
        font-size: 12px;
    }

    .magazine {
        padding-bottom: 100px;
    }

    /*footer*/
    .footer-bot, .footer_top_email > div span {
        font-size: 12px;
    }

    .footer-top .footer_link .footer_top_center {
        margin: 30px 0;
    }

    .index_header_top .header_top_left a {
        padding: .8rem 1.5rem;
    }

    header .nav {
        height: 70px;
    }

    .index_header_top .header_top_right a {
        width: 15rem;
        height: 4.2rem;
        font-size: 12px;
        line-height: 4.2rem;
    }

    .index_header_top .header_top_right a img, .header_top_left a img {
        width: 22px;
        height: 22px;
    }

    .hot h2 {
        width: 12%;
        font: 22px/70px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #1b54a6;
    }

    #hot-swiper {
        height: 70px;
        line-height: 70px;
    }

    .hot-btn a {
        height: 70px;
    }

    #news-swiper .news_swiper_item img {
        width: 100%;
        height: 325px;
    }

    #news-swiper .news_swiper_item div {
        width: 480px;
        height: 65px;
        line-height: 65px;
        font-size: 16px;
    }

    .index-news-r {
        width: 47%;
    }

    .index-news-l:after {
        width: 95%;
        height: 388px;
    }

    .index-news-wrap {
        height: 38px;
    }

    .index-news-cont li {
        padding-top: 10px;
    }

    .index-news {
        height: 405px;
    }

    .business {
        background-size: 100% 72%;
        padding-top: 240px;
        height: 830px;
    }

    #banner-swiper {
        height: auto;
    }

    .list_right .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

}

@media screen and (max-width: 1280px) {
    header .nav li {
        margin: 0 6px;
    }

    .subnav a {
        font-size: 12px;
    }

    .nav2 {
        padding-left: 85px;
    }

    .index-news-item {
        font: 16px/34px '微软雅黑';
        margin: 0 15px;
        border-bottom: 4px solid transparent;
    }

    .slide-card .business_item_num {
        width: 70%;
    }

    .banner-tit .tit_title {
        top: 35%;
    }

    .index-news-wrap h2 {
        font-size: 14px;
    }

    .index-news-wrap.active h2 {
        font-size: 16px;
    }

    .index-news-wrap.active p {
        font-size: 12px;
    }

    #hot-swiper .hot_item .hot_item_left {
        font-size: 20px;
    }

    #hot-swiper .hot_item .hot_item_right {
        font-size: 14px;
    }

    .index-news-wrap.active {
        height: 100px;
        padding: 10px 25px;
        margin-bottom: 15px;
    }

    /*业务范畴*/
    .business .business_title_box p:first-child {
        font-size: 30px;
    }

    .business .business_title_box p:last-child {
        font-size: 12px;
    }

    /*业务范畴-切换*/
    #business-swiper .business_item_img img {
        width: 44px;
        height: 44px;
    }

    #business-swiper .swiper-slide {
        height: 267px;
    }

    .slide-card .business_item_btn img {
        width: 12px;
        height: 11px;
    }

    .business_two .business_item_show > div > div {
        font-size: 12px;
        height: 48px;
        overflow: hidden;
    }

    #business-swiper .slide-card .business_item_img {
        height: 75px;
    }

    .slide-card .business_item_num div:nth-child(2) {
        font-size: 16px;
    }

    .slide-card .business_item_title {
        font-size: 16px;
		
		height:26px; padding:10px;
    }

    .slide-card .business_item_btn {
        font-size: 12px;
        width: 40%;
    }

    #business-swiper {
        height: 270px;
    }

    /*底部三栏列*/
    .magazine {
        width: 83%;
        display: flex;
        margin: 40px auto 0;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 26px;
    }

    .magazine .magazine_item .magazine_title span:nth-child(2) {
        font-size: 12px;
    }

    .magazine_item .magazine_content > img {
        width: 100%;
        height: 282px;
    }

    #magazine_swiper .swiper-slide {
        margin-bottom: 16px !important;
    }

    #magazine_swiper {
        height: 68%;
    }

    .item_two_content {
        height: 285px;
    }

    .three_content_btm li {
        padding: 5px 0;
        font-size: 12px;
    }

    .magazine {
        padding-bottom: 100px;
    }

    /*footer*/
    .footer-bot, .footer_top_email > div span {
        font-size: 12px;
    }

    .footer-top .footer_link .footer_top_center {
        margin: 30px 0;
    }

    .index_header_top .header_top_left a {
        padding: .8rem 1.5rem;
    }

    header .nav {
        height: 70px;
    }

    .index_header_top .header_top_right a {
        width: 15rem;
        height: 4.2rem;
        font-size: 12px;
        line-height: 4.2rem;
    }

    .index_header_top .header_top_right a img, .header_top_left a img {
        width: 22px;
        height: 22px;
    }

    .hot h2 {
        width: 12%;
        font: 22px/70px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #1b54a6;
    }

    #hot-swiper {
        height: 70px;
        line-height: 70px;
    }

    .hot-btn a {
        height: 70px;
    }

    #news-swiper .news_swiper_item img {
        width: 100%;
        height: 325px;
    }

    #news-swiper .news_swiper_item div {
        width: 480px;
        height: 65px;
        line-height: 65px;
        font-size: 16px;
    }

    .index-news-r {
        width: 47%;
    }

    .index-news-l:after {
        width: 95%;
        height: 388px;
    }

    .index-news-wrap {
        height: 38px;
    }

    .index-news-cont li {
        padding-top: 10px;
    }

    .index-news {
        height: 400px;
    }

    .business {
        background-size: 100% 70%;
        padding-top: 240px;
        height: 830px;
    }

    #banner-swiper {
        height: auto;
    }

    /*业务范畴字体显示*/
    .business_two .business_item_show div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .select_menu:after {
        border-width: 6px 6px 6px 6px;
    }

    header .nav li {
        margin: 0 4px;
        font-size: 14px !important;
    }

    #news-swiper .news_btn img {
        width: 55px;
        height: 55px;
    }

    .header_nav a {
        font: 14px/70px '微软雅黑';
        height: 70px;
    }

    .subnav a, .subnav p {
        font: 12px/37px '微软雅黑';
    }

    .index_header_bottom .header_bottom_left {
        width: 38% !important;
    }

    .index_header_bottom .header_bottom_left img {
        width: 80% !important;
    }

    #news-swiper .news_swiper_item img {
        width: 100%;
        height: 268px;
    }

    .slide-card .business_item_num {
        width: 80%;
    }

    #business-swiper .swiper-slide .slide-card {
        height: 95%;
    }

    #news-swiper .news_swiper_item div {
        width: 400px;
        height: 55px;
        line-height: 55px;
        font-size: 14px;
    }

    .index-news-r {
        width: 47%;
    }

    .index-news-l:after {
        width: 95%;
        height: 320px;
    }

    .index-news-item {
        font: 14px/30px '微软雅黑';
        margin: 0 10px;
        border-bottom: 4px solid transparent;
    }

    .index-news-wrap.active {
        height: 100px;
        padding: 8px 20px;
        margin-bottom: 5px;
    }

    .hot-btn a {
        height: 55px;
    }

    .hot h2 {
        width: 12%;
        font: 22px/55px '微软雅黑';
    }

    #hot-swiper {
        height: 55px;
        line-height: 55px;
    }

    #hot-swiper .hot_item .hot_item_right {
        padding-right: 20px;
        font-size: 14px;
    }

    #hot-swiper .hot_item .hot_item_left {
        font-size: 18px;
    }

    .index-news-l {
        width: 40%;
    }

    .index-news-wrap.active p {
        font-size: 14px;
        height: 45px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 22px;
    }

    .magazine_item .magazine_content > img {
        height: 240px;
    }

    .item_two_content {
        height: 240px;
    }

    .three_content_btm li {
        padding: 2px 0;
        font-size: 12px;
    }

    .header_top_right .focusMe:after {
        right: 2% !important;
    }

    /*业务范畴*/
    /*内容字体显示*/
    .business_two .business_item_show div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /*查看详情*/
    .slide-card .business_item_btn {
        width: 52%;
    }
}

@media screen and (max-width: 1024px) {
    .link_video > div:nth-child(2) .start_btn {
        width: 60px;
        height: 60px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .link_select {
        width: 40%;
    }

    .news_link .news_search_box div img {
        width: 65% !important;
    }

    .news_link .news_search_box div {
        right: 8%;
    }

    .link_video > div:last-child img {
        width: 85%;
        height: auto;
    }

    .banner-btn a {
        width: 30px;
        height: 30px;
    }

    #business-swiper .swiper-slide .slide-card {
        height: 90%;
    }

    .business .business_title_box p:last-child {
        width: 70%;
    }

    /*业务范畴*/
    /*内容字体显示*/
    .business_two .business_item_show div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /*查看详情*/
    .slide-card .business_item_btn {
        width: 52%;
    }
}

@media screen and (max-width: 960px) {
    header .nav li {
        margin: 0 2px;
        font-size: 12px !important;
    }

    .business_two .business_item_show div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .index_header_bottom .header_bottom_left {
        width: 35% !important;
    }

    .business .business_title_box p:last-child {
        width: 70%;
    }

    #news-swiper div img {
        width: 100%;
    }

    .index-news-l {
        width: 42%;
    }

    .index-news-r {
        width: 42%;
    }

    .index-news-item {
        font: 14px/30px '微软雅黑';
        margin: 0 3px;
        border-bottom: 4px solid transparent;
    }

    .index-news-more {
        margin-right: 15px;
    }

    .index-news-wrap.active {
        height: 90px;
        padding: 6px 15px;
        margin-bottom: 5px;
    }

    .slide-card .business_item_title {
        font-size: 14px;
		
		font-size: 16px;
		height:26px; padding:10px;
    }

    #business-swiper .slide-card .business_item_img {
        height: 67px;
    }

    .slide-card .business_item_btn {
        margin: 15px auto;
        width: 60%;
    }

    .magazine .magazine_item .magazine_title span:nth-child(2), .magazine .magazine_item .magazine_title span:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 18px;
    }

    #magazine_swiper {
        max-width: 100%;
        height: 68%;
        font-size: 12px;
        text-align: center;
    }

    #magazine_swiper .swiper-slide {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #magazine_swiper .swiper-wrapper {
        width: 100%;
        height: auto;
    }
    #business-swiper .swiper-slide .slide-card {
        height: 77%;
    }

    #business-swiper {
        padding-top: 70px;
    }

    .slide-card .business_item_show {
        margin: 10px auto 0;
    }

    #news-swiper .news_swiper_item div {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index-news-l:after {
        width: 90% !important;
    }

    .index-news-wrap.active h2 {
        font-size: 14px;
    }

    .footer_link a {
        font-size: 12px;
    }

    .footer-top .footer_link .footer_left p {
        font-size: 18px !important;
    }

    .footer-top .footer_link .footer_top_center, .footer-top .footer_link .footer_top_center > div {
        margin: 10px 0;
    }
}

@media screen and (max-width: 800px) {
    #business-swiper .swiper-slide .slide-card {
        height: 72%;
    }

    .link_video > div:nth-child(2) .start_btn {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 750px) {
    .item_link .item_arr img{
        display: none;
    }
    .list_right .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .group_content .group_firm{
        margin: 20px auto 0 !important;
    }
    section .group_content{
        margin:85px auto 75px;
    }
    /*列表nav*/
    .phone_list_xia {
        width: 90%;
        margin: 10px auto 0;
        display: flex;
        align-items: center;
        background: #ffffff;
    }

    .phone_list_xia img {
        width: 10%;
    }

    #news-swiper .news_btn img {
        width: 65px;
        height: 65px;
    }

    .banner-btn a {
        width: 25px;
        height: 25px;
        padding: 10px;
    }

    #phone_nav {
        display: block;
    }

    .under_item .under-text {
        padding-bottom: 60px !important;
    }

    .header_nav {
        display: none !important;
    }

    .index_header_top, .header_bottom_right {
        display: none !important;
    }

    .index_header_bottom .header_bottom_left {
        width: 70% !important;
    }

    .index_header_bottom .header_bottom_left img {
        padding: 30px;
    }

    .phone_flag, .phone_nav {
        display: block;
    }

    #banner-swiper, #banner-swiper .banner-tit, .banner-tit img {
        height: auto;
        width: 100%;
    }

    .banner-tit .tit_title {
        top: 45%;
        width: 60%;
    }

    .phone_ss, .phone_footer {
        display: block;
    }

    .hot .web_fl {
        display: none;
    }

    #hot-swiper {
        width: 70%;
        height: 80px;
        line-height: 80px;
    }

    #hot-swiper .hot_item_right {
        display: none;
    }

    #hot-swiper .hot_item_left {
        width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 2rem !important;
    }

    .hot .phone_f1box {
        font-size: 2.2rem;
    }

    #hot-swiper .hot_item .hot_item_left {
        padding-left: 15px;
    }

    #hot-swiper .hot_item_left a {
        color: #353535;
    }

    .hot-btn a {
        height: 80px;
    }

    .inner {
        width: 92%;
    }

    .index-news {
        height: auto;
    }

    .index-news-l:after {
        width: 96% !important;
    }

    .index-news-l, .index-news-r {
        float: none;
        width: 96%;
    }

    #news-swiper .news_swiper_item img {
        width: 100%;
        height: 450px;
    }

    .index-news-l:after {
        height: 505px;
    }

    #news-swiper .news_swiper_item div {
        height: 60px;
        font-size: 1.6rem;
    }

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

    .index-news-r {
        width: 100%;
        margin: 60px 0 0 0 !important;
    }

    .index-news-more {
        display: none;
    }

    .index-news-nav .index-news-item {
        width: 25%;
        margin: 0;
        text-align: center;
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .index-news-wrap h2, .index-news-wrap.active h2 {
        font-size: 1.6rem;
    }

    .business {
        background: url(../images/index/ywbjt.jpg) no-repeat center top;
        padding-top: 80px;
        height: auto;
        background-size: 130% 80%;
        margin-top: 30px;
    }

    .business .business_title_box p:last-child {
        display: none;
    }

    #business-swiper {
        padding-top: 40px;
        height: 270px;
        width: 75%;
        position: relative;
    }

    .slide-card .business_item_btn {
        width: 40%;
    }

    #business-swiper .swiper-slide .slide-card {
        height: auto;
    }

    .magazine {
        margin: 0 auto;
        display: block;
        padding-bottom: 0;
    }

    .magazine_item {
        width: auto !important;
    }

    .magazine_item .magazine_content > img {
        max-width: 100%;
        height: auto;
    }

    .magazine .magazine_item:nth-child(2), .magazine .magazine_item:nth-child(3) {
        margin-left: 0;
    }

    .magazine_item:not(:first-child) {
        margin-top: 60px;
    }

    .item_two_content .two_content_right img {
        width: 80%;
        height: auto;
    }

    .magazine .magazine_item .magazine_title span:first-child {
        font-size: 2.8rem;
    }

    .magazine .magazine_item .magazine_title span:nth-child(2) {
        font-size: 1.2rem;
    }

    .magazine .magazine_item .magazine_title div:first-child {
        flex: none;
    }

    footer .footer-top, footer .footer-bot {
        display: none;
    }

    #magazine_swiper {
        font-size: 1.8rem;
        width: 100%;
        height: 79%;
    }

    .two_content_left .magazine_next {
        top: -1%;
    }

    .two_content_left .magazine_prev {
        bottom: 0;
    }

    .three_content_btm li {
        padding: 8px 0;
        font-size: 1.6rem;
    }

    .three_content_btm li a {
        color: #363636;
    }

    .item_two_content .two_content_right {
        padding: 5px;
    }

    .item_two_content {
        height: auto;
    }

    .index-news-wrap.active {
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .item_two_content .two_content_left {
        width: 40%;
    }

    .item_two_content .two_content_right {
        width: 60%;
    }

    .hot .phone_f1box {
        display: block;
    }

    .hot-btn {
        width: 13%;
    }

    .hot-btn a {
        float: none;
        width: 100%;
        height: 50%;
    }

    .hot-btn a:first-child {
        position: relative;
        background: #F3F6F8 url(../images/phone/jiantou.png) no-repeat center;
    }

    .hot-btn a:first-child:after {
        display: block;
        content: '';
        width: 40%;
        height: 1px;
        background: #CCCCCC;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .hot-btn a:first-child:hover {
        background: #F3F6F8 url(../images/phone/jiantou2.png) no-repeat center;
    }

    .hot-btn a:last-child {
        background: #F3F6F8 url(../images/phone/iconfontjiantou.png) no-repeat center;
    }

    .hot-btn a:last-child:hover {
        background: #F3F6F8 url(../images/phone/iconfontjiantou2.png) no-repeat center;
    }

    .business_two .business_item_show > div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /*内容页banner*/
    .header_nav a {
        height: 60px;
        font: 14px/60px '微软雅黑';
    }

    section header img {
        height: 10rem;
    }

    section .banner div p:first-child {
        font-size: 2.8rem;
    }

    section .banner div p:last-child {
        font-size: 1.6rem;
        margin-top: .3rem;
    }

    section header .banner_title {
        width: 100%;
    }

    section .news_link {
        display: none;
    }

    #news-list {
        width: 100%;
    }

    .news_item_page .phone_current {
        display: block;
    }

    .item_page {
        display: none !important;
    }

    .news_item_page {
        justify-content: center;
        margin: 60px 0 20px 0 !important;
    }

    .content_box {
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 620px) {
    html {
        font-size: 58%;
    }

    .hot .phone_f1box {
        font-size: 2rem !important;
    }

    .business_two .business_item_show div {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}

@media screen and (max-width: 414px) {
    #news-swiper .news_btn img {
        width: 45px;
        height: 45px;
    }

    .hot .phone_f1box {
        font-size: 1.8rem !important;
    }

    .slide-card .business_item_btn {
        width: 60%;
    }

    #news-swiper .news_swiper_item img {
        height: 248px;
    }

    .index-news-l:after {
        height: 315px;
    }

    .phone_ss input {
        padding: 15px 20px;
    }

    .phone_footer p {
        width: 100%;
    }

    .under_nav a {
        font-size: 14px;
    }

    .under_box .under_nav {
        width: 260px !important;
    }
}

@media screen and (max-width: 375px) {
    .hot .phone_f1box {
        font-size: 1.8rem !important;
    }

    .slide-card .business_item_btn {
        width: 60%;
    }

    .hot .phone_f1box span {
        width: 80%;
    }

    .phone_footer p {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 50%;
    }

    .phone_ss input {
        padding: 10px 20px;
    }

    .under_box .under_content {
        padding-top: 40px !important;
    }

    .under_item .under-text {
        padding-bottom: 20px !important;
    }

    .under_box .under_nav {
        width: 260px !important;
    }

    .banner-btn a {
        width: 20px;
        height: 20px;
        padding: 6px;
    }
}

.no-tips {
    text-align: center;
    font: 20px/60px '微软雅黑';
    padding-top: 40px;
}


.container{width:570px;  margin:0 auto; height:40px;}
.BreakingNewsController{width:100%; overflow:hidden; background:#FFF; height:40px; position:relative;}
.BreakingNewsController .bn-title{display:inline-block; float:left; padding:10px 20px; background:#5aa628; color:#FFF;}
.BreakingNewsController ul{padding:0; margin:0; display:block; list-style:none; position:absolute; left:00px; right:50px;}
.BreakingNewsController ul li{list-style:none;  display:none; width:100%;}
.BreakingNewsController ul li a{text-decoration:none; color:#333; display:inline-block; overflow:hidden; padding:0; height:40px !important;}
.BreakingNewsController .bn-arrows{display:inline-block; float:right; width:50px; position:absolute; right:0; top:0; bottom:0;}
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.easing a, .easing span{transition:.25s linear; -moz-transition:.25s linear; -webkit-transition:.25s linear;}


.hitarea {
	background: url(../img/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
.expandable-hitarea {background: url(../images/treeview-default.gif) -64px -25px no-repeat; background-position: -80px -3px; list-style-type:none;float:left;width:16px;height:16px}
.collapsable-hitarea {background: url(../images/treeview-default.gif) -64px -25px no-repeat; background-position: -65px -25px; list-style-type:none;float:left;width:16px;height:16px}

.withe-hitarea {background: url(../images/treeview-default.gif) -64px -25px no-repeat; background-position: -45px -25px; list-style-type:none;float:left;width:16px;height:16px}
.listyle{list-style-image:  url(../images/treeview-default.gif) -64px -25px no-repeat;}