﻿.warp {
    min-height: 100%;
}


/*头部区域*/

.header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 12px 0;
    z-index: 9999;
}

.header.header_fixed,
.header:hover {
    background: #fff;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.header .logo {
    float: left;
}

.header .hide {
    display: none;
}

.header.header_fixed .hide,
.header:hover .hide {
    display: block;
}

.header.header_fixed .show,
.header:hover .show {
    display: none;
}

.header .logo img {
    height: 35px;
}

.header .head_right {
    float: right;
}

.header .head_right .nav {
    float: left;
}

.header .head_right .nav>li {
    float: left;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    margin: 0 20px;
    /*-webkit-transition: all 0.5s ease-out;*/
    /*transition: all 0.5s ease-out;*/
    position: relative;
}

.header.header_fixed .nav>li,
.header:hover .nav>li {
    color: #333;
}

.header .head_right .nav>li:first-child .menu_nav {
    left: -175%;
}

.header .head_right .nav li a {
    /*-webkit-transition: all 0.5s ease-out;*/
    /*transition: all 0.5s ease-out;*/
}

.header .head_right .nav>li:hover>a,
.header .head_right .nav>li.active>a {
    color: #2a72be;
}

.header .head_right .nav li .menu_nav {
    z-index: 9999;
    width: 150px;
    position: absolute;
    right: 50%;
    margin-right: -75px;
    padding-bottom: 10px;
    padding-top: 12px;
    display: none;
}

.header .head_right .nav li .menu_nav ul {
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 3px #c8c8c8;
    -moz-shadow: 0px 2px 3px #c8c8c8;
    -webkit-shadow: 0px 2px 3px #c8c8c8;
    -ms-shadow: 0px 2px 3px #c8c8c8;
}


/*
.header .head_right .nav li .menu_nav ul span {
    display: block;
    height: 15px;
    margin-top: -15px;
    background: url(../images/nav_ultop.png) no-repeat;
} */

.header .head_right .nav li .menu_nav ul li {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.header .head_right .nav li .menu_nav ul li a {
    display: block;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.header .head_right .nav li .menu_nav ul li a:hover {
    background: #195ff2;
    color: #fff;
}

.header .head_right .head_search_icon {
    margin-left: 50px;
    float: left;
    height: 35px;
    vertical-align: middle;
    padding: 5px 0;
    position: relative;
}

.header .head_right .head_search_icon i {
    cursor: pointer;
}

.header .head_right .head_search_icon i img {
    vertical-align: middle;
}

.header .head_right .head_search_icon .head_search_section {
    padding: 5px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: -80px;
    -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 200px;
    z-index: 9999;
    display: none;
}

.header .head_right .head_search_icon .head_search_section input {
    width: 165px;
    height: 30px;
    padding: 5px 0;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.header .head_right .head_search_icon .head_search_section button {
    height: 30px;
    width: 20px;
    background: none;
    border: 0;
}

.header .head_right .head_quick {
    float: left;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.header .head_right .head_quick a:hover {
    color: #2a72be;
}

.m_nav_icon,
.m_nav_pop {
    display: none;
}


/*banner区域*/

.banner {
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
}

.m_banner {
    display: none;
}


/*快捷区域*/

.quick_section {
    width: 100%;
    margin-top: -55px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}


/* -moz-box-shadow: 2px 2px 20px rgba(171, 171, 171, 0.2);
-webkit-box-shadow: 2px 2px 20px rgba(171, 171, 171, 0.2);
box-shadow: 2px 2px 20px rgba(171, 171, 171, 0.2); */

.quick_section ul {
    margin: 0 -7px;
}

.quick_section li {
    float: left;
    padding: 0 7px;
    width: 25%;
}

.quick_section li .item_box {
    padding: 20px 0;
    background: #fff;
    -moz-box-shadow: 2px 2px 20px rgba(171, 171, 171, 0.2);
    -webkit-box-shadow: 2px 2px 20px rgba(171, 171, 171, 0.2);
    box-shadow: 2px 2px 20px rgba(171, 171, 171, 0.2);
    overflow: hidden;
}

.quick_section li .item_box .item_box_cont {
    display: table;
    margin: 0 auto;
}

.quick_section li .icon_box {
    float: left;
    width: 53px;
}

.quick_section li .item_cont {
    float: left;
    padding-left: 15px;
}

.quick_section li .item_cont p {
    font-size: 16px;
    color: #333;
}


/*第一块区域*/

.section {
    width: 100%;
    overflow: hidden;
}

.section.page1 {
    padding-top: 130px;
    padding-bottom: 73px;
    background: #f2f5ff;
    margin-top: -65px;
}

.section_title {
    text-align: center;
}

.section_title h6 {
    font-size: 32px;
    color: #333;
}

.section_title p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}


/*产品区域*/

.product_section {
    overflow: hidden;
    margin: 0 -7px;
    margin-top: 45px;
}

.product_section_left {
    width: 26%;
    padding: 0 7px;
    float: left;
}

.product_section_left img {
    width: 100%;
    height: 495px;
}

.product_section_right {
    width: 74%;
    float: left;
}

.products_list {
    margin-right: -7px;
    overflow: hidden;
}

.products_list li {
    width: 25%;
    float: left;
    padding: 0 7px;
    margin-bottom: 15px;
}

.products_list li .item_cont {
    background: #fff;
    padding: 30px 9px;
    padding-bottom: 0;
    height: 240px;
}

.products_list li .item_cont .icon_box {
    width: 51px;
    height: 51px;
    background: #3171ff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: table;
}

.products_list li .item_cont .icon_box span {
    display: table-cell;
    vertical-align: middle;
}

.products_list li .item_cont .item_text {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.products_list li .item_cont .item_text h6 {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.products_list li .item_cont .item_text p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}


/*第二块区域*/

.section.page2 {
    background: #353d5c;
    padding-top: 55px;
    padding-bottom: 65px;
}

.section.page2 .section_title h6 {
    color: #fff;
}

.programme_section {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.programme_section .hd {
    width: 805px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5px;
}

.programme_section .hd ul {
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid #464e69;
}

.programme_section .hd li {
    float: left;
    font-size: 18px;
    color: #9da2b0;
    margin-right: 60px;
    cursor: pointer;
}

.programme_section .hd li.active {
    color: #fff;
}

.programme_section .hd li:last-child {
    margin-right: 0;
}

.programme_section .bottomline {
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 5px;
    background-color: #195ff2;
    transition: all .3s ease;
}

.programme_section .swiper-container {
    margin-top: 80px;
    padding-bottom: 60px;
    height: 440px;
    width: 100%;
}

.programme_section .swiper-slide {
    width: 930px;
    margin-right: 84px;
}

.programme_section .swiper-slide .item_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.programme_section .swiper-slide .item_img {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all .6s ease-in-out;
}

.programme_section .swiper-slide.swiper-slide-prev .item_img {
    right: 0;
}

.programme_section .swiper-slide.swiper-slide-next .item_cont {
    z-index: -9;
}

.programme_section .swiper-slide .item_img img {
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}

.programme_section .swiper-slide:hover .item_img img {
    transform: scale(1.1);
}

.programme_section .swiper-slide .item_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: all .6s ease-in-out;
    overflow: hidden;
    padding: 30px;
    z-index: 0;
}

.programme_section .swiper-slide .item_cont h6 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-bottom: 45px;
}

.programme_section .swiper-slide .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.programme_section .swiper-slide .item_cont .more {
    display: block;
    width: 140px;
    height: 36px;
    border-radius: 20px;
    background: #195ff2;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-top: 40px;
}

.programme_section .swiper-slide.swiper-slide-active .item_img {
    width: 50%;
}

.programme_section .swiper-slide.swiper-slide-active .item_cont {
    transform: translateX(100%);
    background: #fff;
}

.programme_section .w1200 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 380px;
    margin: 0 auto;
}

.programme_section .w1200 .swiper-button-prev,
.programme_section .w1200 .swiper-button-next {
    width: 66px;
    height: 66px;
    outline: none;
}

.programme_section .w1200 .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
    left: -27px;
}

.programme_section .w1200 .swiper-button-next {
    background: url(../images/next.png) no-repeat;
    right: 60px;
}

.programme_section .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 7px;
    height: 7px;
}

.programme_section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.programme_section .swiper-pagination-bullet-active {
    background: #195ff2;
}

.programme_section .swiper-button-next.swiper-button-disabled,
.programme_section .swiper-button-prev.swiper-button-disabled {
    display: none;
}


/*第三块区域*/

.section.page3 {
    padding-top: 55px;
    padding-bottom: 35px;
    background: #f8faff;
}

.page3_top {
    margin-top: 45px;
}

.page3_top .page3_top_left {
    float: left;
    padding-right: 11px;
    width: 65%;
}

.page3_top .page3_top_left p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.page3_top_right {
    width: 35%;
    padding-left: 11px;
    float: left;
}

.page3_top_right ul {
    margin: 0 -11px;
}

.page3_top_right ul li {
    width: 50%;
    padding: 0 11px;
    float: left;
    margin-bottom: 20px;
}

.page3_top_right ul li .item_cont {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #fff;
    display: table;
    text-align: center;
    transition: all .6s ease-in-out;
}

.page3_top_right ul li .item_cont:hover {
    -moz-box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
    -webkit-box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
    box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
}

.page3_top_right ul li .item_cont a {
    display: table-cell;
    vertical-align: middle;
}

.page3_top_right ul li .item_cont img {
    max-width: 100%;
    max-height: 80px;
}

.page3_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.page3_btm_tit {
    position: relative;
    text-align: center;
    height: 26px;
}

.page3_btm_tit:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    background: #e6e6e6;
    margin: auto;
}

.page3_btm_tit span {
    display: inline-block;
    font-size: 20px;
    color: #666;
    padding: 0 15px;
    background: #f8faff;
    position: relative;
    z-index: 999;
}

.customer_slide {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin-top: 45px;
}

.customer_slide .swiper-container {
    height: 100%;
}

.customer_slide .swiper-slide {
    background: #fff;
    text-align: center;
    display: table;
}

.customer_slide .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}

.customer_slide .swiper-slide img {
    max-width: 100%;
    max-height: 80px;
}

.customer_btn {
    width: 184px;
    height: 60px;
    text-align: center;
    line-height: 55px;
    display: block;
    margin: 0 auto;
    background: url(../images/btn.png) no-repeat;
    font-size: 18px;
    color: #fff;
    margin-top: 45px;
}


/*第四块区域*/

.text_warp {
    padding: 35px 0;
    overflow: hidden;
    background: url(../images/bg1.png) top center no-repeat;
}

.text_warp_list {
    display: flex;
    justify-content: space-between
}

.text_warp_list li h6 {
    font-size: 34px;
    color: #fff;
}

.text_warp_list li h6:after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: #fff;
    margin: 15px 0;
}

.text_warp_list li p {
    font-size: 16px;
    color: #f8faff;
}


/*第五块区域*/

.section.page4 {
    padding-top: 55px;
    padding-bottom: 40px;
    overflow: hidden;
}

.news_section {
    margin: 0 -15px;
    margin-top: 55px;
}

.news_section .news_section_item {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.news_section .news_section_item .news_section_tit {
    font-size: 20px;
    color: #195ff2;
    vertical-align: middle;
    line-height: 25px;
    margin-bottom: 25px;
}

.news_section .news_section_item .news_section_tit img {
    margin-left: 20px;
    width: 50%;
}

.news_section .news_section_item .news_first {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeff6;
}

.news_section .news_section_item .news_first h6 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    transition: all .6s ease-in-out;
}

.news_section .news_section_item .news_first p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news_section .news_section_item .news_first a:hover h6,
.news_section .news_section_item .news_list li a:hover {
    color: #2a72be;
}

.news_section .news_section_item .news_list li {
    border-bottom: 1px solid #eaeff6;
    padding: 18px 0;
    padding-left: 10px;
    background: url(../images/icon15.png) left center no-repeat;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s ease-in-out;
}

.news_section .news_section_item .news_list li a {
    transition: all .6s ease-in-out;
}

.news_section .news_section_item .news_img {
    width: 100%;
    height: 381px;
    background: #f8faff;
    overflow: hidden;
    position: relative;
    transition: all .6s ease-in-out;
}


/*.news_section .news_section_item .news_img:hover{
	-moz-box-shadow:0 0 20px rgba(46,104,220,0.26);
	-webkit-box-shadow:0 0 20px rgba(46,104,220,0.26);
	box-shadow:0 0 20px rgba(46,104,220,0.26);
}*/

.news_section .news_section_item .news_img .news_img_tit {
    position: absolute;
    top: 11px;
    left: 15px;
    padding: 5px 4px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

.news_section .news_section_item .news_img img {
    width: 100%;
    height: 185px;
}

.news_section .news_section_item .news_img .item_cont {
    padding-top: 20px;
    padding-left: 17px;
    padding-right: 27px;
    padding-bottom: 25px;
    overflow: hidden;
}

.news_section .news_section_item .news_img .item_cont h6 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.news_section .news_section_item .news_img .item_cont p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.news_section .news_section_item .news_img .item_cont .more {
    display: block;
    font-size: 16px;
    color: #0053f6;
    margin-top: 10px;
}

.page4_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.page4_bottom .page3_btm_tit span {
    background: #fff;
}

.authentication_slide {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}

.authentication_slide .swiper-slide .logo_box {
    width: 100%;
    display: table;
    height: 60px;
    text-align: center;
    margin-bottom: 5px;
}

.authentication_slide .swiper-slide .logo_box span {
    display: table-cell;
    vertical-align: middle;
}

.authentication_slide .swiper-slide .logo_box img {
    max-height: 60px;
    max-width: 100%;
}

.authentication_slide .swiper-slide p {
    transition: all .3s ease-in-out;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.authentication_slide .swiper-slide a:hover p {
    color: #195ff2;
}

.page4_bottom .customer_btn {
    margin-top: 30px;
}


/*底部区域*/

.footer {
    width: 100%;
    overflow: hidden;
    background: #292f35;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #707070;
    padding: 35px 0;
}

.foot_top ul {
    overflow: hidden;
    margin: 0 -10px;
}

.foot_top ul li {
    float: left;
    width: 18%;
    padding: 0 10px;
}

.foot_top ul li h6 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.foot_top ul li h6:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 25px 0;
    margin-bottom: 15px;
    background: #00a0e9;
}

.foot_top ul li:last-child {
    width: 25%;
}

.foot_top ul li p {
    font-size: 14px;
    color: #999;
    line-height: 38px;
}

.foot_top ul li p a {
    transition: all .6s ease-in-out;
}

.foot_top ul li p a:hover {
    color: #fff;
}

.foot_botm {
    padding: 15px 0;
    overflow: hidden;
}

.foot_botm p {
    text-align: center;
    font-size: 14px;
    color: #fff;
}


/*新闻资讯区域*/

.news_banner {
    overflow: hidden;
    padding-top: 115px;
    padding-bottom: 60px;
    background: url(../images/bg7.png) no-repeat top center;
}

.news_banner h6 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.news_banner p {
    font-size: 14px;
    color: #666;
}

.news_content_section {
    overflow: hidden;
    margin: 0 -25px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.news_content_section_left {
    width: 66.4%;
    padding: 0 25px;
    float: left;
}

.news_nav {
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #f3f4f7;
}

.news_nav a {
    display: inline-block;
    line-height: 34px;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    color: #333;
    margin-right: 35px;
}

.news_nav a:last-child {
    margin-right: 0;
}

.news_nav a.active {
    color: #195ff2;
    border-color: #195ff2;
}

.first_list {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f7;
    overflow: hidden;
}

.first_list li h6 {
    float: left;
    max-width: 70%;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    transition: all .6s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.first_list li .item_tit span {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.first_list li a:hover h6 {
    color: #195ff2;
}

.first_list li p.item_info {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.news_content_section_right {
    float: right;
    padding: 0 25px;
    width: 33.6%;
    margin-top: 5px;
}

.hottags_section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.cont_right_tit {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f3f4f7;
}

.cont_right_tit span {
    display: inline-block;
    border-bottom: 2px solid #195ff2;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.hottags_btn {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.hottags_btn a {
    display: inline-block;
    line-height: 28px;
    border: 1px solid #eaecef;
    border-radius: 20px;
    padding: 0 21px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    margin-right: 10px;
    transition: all .6s ease-in-out;
}

.hottags_btn a:hover {
    color: #fff;
    background: #195ff2;
}

.hotenews_section {
    width: 100%;
    overflow: hidden;
}

.hotenews_section ul {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.hotenews_section li {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.hotenews_section li a {
    transition: all .6s ease-in-out;
}

.hotenews_section li a:hover {
    color: #195ff2;
}

.hotenews_section li span {
    color: #666;
    font-weight: bold;
}

.hotenews_section li span.color_orange {
    color: #ff6e0e;
}


/*新闻详情区域*/

.breadNav {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.breadNav span {
    margin: 0 5px;
}

.breadNav a {
    transition: all .6s ease-in-out;
}

.breadNav a:hover {
    color: #195ff2;
}

.page_content_section {
    overflow: hidden;
    margin: 0 -15px;
    margin-bottom: 30px;
}

.page_content_section_left {
    float: left;
    width: 66.667%;
    padding: 0 15px;
}

.page_content_section_left_box {
    overflow: hidden;
    padding: 0 20px;
    border: 1px solid #eaecef;
    padding-bottom: 20px;
}

.news_content {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f3f4f7;
    margin-bottom: 20px;
}

.news_text_section {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #f3f4f7;
}

.news_text_section p img,
.news_text_section img {
    max-width: 100%;
}

.news_text_section p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news_text_section table {
    max-width: 100%;
    margin: 0 auto;
}

.NewsPages {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}

.NewsPages a {
    color: #666;
    display: block;
    max-width: 100%;
    line-height: 30px;
    transition: all .6s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.NewsPages a:hover {
    color: #195ff2;
}

.return_btn {
    display: block;
    width: 110px;
    height: 30px;
    margin: 20px auto;
    border: 1px solid #eaecef;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: all .6s ease-in-out;
}

.return_btn:hover {
    background: #195ff2;
    color: #fff;
}

.page_content_section_right {
    width: 33.333%;
    float: left;
    overflow: hidden;
    padding: 0 15px;
}

.adve_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.adve_img img {
    width: 100%;
}


/*客户案例页面*/

.clientele_banner {
    width: 100%;
    overflow: hidden;
    padding-top: 115px;
    padding-bottom: 55px;
    background: url(../images/img24.png) no-repeat;
    background-size: 100% 100%;
}

.clientele_banner h6 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

.clientele_banner p {
    font-size: 14px;
    color: #fff;
}

.section.page5 {
    padding-top: 55px;
}

.page_customer_title {
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    color: #000;
    margin-bottom: 30px;
}

.benchmarking_slide {
    width: 100%;
    overflow: hidden;
}

.benchmarking_slide .w1200 {
    position: relative;
}

.benchmarking_slide .gallery-thumbs {
    background: #f6f9fc;
    position: relative;
}

.benchmarking_slide .gallery-thumbs .swiper-slide {
    display: table;
    text-align: center;
    height: 120px;
}

.benchmarking_slide .gallery-thumbs .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}

.benchmarking_slide .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 120px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.benchmarking_slide .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: #fff;
}

.benchmarking_slide .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.benchmarking_slide .gallery-thumbs .swiper-slide p {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.benchmarking_slide .gallery-top {
    background: url(../images/bg8.jpg) top center no-repeat;
    background-size: cover;
}

.benchmarking_slide .gallery-top .swiper-slide {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.benchmarking_slide .gallery_top_left {
    width: 49%;
    float: left;
}

.benchmarking_slide .gallery_top_left h5 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.benchmarking_slide .gallery_top_left h6 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 20px;
}

.benchmarking_slide .gallery_top_left p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.benchmarking_slide .gallery_top_left .more {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    width: 120px;
    display: block;
    background: #2468f2;
    margin-top: 25px;
}

.benchmarking_slide .gallery_top_right {
    float: right;
    width: 46.667%;
}

.benchmarking_slide .gallery_top_right img {
    width: 100%;
}

.benchmarking_slide .swiper_btn_section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.benchmarking_slide .swiper-button-next,
.benchmarking_slide .swiper-button-prev,
.dynamics_slide .swiper-button-next,
.dynamics_slide .swiper-button-prev,
.related_slide .swiper-button-next,
.related_slide .swiper-button-prev {
    width: 21px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
}

.benchmarking_slide .swiper-button-prev.swiper-button-white {
    background: url(../images/prev2.png) no-repeat;
    left: -44px;
}

.benchmarking_slide .swiper-button-next.swiper-button-white {
    background: url(../images/next2.png) no-repeat;
    right: -44px;
}

.section.page6 {
    overflow: hidden;
    background: #fff;
    padding: 55px 0;
}

.section.page6 .page_customer_title {
    margin-bottom: 50px;
}

.case_nav {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #eeeff6;
    overflow: hidden;
    margin-bottom: 30px;
}

.case_nav .swiper-slide {
    float: left;
    width: 120px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.case_nav .swiper-slide.active {
    color: #2468f2;
}

.case_nav .swiper-slide.active:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    margin: 0 auto;
    margin-top: 19px;
    background: #2468f2;
}

.two_list {
    margin: 0 -7px;
    margin-bottom: -15px;
}

.two_list li {
    float: left;
    width: 33.33%;
    padding: 0 7px;
    height: 360px;
    margin-bottom: 20px;
    overflow: hidden;
}

.two_list li .item_cont {
    width: 100%;
    overflow: hidden;
    border: 1px solid #f5f6f6;
}

.two_list li .item_cont img {
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.two_list li .item_cont .item_box {
    padding: 18px 14px;
    overflow: hidden;
}

.two_list li .item_cont .item_box h6 {
    font-size: 24px;
    color: #333;
    transition: all .6s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li .item_cont a:hover .item_box h6 {
    color: #2468f2;
}

.two_list li .item_cont .item_box .item_tit {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 10px;
}

.two_list li .item_cont .item_box .item_info {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.section.page7 {
    padding-bottom: 60px;
}

.dynamics_slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.dynamics_slide .swiper_btn_section {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.dynamics_slide .swiper-button-next.swiper-button-white,
.related_slide .swiper-button-next {
    background: url(../images/next2.png) no-repeat;
    right: -40px;
}

.dynamics_slide .swiper-button-prev.swiper-button-white,
.related_slide .swiper-button-prev {
    background: url(../images/prev2.png) no-repeat;
    left: -40px;
}

.dynamics_slide .swiper-slide {
    border: 1px solid #f5f6f6;
    height: 342px;
}

.dynamics_slide .swiper-slide img {
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dynamics_slide .swiper-slide .item_box {
    overflow: hidden;
    padding: 18px;
}

.dynamics_slide .swiper-slide .item_box h6 {
    font-size: 16px;
    color: #333;
    transition: all .6s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.dynamics_slide .swiper-slide a:hover .item_box h6 {
    color: #2468f2;
}

.dynamics_slide .swiper-slide .item_box .item_info {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}


/*关于我们区域*/

.about_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about_banner img {
    width: 100%;
    /*height: 400px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about_section {
    width: 100%;
    position: relative;
}

.about_nav,
.security_nav {
    width: 100%;
    height: 70px;
    background: #fff;
    text-align: center;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.about_nav_fixed,
.security_nav_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.about_nav a,
.security_nav a {
    display: inline-block;
    line-height: 68px;
    margin: 0 24px;
    font-size: 16px;
}

.about_nav a.active,
.security_nav a.active {
    border-bottom: 2px solid #175ef4;
}

.about_section_box {
    width: 100%;
}

.about_section_box .about_dome {
    width: 100%;
    overflow: hidden;
}

.about_dome.page1 {
    padding-top: 70px;
    padding-bottom: 65px;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.about_dome .about_section_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.about_dome.page1 .about_dome_box {
    width: 100%;
    overflow: hidden;
}

.about_dome.page1 .about_dome_left {
    float: left;
    width: 57.5%;
}

.scrollbarWrapper .viewport {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.scrollbarWrapper .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.scrollbarWrapper .scrollbar {
    background: transparent url(../images/bg-scrollbar.png) no-repeat 0 0;
    position: absolute;
    background-position: 0 0;
    right: -20px;
    top: 0;
    width: 15px;
}

.scrollbarWrapper .track {
    /*background:transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;*/
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

.scrollbarWrapper .thumb {
    background: transparent url(../images/bg-scrollbar-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -5px;
}

.scrollbarWrapper .thumb .end {
    /* background:transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;*/
    overflow: hidden;
    height: 5px;
    width: 25px;
}

.scrollbarWrapper .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.about_dome.page1 .about_dome_left .inner-box.scrollbarWrapper {
    position: relative;
}

.about_dome.page1 .about_dome_left .inner-box-this {
    height: 185px;
    position: relative;
    overflow: hidden;
}

.scrollbarWrapper .scrollbar {
    background: transparent url(../images/bg-scrollbar.png) no-repeat 0 0;
    position: absolute;
    background-position: 0 0;
    right: -12px;
    top: 0;
    width: 6px;
    background-size: 100% 100%;
    border-radius: 25px;
}

.scrollbarWrapper .thumb {
    background: transparent url(../images/bg-scrollbar-y.png) no-repeat 0 0;
    height: 20px;
    width: 4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
    background-size: 100% 100%;
    border-radius: 50px;
}

.inner-this-top p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    text-indent: 2em;
    margin-bottom: 5px;
}

.mission_img {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.mission_img img {
    max-width: 100%;
}

.about_dome.page1 .about_dome_right {
    float: right;
    width: 37.084%;
}

.about_dome.page1 .about_dome_right video {
    width: 100%;
    height: 245px;
}

.about_quick_list {
    overflow: hidden;
    margin: 0 -11px;
    margin-top: 50px;
}

.about_quick_list li {
    width: 33.33%;
    float: left;
    padding: 0 11px;
}

.about_quick_list li .item_cont {
    width: 100%;
    overflow: hidden;
}

.about_quick_list li .item_cont img {
    width: 100%;
}

.about_dome.page2 {
    padding-top: 75px;
    padding-bottom: 125px;
    background: url(../images/bg3.jpg) top center no-repeat;
    background-size: cover;
}

.about_dome.page2 .about_section_title {
    color: #fff;
}

.about_dome.page2 .about_section_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #8e9196;
    margin-top: 15px;
}

.about_dome.page2 .honor_text {
    width: 100%;
    overflow: hidden;
}

.about_dome.page2 .honor_text p {
    font-size: 14px;
    color: #fefeff;
    line-height: 24px;
}

.about_dome.page2 .honor_slide {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
    height: 370px;
    position: relative;
    padding: 50px 0;
}

.about_dome.page2 .honor_slide .swiper-container {
    width: 100%;
    height: 100%;
}

.about_dome.page2 .honor_slide .swiper-slide {
    height: 100%;
}

.about_dome.page2 .honor_slide .swiper-slide img {
    max-width: 100%;
    width: 100%;
    /*height: 270px;
	-o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/
}

.about_dome.page2 .honor_slide .swiper-button-next,
.about_dome.page2 .honor_slide .swiper-button-prev {
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    outline: none;
}

.about_dome.page2 .honor_slide .swiper-button-next,
.about_dome.page2 .honor_slide .swiper-container-rtl .swiper-button-prev {
    bottom: 0;
    top: inherit;
    background: url(../images/next4.png) no-repeat;
    background-size: 100% 100%;
}

.about_dome.page2 .honor_slide .swiper-button-prev,
.about_dome.page2 .honor_slide .swiper-container-rtl .swiper-button-next {
    top: 0;
    background: url(../images/prev4.png) no-repeat;
    background-size: 100% 100%;
}

.about_dome.page3 {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f7f8fa;
    text-align: center;
}

.about_dome.page3 img {
    max-width: 100%;
}

.about_dome.page4 {
    padding-top: 60px;
    padding-bottom: 85px;
    background: #fff;
}

.time_wrap {
    overflow: hidden;
    padding: 30px;
    padding-top: 27px;
    padding-bottom: 50px;
    border: 1px solid #f1f1f1;
    background: url(../images/timebg.png) bottom right no-repeat;
    margin-top: 40px;
}

.time_wrap .time_box {
    padding-left: 450px;
    padding-right: 30px;
    background: url(../images/time.png) right 36px no-repeat;
    margin: 0 auto;
    height: 40px;
}

.time_wrap .gallery-thumbs {
    width: 100%;
    position: relative;
}

.time_wrap .gallery-thumbs .swiper-slide {
    position: relative;
    background: none;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    text-align: center;
}

.time_wrap .gallery-thumbs .swiper-slide .yd {
    width: 8px;
    height: 8px;
    background: #999;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: 11px;
}

.time_wrap .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    font-size: 20px;
    color: #0167c9;
}

.time_wrap .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .yd {
    width: 10px;
    height: 10px;
    background: #0167c9;
    margin-top: 4px;
}

.time_wrap .gallery-top {
    position: relative;
    padding: 0 52px;
    overflow: hidden;
    width: auto;
    margin-top: 30px;
}

.time_wrap .gallery-top .swiper-slide {
    text-align: left;
}

.time_wrap .gallery-top .swiper-slide .img_box {
    float: left;
    width: 39.653%;
}

.time_wrap .gallery-top .swiper-slide .img_box img {
    width: 100%;
}

.time_wrap .gallery-top .swiper-slide .item_cont {
    width: 58.512%;
    float: right;
    overflow: hidden;
    margin-top: 35px;
}

.time_wrap .gallery-top .swiper-slide .item_cont p {
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.time_wrap .gallery-top .swiper-button-next,
.time_wrap .gallery-top .swiper-button-prev {
    width: 20px;
    height: 37px;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.time_wrap .gallery-top .swiper-button-prev {
    left: 0;
    background: url(../images/prev3.png) no-repeat;
}

.time_wrap .gallery-top .swiper-button-next {
    right: 0;
    background: url(../images/next3.png) no-repeat;
}

.about_dome.page5 {
    padding-top: 45px;
    padding-bottom: 60px;
    background: url(../images/bg4.jpg) no-repeat;
    background-size: 100% 100%;
}

.about_dome.page5 .about_section_title {
    color: #fff;
}

.about_dome.page5 .about_section_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}

.about_map_section {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.about_map_section_left {
    float: left;
    margin-left: 55px;
    width: 47%;
    height: 350px;
}

#allmap {
    width: 100%;
    height: 100%;
}

.about_map_section_right {
    float: right;
    width: 45%;
    height: 100%;
}

.about_map_section_right h6 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

.about_map_section_right ul li {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
}

.about_map_section_right ul {
    margin-bottom: 15px;
}

.about_map_section_right ul:last-child {
    margin-bottom: 0;
}

.cases_section_xq {
    width: 100%;
}

.cases_section_xq_title {
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
}

.cases_section_xq_title h6 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.cases_section_xq_title .cases_fx {
    font-size: 16px;
    color: #333;
    position: relative;
    margin-top: 5px;
}

.cases_section_xq_title .cases_fx div {
    display: inline-block;
    overflow: hidden;
    top: 5px;
    position: relative;
}

.cases_section_xq .cases_info {
    width: 100%;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 40px;
    background: #f7f8fb;
}

.cases_section_xq .cases_info .cases_info_left {
    width: 46.667%;
    float: left;
}

.cases_section_xq .cases_info .cases_info_left img {
    width: 100%;
}

.cases_section_xq .cases_info .cases_info_right {
    width: 49%;
    float: right;
}

.cases_section_xq .cases_info .cases_info_right p {
    font-size: 18px;
    color: #333;
    line-height: 44px;
}

.cases_section_xq .cases_info .cases_info_right p span {
    color: #2468f2;
}

.exp_btn {
    display: block;
    width: 120px;
    height: 40px;
    background: #2468f2;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 47px;
}

.kh_archives_section {
    width: 100%;
    padding-top: 40px;
    background: url(../images/bg5.png) top center no-repeat;
}

.kh_archives_box {
    padding: 15px 30px;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: 0px 0px 20px rgba(160, 160, 160, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(160, 160, 160, 0.1);
    box-shadow: 0px 0px 20px rgba(160, 160, 160, 0.1);
    max-height: 1500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.kh_archives_box p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.kh_archives_box p img,
.kh_archives_box img {
    max-width: 100%;
}

.kh_archives_box table {
    max-width: 100%;
    margin: 0 auto;
}

.section.page8 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.three_list {
    overflow: hidden;
    margin: 0 -10px;
}

.three_list li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.three_list li img {
    height: 50px;
}

.three_list li h6 {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.three_list li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.section.page9 {
    padding-bottom: 50px;
    padding-top: 45px;
    margin-bottom: 45px;
    background: #f7f8fb;
}

.scene_slide {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #fff;
    overflow: hidden;
}

.scene_slide .bd {
    float: left;
    width: 150px;
}

.scene_slide .bd li {
    border: 1px solid #dcdcdc;
    border-left: 0;
    background: #f7f8fb;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    border-top: 0;
    cursor: pointer;
}

.scene_slide .bd li.active {
    border-right: #fff;
    background: #fff;
    color: #2468f2;
    border-left: 3px solid #2468f2;
}

.scene_slide .bd li:nth-child(11) {
    border-bottom: 0;
}

.scene_slide .scene_slide_right {
    float: right;
    width: 84%;
    padding: 45px 20px 35px 0;
    height: 670px;
}

.scene_slide .scene_slide_right .swiper-container {
    width: 100%;
    height: 100%;
}

.scene_slide .scene_slide_right .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.scene_slide .scene_slide_right .scene_slide_text {
    width: 100%;
    height: 100%;
    padding-right: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.scene_slide .scene_slide_right .scene_slide_text p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.scene_slide .scene_slide_right .scene_slide_text p img,
.scene_slide .scene_slide_right .scene_slide_text img {
    max-width: 100%;
}

.qualification_img {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.qualification_img img {
    max-width: 100%;
}

.section.page10 {
    padding-top: 75px;
    padding-bottom: 32px;
}

.section.page11 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.section.page12 {
    padding-top: 32px;
    padding-bottom: 65px;
}


/* 安全服务页面样式 */

.security_banner {
    width: 100%;
    overflow: hidden;
}

.security_banner .swiper-slide img {
    width: 100%;
}

.security_item {
    width: 100%;
    overflow: hidden;
}

.security_item.page1 {
    padding-top: 55px;
    padding-bottom: 60px;
    background: #fff;
}

.security_page1_left {
    float: left;
    width: 595px;
}

.security_page1_left h6 {
    margin-bottom: 32px;
    font-size: 28px;
    color: #333;
}

.security_page1_left .item_cont {
    width: 100%;
}

.security_page1_left .item_cont .item_text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.security_page1_left .item_cont .item_list {
    margin-top: 15px;
}

.security_page1_left .item_cont .item_list li {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    background: url(../images/icon20.png) left center no-repeat;
    overflow: hidden;
}

.security_page1_left .item_cont .item_btn {
    margin-top: 25px;
    width: 100%;
}

.security_page1_left .item_cont .item_btn a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 25px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    border-radius: 18px;
    background: #0c73fe;
    transition: all .6s ease-in-out;
}

.security_page1_left .item_cont .item_btn a:hover {
    -moz-box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
    -webkit-box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
    box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
}

.security_page1_right {
    float: right;
    margin-top: 50px;
    width: 566px;
}

.security_page1_right img {
    max-width: 100%;
}

.security_item.page2 {
    padding-top: 55px;
    padding-bottom: 60px;
    background: #f7f8fb;
}

.security_item .security_title {
    margin-bottom: 35px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.solution_list {
    margin: 0 -6.5px;
}

.solution_list li {
    float: left;
    width: 25%;
    height: 330px;
    padding: 0 6.5px;
}

.solution_list li .item_cont {
    width: 100%;
}

.solution_list li .item_cont img {
    width: 100%;
    height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.solution_list li .item_cont .item_text {
    padding: 20px 10px 25px 16px;
    height: 125px;
    background: #fff;
    overflow: hidden;
}

.solution_list li .item_cont .item_text h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution_list li .item_cont .item_text p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.security_item.page3 {
    padding: 55px 0;
    background: #fff;
}

.related_slide {
    width: 100%;
    overflow: hidden;
}

.related_slide .w1200 {
    position: relative;
}

.related_slide .swiper-slide img {
    margin-bottom: 15px;
    width: 100%;
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.related_slide .swiper-slide h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related_slide .swiper-slide p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.related_slide .swiper-slide a:hover h6 {
    color: #2a72be;
}


/* 右侧悬浮区域 */

.suspension_right {
    position: fixed;
    right: 30px;
    width: 66px;
    z-index: 9999;
    bottom: 2%;
}

.suspension_right li {
    display: table;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    height: 66px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(182, 182, 182, 0.26);
    cursor: pointer;
}

.suspension_right li a {
    display: table-cell;
    vertical-align: middle;
}

.suspension_right li .icon_box {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 66px;
    height: 25px;
}

.suspension_right li.zszx .icon_box {
    background: url(../images/icon21.png) center center no-repeat;
}

.suspension_right li.qqzx .icon_box {
    background: url(../images/icon22.png) center center no-repeat;
}

.suspension_right li.ffrx .icon_box {
    background: url(../images/icon23.png) center center no-repeat;
}

.suspension_right li.sqsy .icon_box {
    background: url(../images/icon24.png) center center no-repeat;
}

.suspension_right li.gzh .icon_box {
    background: url(../images/icon25.png) center center no-repeat;
}

.suspension_right li.scroll_top {
    height: 50px;
}

.suspension_right li.scroll_top .icon_box {
    margin: 0;
    height: 50px;
    background: url(../images/icon26.png) center center no-repeat;
}

.suspension_right li.scroll_top:hover .icon_box {
    background: url(../images/icon26_2.png) center center no-repeat;
}

.suspension_right li p {
    font-size: 12px;
    color: #333;
    line-height: 25px;
}

.suspension_right li .item_cont {
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    opacity: 0;
    min-height: 100%;
    overflow: hidden;
    transition: width .3s;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.suspension_right li.scroll_top {
    display: none;
}


/* 申请试用 */

.pop_black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .4);
}

.pop_applysection {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 484px;
    margin: auto;
    z-index: 99999;
    background: #fff;
}

.pop_applysection .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pop_applysection .pop_applytitle {
    margin: 55px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pop_applysection .pop_applytitle h1 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.pop_applysection .pop_applytitle p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.pop_applysection .pop_applyform {
    margin: 0 44px;
    overflow: hidden;
}

.pop_applysection .pop_applyform .applyform_item {
    margin-bottom: 38px;
    padding-left: 13px;
    overflow: hidden;
}

.pop_applysection .pop_applyform .applyform_item label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.pop_applysection .pop_applyform .applyform_item label span {
    position: absolute;
    left: -13px;
    color: #ed2121;
}

.pop_applysection .pop_applyform .applyform_item input {
    padding-left: 0;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}

.pop_applysection .pop_applyform .applyform_item input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform button {
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #1e7ee5;
}

.suspension_right li:hover {
    background: #1B69FE;
}

.suspension_right li:hover p {
    color: #fff;
}

.suspension_right li.zszx:hover .icon_box {
    background: url(../images/icon21_2.png) center center no-repeat;
}

.suspension_right li:hover .item_cont {
    width: 90px;
    color: #fff;
    background: #1B69FE;
    opacity: 1;
}

.suspension_right li.qqzx:hover .icon_box {
    background: url(../images/icon22_2.png) center center no-repeat;
}

.suspension_right li.ffrx:hover .icon_box {
    background: url(../images/icon23_2.png) center center no-repeat;
}

.suspension_right li.ffrx:hover .item_cont {
    width: 180px;
    text-align: center;
}

.suspension_right li.sqsy:hover .icon_box {
    background: url(../images/icon24_2.png) center center no-repeat;
}

.suspension_right li.gzh:hover .icon_box {
    background: url(../images/icon25_2.png) center center no-repeat;
}

.suspension_right li.gzh .item_cont {
    white-space: inherit;
}

.suspension_right li.gzh:hover .item_cont {
    flex-direction: column;
    padding-bottom: 7px;
    width: 140px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: inherit;
    bottom: 0;
}

.suspension_right li.gzh .item_cont img {
    margin: 10px 0;
    margin-bottom: 5px;
    width: 120px;
    height: 120px;
}

.suspension_right li.gzh .item_cont p {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
}

@media screen and (min-width:0px) and (max-width:1560px) {}

@media screen and (min-width:0px) and (max-width:1410px) {
    .w1200 {
        width: 90%;
    }
    .programme_section .swiper-container {
        margin-top: 45px;
    }
    .programme_section .swiper-slide {
        width: 830px;
        margin-right: 74px;
    }
    /*.programme_section .w1200 .swiper-button-prev,.programme_section .w1200 .swiper-button-next{
		display: none;
	}*/
    .programme_section .w1200 .swiper-button-prev {
        left: 1%;
    }
    .programme_section .w1200 .swiper-button-next {
        right: 7%;
    }
    .benchmarking_slide .swiper-button-prev.swiper-button-white {
        left: 0;
    }
    .benchmarking_slide .swiper-button-next.swiper-button-white {
        right: 0;
    }
    .security_page1_left,
    .security_page1_right {
        width: 48%;
    }
    .solution_list li {
        height: auto;
    }
    .solution_list li .item_cont img {
        height: auto;
    }
    .related_slide .swiper-slide img {
        height: auto;
    }
}

@media screen and (min-width:0px) and (max-width:1366px) {}

@media screen and (min-width:0px) and (max-width:1290px) {
    .quick_section {
        padding-left: 35px;
    }
    .quick_section li {
        padding-right: 25px;
    }
    .dynamics_slide .swiper-slide img {
        height: 195px;
    }
    .dynamics_slide .swiper-slide {
        height: 310px;
    }
}

@media screen and (min-width:0px) and (max-width:1250px) {
    .two_list li {
        height: 320px;
    }
    .two_list li .item_cont img {
        height: 185px;
    }
}

@media screen and (min-width:0px) and (max-width:1260px) {
    .products_list li .item_cont .item_text h6 {
        margin-bottom: 5px;
    }
    .products_list li .item_cont .item_text p {
        font-size: 12px;
    }
}

@media screen and (min-width:0px) and (max-width:1234px) {
    .quick_section {
        padding-left: 25px;
        margin-top: -43px;
    }
    .quick_section li {
        padding-right: 15px;
    }
    .quick_section li .item_cont p {
        font-size: 14px;
    }
    .quick_section li {
        padding: 20px 0;
        padding-right: 15px;
    }
    .quick_section li .icon_box {
        width: 45px;
    }
    .quick_section li .icon_box img {
        width: 100%;
    }
    .quick_section li .item_cont p {
        line-height: 25px;
        font-size: 12px;
    }
    .time_wrap .gallery-top .swiper-slide .item_cont {
        margin-top: 25px;
    }
    .time_wrap .gallery-top .swiper-slide .item_cont p {
        line-height: 25px;
    }
}

@media screen and (min-width:0px) and (max-width:1225px) {
    .header .head_right .nav>li {
        margin: 0 14px;
    }
    .header .head_right .head_search_icon {
        margin-left: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:1220px) {}

@media screen and (min-width:0px) and (max-width:1200px) {
    .scene_slide .scene_slide_right {
        width: 83%;
    }
}

@media screen and (min-width:0px) and (max-width:1165px) {
    .foot_top ul li {
        width: 17%;
    }
    .foot_top ul li:last-child {
        width: 30%;
    }
    .dynamics_slide .swiper-slide {
        height: 300px;
    }
    .dynamics_slide .swiper-slide img {
        height: 185px;
    }
    .time_wrap .gallery-top .swiper-slide .item_cont {
        margin-top: 0;
    }
}

@media screen and (min-width:0px) and (max-width:1145px) {
    .header .head_right .nav>li {
        margin: 0 18px;
    }
}

@media screen and (min-width:0px) and (max-width:1130px) {
    .header .head_right .nav>li {
        margin: 0 15px;
    }
    .header .head_right .head_search_icon {
        margin-left: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:1110px) {
    .dynamics_slide .swiper-slide {
        height: 290px;
    }
    .dynamics_slide .swiper-slide img {
        height: 175px;
    }
    .about_map_section_left {
        margin-left: 25px;
    }
    .scene_slide .scene_slide_right {
        width: 81%;
    }
    .scene_slide .scene_slide_right .scene_slide_text {
        padding-right: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:1095px) {
    .header .head_right .nav>li {
        margin: 0 10px;
    }
    .header .head_right .head_search_icon {
        margin-left: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:1075px) {
    .about_dome.page2 .honor_slide {
        height: 315px;
    }
}

@media screen and (min-width:0px) and (max-width:1045px) {
    .two_list li {
        height: 280px;
    }
    .two_list li .item_cont img {
        height: 150px;
    }
    .dynamics_slide .swiper-slide {
        height: 280px;
    }
    .dynamics_slide .swiper-slide img {
        height: 165px;
    }
    .cases_section_xq .cases_info .cases_info_right p {
        line-height: 36px;
        font-size: 16px;
    }
    .exp_btn {
        margin-top: 18px;
    }
}

@media screen and (min-width:0px) and (max-width:1024px) {
    .programme_section .swiper-slide {
        width: 650px;
        margin-right: 65px;
    }
    .programme_section .swiper-container {
        height: 360px;
    }
    .programme_section .w1200 {
        height: 300px;
    }
    .programme_section .swiper-slide .item_cont h6 {
        margin-bottom: 12px;
    }
    .programme_section .swiper-slide .item_cont {
        padding: 20px;
    }
    .programme_section .swiper-slide .item_cont .more {
        margin-top: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:1080px) {}

@media screen and (min-width:0px) and (max-width:1050px) {
    .time_wrap .time_box {
        padding-left: 380px;
    }
}

@media screen and (min-width:0px) and (max-width:1006px) {
    .header .head_right .nav>li {
        margin: 0 10px;
        font-size: 14px;
    }
    .header .head_right .head_quick {
        font-size: 14px;
    }
}

@media screen and (min-width:0px) and (max-width:990px) {
    .dynamics_slide .swiper-slide {
        height: 270px;
    }
    .dynamics_slide .swiper-slide img {
        height: 155px;
    }
    .about_map_section_left {
        margin-left: 0;
    }
    .about_map_section_right {
        width: 50%;
    }
    .scene_slide .scene_slide_right {
        width: 79%;
    }
}

@media screen and (min-width:0px) and (max-width:970px) {
    .foot_top ul li h6 {
        font-size: 16px;
    }
    .foot_top ul li h6:after {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .foot_top ul li p {
        font-size: 12px;
        line-height: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:960px) {
    .time_wrap .time_box {
        padding-left: 280px;
    }
}

@media screen and (min-width:0px) and (max-width:958px) {
    .products_list li .item_cont .icon_box {
        width: 45px;
        height: 45px;
    }
    .products_list li .item_cont {
        padding-top: 15px;
    }
    .products_list li .item_cont .item_text p {
        line-height: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:951px) {
    .quick_section {
        padding-left: 0;
    }
}

@media screen and (min-width:0px) and (max-width:935px) {
    .security_page1_left {
        width: 60%;
    }
    .security_page1_right {
        width: 38%;
    }
}

@media screen and (min-width:0px) and (max-width:924px) {
    .quick_section li {
        padding-right: 10px;
    }
    .quick_section li .item_cont {
        padding-left: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:920px) {
    .three_list {
        margin: 0 -3px;
    }
    .three_list li {
        padding: 0 3px;
    }
    .three_list li p {
        font-size: 14px;
    }
}

@media screen and (min-width:0px) and (max-width:910px) {
    .news_nav a {
        margin-right: 18px;
    }
}

@media screen and (min-width:0px) and (max-width:890px) {
    .news_section .news_section_item .news_section_tit img {
        width: 40%;
        margin-left: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:880px) {
    .quick_section li {
        width: 50%;
        padding: 15px;
    }
}

@media screen and (min-width:0px) and (max-width:870px) {
    .about_map_section_right h6 {
        font-size: 20px;
    }
    .scene_slide .scene_slide_right {
        width: 76%;
    }
    .about_dome.page2 .honor_slide {
        height: 275px;
    }
}

@media screen and (min-width:0px) and (max-width:875px) {
    .header .head_right .nav>li {
        margin: 0 7px;
    }
    .programme_section .hd {
        width: 600px;
    }
    .programme_section .hd li {
        margin-right: 19px;
    }
    .two_list li {
        height: 240px;
    }
    .two_list li .item_cont img {
        height: 115px;
    }
    .two_list li .item_cont .item_box h6 {
        font-size: 22px;
    }
    .two_list li .item_cont .item_box .item_tit {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:0px) and (max-width:860px) {
    .time_wrap .time_box {
        padding-left: 180px;
    }
}

@media screen and (min-width:0px) and (max-width:862px) {
    .header .head_right .nav li {
        margin: 0 5px;
    }
    .foot_botm {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (min-width:0px) and (max-width:810px) {
    .pages .form {
        display: none;
    }
    .about_map_section_right ul li {
        font-size: 14px;
    }
}

@media screen and (min-width:0px) and (max-width:780px) {
    .header .head_right .nav li,
    .header .head_right .head_quick {
        font-size: 13px;
    }
    .scene_slide .scene_slide_right {
        width: 74%;
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .header .logo img,
    .header .head_right .head_search_icon {
        height: 30px;
    }
    .header .head_right .nav li,
    .header .head_right .head_quick {
        line-height: 30px;
    }
    .head_right {
        display: none;
    }
    .m_nav_icon {
        display: block;
        float: right;
        width: 25px;
    }
    .m_nav_icon img {
        width: 100%;
    }
    .m_nav_pop {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        left: 100%;
        display: block;
        transition: left 0.3s;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
    }
    .m_nav_close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
    }
    .m_nav_close img {
        width: 100%;
    }
    .m_nav_list {
        position: relative;
        margin-top: 15px;
    }
    .m_nav_list li {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
    }
    .m_nav_list li {
        border-bottom: 1px solid #dcdcdc;
    }
    .m_nav_list>li a {
        display: block;
        padding: 14px 0;
    }
    .m_nav_list>li.more {
        background: url(../images/icon16.png) 95% 20px no-repeat;
        background-size: 18px;
    }
    .m_nav_list li .menu_nav {
        display: none;
    }
    .m_nav_list>li.more.active {
        border-bottom: 0;
        background: url(../images/icon16_2.png) 95% 20px no-repeat;
        background-size: 18px;
    }
    .m_search {
        margin: 0 20px;
        overflow: hidden;
        background: #fff;
        margin-top: 20%;
        border: 1px solid #dcdcdc;
    }
    .m_search input {
        width: 90%;
        background: #fff;
        border-radius: 3px;
        height: 35px;
        border: 0;
        float: left;
    }
    .m_search button {
        width: 10%;
        height: 35px;
        border: 0;
        background: none;
        color: #fff;
        font-size: 16px;
        float: left;
    }
    .banner {
        display: none;
    }
    .m_banner {
        display: block;
        margin-top: 3rem;
    }
    .m_banner .swiper-slide img {
        width: 100%;
        height: 10rem;
    }
    .quick_section {
        display: none;
    }
    /*第一块区域*/
    .section.page1,
    .section.page2,
    .section.page3,
    .section.page4,
    .section.page6 {
        margin-top: 0;
        padding: 30px 0;
    }
    .section_title h6 {
        font-size: 28px;
    }
    .product_section_left {
        display: none;
    }
    .product_section_right {
        float: none;
        width: 100%;
    }
    .products_list li .item_cont .item_text p {
        font-size: 14px;
        line-height: 24px;
    }
    .programme_section .hd {
        display: none;
    }
    .programme_section .swiper-container {
        margin-top: 0;
    }
    .programme_section .w1200 .swiper-button-prev,
    .programme_section .w1200 .swiper-button-next {
        display: none;
    }
    .programme_section .swiper-container {
        height: 250px;
    }
    .programme_section .swiper-slide {
        width: 80%;
        margin-right: 30px;
    }
    .programme_section .swiper-slide .item_img img {
        height: 250px;
    }
    .programme_section .swiper-slide .item_cont {
        padding: 15px;
    }
    .programme_section .swiper-slide .item_cont h6 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .programme_section .swiper-slide .item_cont p {
        line-height: 22px;
        font-size: 12px;
    }
    .programme_section .swiper-slide .item_cont .more {
        margin-top: 10px;
        height: 30px;
        line-height: 30px;
        width: 120px;
    }
    .programme_section .swiper-container {
        padding-bottom: 0;
    }
    .programme_section .swiper-pagination {
        display: none;
    }
    .page3_top {
        margin-top: 15px;
    }
    .page3_top .page3_top_left {
        width: 60%;
    }
    .page3_top_right {
        width: 40%;
    }
    .page3_top .page3_top_left p {
        line-height: 24px;
    }
    .page3_bottom {
        margin-top: 20px;
    }
    .customer_slide,
    .customer_btn {
        margin-top: 25px;
    }
    .news_section {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .news_section .news_section_item {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }
    .news_section .news_section_item .news_section_tit img {
        width: auto;
    }
    .page4_bottom {
        margin-top: 20px;
    }
    .page4_bottom .customer_btn {
        margin-top: 20px;
    }
    .foot_top {
        display: none;
    }
    .news_banner {
        padding-top: 90px;
        padding-bottom: 30px;
        background-size: 100% 100%;
    }
    .news_banner h6 {
        font-size: 24px;
    }
    .news_banner p {
        font-size: 12px;
    }
    .news_content_section {
        margin-left: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .news_content_section_left,
    .news_content_section_right {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .news_content_section_right {
        margin-top: 30px;
    }
    .cont_right_tit span {
        font-size: 16px;
    }
    .hottags_section {
        margin-bottom: 15px;
    }
    .page_content_section {
        margin-right: 0;
        margin-left: 0;
    }
    .page_content_section_left {
        margin-bottom: 30px;
    }
    .page_content_section_left,
    .page_content_section_right {
        width: 100%;
        float: none;
        padding: 0;
    }
    .news_fx {
        display: none;
    }
    .clientele_banner {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .clientele_banner h6 {
        font-size: 24px;
    }
    .clientele_banner p {
        font-size: 12px;
    }
    .section.page5 {
        padding-top: 30px;
    }
    .page_customer_title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .benchmarking_slide .gallery-thumbs .swiper-slide {
        height: 95px;
    }
    .benchmarking_slide .gallery-thumbs .swiper-slide img {
        max-height: 95px;
    }
    .benchmarking_slide .gallery-thumbs .swiper-slide p {
        line-height: 25px;
    }
    .benchmarking_slide .swiper-button-prev.swiper-button-white {
        left: -22px;
    }
    .benchmarking_slide .swiper-button-next.swiper-button-white {
        right: -22px;
    }
    .benchmarking_slide .gallery-top .swiper-slide {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .benchmarking_slide .gallery_top_left h5 {
        font-size: 28px;
    }
    .section.page6 .page_customer_title {
        margin-bottom: 30px;
    }
    .two_list li {
        margin-bottom: 15px;
    }
    .case_nav {
        height: 39px;
        margin-bottom: 15px;
    }
    .case_nav .swiper-slide {
        width: 115px;
    }
    .case_nav .swiper-slide.active:after {
        margin-top: 12px;
    }
    .section.page7 {
        padding-bottom: 30px;
    }
    .dynamics_slide .swiper-slide {
        height: 260px;
    }
    .dynamics_slide .swiper-slide img {
        height: 145px;
    }
    .about_banner {
        margin-top: 42px;
    }
    .about_banner img {
        height: auto;
    }
    .about_nav,
    .security_nav {
        height: 54px;
    }
    .about_nav a,
    .security_nav a {
        display: inline-block;
        line-height: 52px;
        margin: 0 24px;
    }
    .about_dome.page1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about_dome .about_section_title {
        font-size: 20px;
    }
    .mission_img {
        margin-top: 30px;
    }
    .about_dome.page1 .about_dome_right video {
        height: 190px;
    }
    .about_quick_list {
        margin-top: 30px;
    }
    .about_dome.page2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .about_dome.page2 .honor_slide {
        margin-top: 30px;
    }
    .about_dome.page2 .honor_slide {
        height: 242px;
    }
    .about_dome.page3 {
        padding-top: 30px;
    }
    .about_dome.page4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .time_wrap {
        padding: 10px;
        padding-top: 27px;
        margin-top: 25px;
    }
    .time_wrap .time_box {
        padding-left: 30px;
    }
    .time_wrap .gallery-top {
        padding: 0 25px;
    }
    .about_dome.page5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about_map_section {
        margin-top: 30px;
    }
    .about_map_section_right ul li {
        line-height: 26px;
    }
    .cases_section_xq .cases_info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cases_section_xq .cases_info .cases_info_right p {
        line-height: 24px;
        font-size: 14px;
    }
    .kh_archives_section {
        padding-top: 25px;
    }
    .kh_archives_box {
        padding: 10px 15px;
    }
    .kh_archives_box p {
        font-size: 14px;
        line-height: 25px;
    }
    .section.page8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .three_list li h6 {
        margin-top: 20px;
    }
    .scene_slide .scene_slide_right {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section.page9 {
        padding-bottom: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .section.page10 {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .section.page11 {
        padding-bottom: 0;
    }
    .section.page12 {
        padding-bottom: 30px;
    }
    .security_banner {
        margin-top: 54px;
    }
    .security_item .security_title {
        margin-bottom: 20px;
    }
    .solution_list li .item_cont .item_text {
        padding: 10px;
        height: 95px;
    }
    .solution_list li .item_cont .item_text h6 {
        margin-bottom: 10px;
    }
    .related_slide .swiper-slide img {
        margin-bottom: 10px;
    }
    .related_slide .swiper-slide h6 {
        margin-bottom: 5px;
    }
    .pop_applysection {
        width: 90%;
    }
    .pop_applysection .pop_applytitle {
        margin-bottom: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:500px) {
    .section.page1 {
        padding-bottom: 15px;
    }
    .product_section {
        margin-top: 25px;
    }
    .section_title h6 {
        font-size: 24px;
    }
    .section_title p {
        font-size: 16px;
        line-height: 24px;
    }
    .products_list li {
        width: 50%;
    }
    .products_list li .item_cont {
        height: 250px;
    }
    .programme_section {
        margin-top: 30px;
    }
    .programme_section .swiper-slide {
        width: 90%;
        margin: 0 10px;
    }
    .programme_section .swiper-container {
        height: auto;
    }
    .programme_section .swiper-slide .item_img,
    .programme_section .swiper-slide.swiper-slide-active .item_img {
        position: relative;
        width: 100%;
    }
    .programme_section .swiper-slide .item_img img {
        height: auto;
    }
    .programme_section .swiper-slide .item_cont {
        position: relative;
        width: 100%;
    }
    .programme_section .swiper-slide.swiper-slide-active .item_cont {
        transform: none;
    }
    .programme_section .swiper-slide .item_cont {
        padding: 20px 30px;
    }
    .programme_section .swiper-slide .item_cont .more {
        margin-top: 15px;
    }
    .page3_top {
        margin-top: 0;
    }
    .page3_top .page3_top_left {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-top: 30px;
    }
    .page3_top .page3_top_left p {
        line-height: 30px;
    }
    .page3_top_right {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .page3_top_right ul li .item_cont {
        -moz-box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
        -webkit-box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
        box-shadow: 5px 5px 20px rgba(46, 104, 220, 0.16);
    }
    .text_warp {
        background-size: cover;
        padding: 15px 0;
        padding-bottom: 0;
    }
    .text_warp_list {
        display: block;
    }
    .text_warp_list li {
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }
    .text_warp_list li h6 {
        font-size: 24px;
    }
    .text_warp_list li h6:after {
        margin: 5px 0;
    }
    .text_warp_list li p {
        font-size: 14px;
    }
    .news_section .news_section_item {
        margin-bottom: 15px;
    }
    .news_section .news_section_item .news_first {
        padding-bottom: 10px;
    }
    .news_section .news_section_item .news_first h6 {
        font-size: 18px;
    }
    .news_section .news_section_item .news_first p {
        font-size: 14px;
    }
    .news_section .news_section_item .news_section_tit {
        margin-bottom: 15px;
    }
    .news_section .news_section_item .news_list li {
        padding: 8px 0;
        padding-left: 10px;
        font-size: 14px;
    }
    .news_section .news_section_item .news_img {
        -moz-box-shadow: 0 0 20px rgba(46, 104, 220, 0.26);
        -webkit-box-shadow: 0 0 20px rgba(46, 104, 220, 0.26);
        box-shadow: 0 0 20px rgba(46, 104, 220, 0.26);
    }
    .news_section .news_section_item .news_img,
    .news_section .news_section_item .news_img img {
        height: auto;
    }
    .news_section .news_section_item .news_img .item_cont h6 {
        font-size: 18px;
    }
    .news_section .news_section_item .news_img .item_cont p,
    .news_section .news_section_item .news_img .item_cont .more {
        font-size: 14px;
    }
    .authentication_slide .swiper-slide p {
        font-size: 12px;
        line-height: 22px;
    }
    .foot_botm p {
        line-height: 25px;
    }
    .news_nav a {
        font-size: 14px;
        margin-right: 10px;
    }
    .news_nav a:last-child {
        margin-right: 0;
    }
    .first_list li {
        padding: 15px 0;
    }
    .first_list li h6 {
        margin-bottom: 10px;
    }
    .pages {
        margin-top: 15px;
    }
    .pages .pagination li {
        width: auto;
        padding: 5px 15px;
        line-height: 25px;
        height: auto;
    }
    .pages .pagination li.prev,
    .pages .pagination li.next {
        width: auto;
        padding: 5px 10px;
        line-height: 25px
    }
    .pages .form {
        display: none;
    }
    .TextTitle h6 {
        font-size: 20px;
    }
    .TextTitle .shar {
        font-size: 12px;
        line-height: 24px;
    }
    .page_content_section_left_box {
        padding-right: 10px;
        padding-left: 10px;
    }
    .benchmarking_slide .swiper-button-prev.swiper-button-white,
    .benchmarking_slide .swiper-button-next.swiper-button-white {
        display: none;
    }
    .benchmarking_slide .gallery_top_left {
        float: none;
        width: 100%;
    }
    .benchmarking_slide .gallery_top_left h6 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .benchmarking_slide .gallery_top_right {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .benchmarking_slide .gallery_top_right img {
        max-width: 100%;
        width: auto;
    }
    .section.page6 .page_customer_title {
        margin-bottom: 15px;
    }
    .case_nav {
        height: 30px;
    }
    .case_nav .swiper-slide {
        font-size: 14px;
        width: 100px;
    }
    .case_nav .swiper-slide.active:after {
        margin-top: 5px;
    }
    .two_list li {
        width: 50%;
        height: 205px;
    }
    .two_list li .item_cont img {
        height: 105px;
    }
    .two_list li .item_cont .item_box {
        padding: 10px;
    }
    .two_list li .item_cont .item_box h6 {
        font-size: 16px;
    }
    .two_list li .item_cont .item_box .item_tit {
        font-size: 14px;
        line-height: 24px;
    }
    .dynamics_slide .swiper-slide {
        height: 198px;
    }
    .dynamics_slide .swiper-slide img {
        height: 105px;
    }
    .dynamics_slide .swiper-slide .item_box {
        padding: 10px;
    }
    .dynamics_slide .swiper-slide .item_box h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .dynamics_slide .swiper-slide .item_box .item_info {
        font-size: 12px;
        line-height: 22px;
    }
    .dynamics_slide .swiper_btn_section {
        display: none;
    }
    .about_nav a,
    .security_nav a {
        font-size: 14px;
        margin: 0 5px;
    }
    .about_dome.page1 .about_dome_left {
        width: 100%;
        float: none;
    }
    .scrollbarWrapper .scrollbar {
        right: 0;
    }
    .scrollbarWrapper .overview {
        right: 10px;
    }
    .about_dome.page1 {
        padding-bottom: 15px;
    }
    .about_dome.page1 .about_dome_right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .about_dome.page1 .about_dome_right video {
        height: 210px;
    }
    .about_quick_list {
        margin: 0 -5px;
        margin-top: 10px;
    }
    .about_quick_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .about_dome.page2 .honor_slide {
        margin-top: 25px;
        height: 195px;
    }
    .time_wrap {
        padding-top: 15px;
        margin-top: 10px;
    }
    .time_wrap .time_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .time_wrap .gallery-top .swiper-slide .img_box {
        width: 100%;
        float: none;
    }
    .time_wrap .gallery-top .swiper-slide .item_cont {
        margin-top: 20px;
        width: 100%;
        float: none;
    }
    .time_wrap .gallery-top .swiper-button-next,
    .time_wrap .gallery-top .swiper-button-prev {
        display: none;
    }
    .time_wrap .gallery-top {
        padding: 0;
    }
    .about_map_section_left,
    .about_map_section_right {
        width: 100%;
        float: none;
    }
    .about_map_section_right {
        margin-top: 30px;
    }
    .about_map_section_right ul li {
        font-size: 16px;
    }
    .cases_section_xq .cases_info .cases_info_left,
    .cases_section_xq .cases_info .cases_info_right {
        width: 100%;
        float: none;
    }
    .cases_section_xq .cases_info .cases_info_right {
        margin-top: 25px;
    }
    .three_list {
        margin: 0 -5px;
    }
    .three_list li {
        padding: 0 5px;
    }
    .three_list li h6 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .three_list li p {
        font-size: 12px;
        line-height: 22px;
    }
    .scene_slide .bd {
        width: 100%;
        float: none;
    }
    .scene_slide .bd li {
        line-height: 40px;
        font-size: 14px;
        width: 33.33%;
        float: left;
    }
    .scene_slide .bd li:nth-child(11) {
        border-bottom: 1px solid #dcdcdc;
    }
    .scene_slide .scene_slide_right {
        width: 100%;
        padding-left: 15px;
        height: 390px;
    }
    .scene_slide .bd li.active {
        border-right: 1px solid #dcdcdc;
    }
    .scene_slide .bd li:nth-child(3n+3) {
        border-right: 0;
    }
    .security_item.page1,
    .security_item.page2 {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .security_page1_left {
        float: none;
        width: 100%;
    }
    .security_page1_left h6 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .security_page1_left .item_cont .item_text,
    .security_page1_left .item_cont .item_list li {
        font-size: 14px;
        line-height: 1.8;
    }
    .security_page1_left .item_cont .item_list {
        margin-top: 10px;
    }
    .security_page1_left .item_cont .item_list li {
        margin-bottom: 10px;
    }
    .security_page1_left .item_cont .item_btn {
        margin-top: 10px;
    }
    .security_page1_left .item_cont .item_btn a {
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .security_page1_right {
        float: none;
        margin-top: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .security_item.page2 {
        padding-bottom: 10px;
    }
    .security_item .security_title {
        font-size: 24px;
    }
    .solution_list {
        margin: 0 -10px;
    }
    .solution_list li {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 50%;
    }
    .security_item.page3 {
        padding: 15px 0;
    }
    .related_slide .swiper-button-next,
    .related_slide .swiper-button-prev {
        display: none;
    }
    .related_slide .swiper-slide p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media screen and (min-width:0px) and (max-width:375px) {
    .news_nav a {
        margin-right: 5px;
    }
    .news_nav a:last-child {
        margin-right: 0;
    }
    .clientele_banner {
        padding-bottom: 25px;
    }
    .clientele_banner p {
        line-height: 25px;
    }
    .about_dome.page1 .about_dome_right {
        margin-top: 15px;
    }
}

@media screen and (min-width:0px) and (max-width:320px) {
    .products_list li .item_cont {
        height: 240px;
    }
    .products_list li .item_cont .item_text p {
        font-size: 12px;
        line-height: 22px;
    }
    .programme_section .swiper-slide .item_cont {
        padding: 15px;
    }
    .programme_section .swiper-slide .item_cont h6 {
        font-size: 18px;
    }
    .news_nav a {
        font-size: 12px;
    }
    .about_nav a,
    .security_nav a {
        font-size: 12px;
        margin: 0 2px;
    }
    .about_dome.page1 .about_dome_right {
        margin-top: -10px;
    }
    .about_dome.page2 .honor_slide {
        height: 65px;
    }
}