@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    position: relative;
    /*    overflow: hidden;*/
    font-size: 12px;
    font-family: 'Noto Sans SC', '微软雅黑', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    margin: auto;
    background: white;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font: 400 0.9375vw/1.618;
    box-sizing: border-box;
    color: #1a1a1a;
    background-color: #fff;
    word-break: break-word;

}

@font-face {
    font-family: 'gill';
    src: url('../images/gillsans.eot');
    src: url('../images/gillsans.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../images/gillsans.woff') format('woff'),
        url('../images/gillsans.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../images/gillsans.svg') format('svg');
    /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

.gill {
    font-family: 'gill' !important;
}

@font-face {
    font-family: 'gilllight';
    src: url('../images/gillsans-light.eot');
    src: url('../images/gillsans-light.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../images/gillsans-light.woff') format('woff'),
        url('../images/gillsans-light.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../images/gillsans.svg') format('svg');
    /* iOS 4.1- */
    font-weight: normal;
    font-style: normal;
}

.gilllight {
    font-family: 'gilllight' !important;
}

.container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: red;
}

.banner-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

picture {
    font-size: 0;
    display: block;
}

.banner-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-container .banner-pagination {
    position: absolute;
    bottom: 4.16667vw;
    width: 100%;
    left: 0;
}

.banner-container .banner-pagination .swiper-pagination-bullet {
    width: 8vw;
    height: 4px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0 0.78125vw;
}

.banner-container .banner-pagination .swiper-pagination-bullet-active {
    background: #1e77bd;
}

.banner-solgan {
    z-index: 3;
    position: absolute;
    bottom: 50%;
    left: 8.33333335vw;
    width: 44.27083vw;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ani-overflow-text {
    display: block;
    overflow: hidden;
    padding-right: 1px;
    padding-bottom: 1px;
}

.ani-overflow-text .ani-overflow-word {
    opacity: 1;
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
    -webkit-transition: -webkit-transform .9s ease-out .5s;
    transition: -webkit-transform .9s ease-out .5s;
    transition: transform .9s ease-out .5s;
    transition: transform .9s ease-out .5s, -webkit-transform .9s ease-out .5s;
    will-change: transform;
}

.swiper-slide-active .ani-overflow-word {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banner-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 3.64583vw;
    color: #fff;
}

.banner-desc {
    margin-top: 1.5625vw;
    font-size: 1.14583vw;
    color: #fff;
}

.banner-btn {
    margin-top: 3.125vw;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    position: relative;
    border: 1px solid white;
    color: white;
    padding: 0.78125vw 1.5625vw;
    font-size: .83333vw;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-btn:hover {
    border-color: #1e77bd;
    -webkit-transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-btn font {
    position: relative;
    z-index: 2;
}

.banner-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #1e77bd;
    z-index: 1;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banner-btn:hover span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -webkit-transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: all .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.wrap {
    position: relative;
    width: 83.3333333vw;
    margin-right: auto;
    margin-left: auto;
}
.wrap2 {
    position: relative;
    width: 72.9166667vw;
    margin-right: auto;
    margin-left: auto;
}



/*header*/
.header {
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
}

.nav1 {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.nav2{
    position: absolute;
}
.navac {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.header .navbar,
.header .top-navbar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.header .navbar {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    background-color: transparent;
}

.header .navbar .nav-menu {
    list-style: none;
    font-size: 0;
    float: right;
}

.header .navbar .nav-menu .nav-menu-item {
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.header .navbar .nav-menu .nav-menu-item .nav-menu-link {
    position: relative;
    padding: 1.30208vw 1.5625vw;
    font-size: .9375vw;
    line-height: 1.04167vw;
    font-weight: 500;
    color: #fff;
    font-weight: normal;
    display: block;
}

.header .navbar .nav-menu .nav-menu-item .nav-menu-link.active::after {
    /*
    content: '';
    display: block;
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: 0;
    height: 10px;
    background: #1e77bd;
*/
}


.header .navbar .nav-logo {
    z-index: 2;
    position: absolute;
    top: 8px;
    left: 0;
    margin-bottom: 0;
    /* width: 6.62119993vw; */
    height: auto;
    line-height: 1;
}
.header .navbar .nav-logo img{max-height:50px;}

.nav-menu .nav-menu-item .nav-sub-menu-tabs {
    display: block;
    position: absolute;
    top: 3.64427083;
    background-color: #fff;
    width: auto;
    height: auto;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs1 {
    /*    width: 37.5vw;*/
}

.nav-menu .nav-menu-item:hover .menu-tabs-group {
    display: block;
}

.nav-menu .nav-menu-item .menu-tabs-group {
    display: none;

}

.nav-menu .nav-menu-item .menu-tabs-group a {
    padding: 0.78125vw 0;
    font-size: .9375vw;
    display: block;
    text-align: center;
    color: #1a1a1a;
    width: 7.8125vw;
}

.nav-menu .nav-menu-item .menu-tabs-group a.active {
    background: #1e77bd;
    color: white;
}

.nav-sub-menu-tabs3 .menu-tabs-group .menu-tab-btn:hover {
    /*     background: #1e77bd;*/
    color: #1e77bd;
}

.nav-sub-menu-tabs4 .menu-tabs-group .menu-tab-btn:hover {
    color: #1e77bd;
}

.nav-sub-menu-tabs5 .menu-tabs-group .menu-tab-btn:hover {
    color: #1e77bd;
}

.menu-tab-content {
    position: relative;
    max-width: -webkit-calc(100% - 7.8125vw);
    max-width: calc(100% - 7.8125vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
}

.menu-tab-content .menu-tab-pane {
    width: 11.45vw;
    display: none;
}

.menu-tab-content .menu-tab-pane .menu-tab-pane_inner {
    padding: 0 0.52083333vw;
    height: 100%;
    padding-bottom: 3.64583333vw;
    display: none;
}

.menu-tab-content .menu-tab-pane2 {
    width: 15.625vw;
    display: none;
}

.menu-tab-content .menu-tab-pane .menu-tab-pane-btn {
    display: block;
    padding: 0.78125vw 0 0.75125vw 1.0466667vw;
    color: #1a1a1a;
    font-size: .9375vw;
    font-weight: lighter;
    border-bottom: 1px solid #bfbfbf;
}

.menu-tab-content .menu-tab-pane .menu-tab-arrow {
    background: url(../images/arrow_1.png) no-repeat 100%;
    background-size: 1.04167vw 1.04167vw;
}

.menu-tab-content .menu-tab-pane .active {
    color: #1e77bd;
}

.menu-tab-content .menu-tab-pane .menu-tab-arrow.active {
    background: url(../images/arrow_2.png) no-repeat 100%;
    background-size: 1.04167vw 1.04167vw;
}

.nav-sub-menu-tabs .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs1 .menu-tabs-group a {
    width: 7.8125vw
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs2 .menu-tabs-group a {

    width: 14.8125vw
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs3 .menu-tabs-group a {

    width: 8.8125vw
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs4 .menu-tabs-group a {
    width: 7.8125vw
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs5 .menu-tabs-group a {
    width: 8.8125vw
}

.nav-sub-menu-tabs2 .menu-tab-pane {
    width: 15.5vw;
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs3 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs4 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.nav-menu .nav-menu-item .nav-sub-menu-tabs5 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

/*header*/


.setion {
    padding: 3.64583333vw 0;
}

.setion .title .title-line {
    width: 4.6875vw;
    height: 0.833333333vw;
    background: #1e77bd;
    margin: 0.833333333vw 0;
}

.setion .title h5 {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin: 0.833333333vw 0;
    color: black;
}

.setion .title p {
    color: #5e5e5e;
    font-size: 0.833333333vw;
}

.setion .title .title-btn {
    margin-top: 5.72916667vw;
}

/*第一屏*/


/*footer*/
.footer {
    position: relative;
    background: #303030;
    padding: 2.08333333vw 0 6.77083333vw 0;
}

.footer .wrap {
    font-size: 0;
}

.footer ul {
    display: inline-block;
    margin-right: 2.08333333vw;
    vertical-align: top;
}

.footer ul a {
    color: white;
    margin-bottom: 1.04166667vw;
    display: block;
    font-size: 0.72916667vw;
    font-weight: lighter;
    position: relative;
}

.footer ul a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: white;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer ul a:hover:before {
    bottom: -2px;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.footer ul .footer_nav_title {
    color: white;
    margin-bottom: 1.04166667vw;
    display: block;
    font-size: 0.9375vw;
    font-weight: bold;
}

.footer_copy {
    position: relative;
    background: black;
    padding: 2.34375vw;
}

.footer_copy_left {
    display: block;
    width: 30%;
    margin: 0;
    float: left;
}

.footer_copy_left p {
    position: relative;
    font-size: 0;
    vertical-align: middle;
    padding-left: 1.5625vw;
}

.footer_copy_left p img {
    display: inline-block;
    width: 1.04166667vw;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.footer_copy_left p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8333333vw;
    color: white;
    font-weight: bold;
}

.footer_copy_left font {
    display: block;
    margin-top: 1.5625vw;
    font-size: 0.72916667vw;
    color: white;
    font-weight: lighter;
}

.footer_copy_left a {
    display: block;
    font-size: 0.72916667vw;
    color: #fff;
    font-weight: lighter;
}

.footer_copy_left a:hover {
    color: white;
}
.footer_copy_left_line{
	display:block;
	width: 2.6875vw;
	display: block;
	height: 0.41666666vw;
	background: white;
	margin: 0.833333333vw 0 0;
}
.footer_copy_left_h5{
	font-size: 0.88333333vw;
	line-height: 2.08333333vw;
	color: white;
	font-weight: bold;
}
.footer_copy_left ul{
	
}
.footer_copy_left p{
	width:50%;
	float:left;
	box-sizing:border-box;
}
.footer_copy .wrap {
    position: relative;
}

.footer_copy_right {
    float: right;
    width: 10.9375vw;
    position: relative;
    text-align: left;
}

.footer_logo {
    margin-bottom: 0.78125vw;
}

.footer_share {
    position: relative;
    font-size: 0;
}

.footer_share a {
    margin-right: 0.78125vw;
    display: inline-block;
    width: 1.875vw;
    height: 1.875vw;
    opacity: .8;
}

.footer_share a:hover {
    opacity: 1;
}

/*footer*/


/*二维码*/
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker {
    z-index: 999;
}

.modal {
    display: none;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    z-index: 120;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.wechat-qr {
    max-width: 15.625vw;
    padding: 1.5625vw;
    font-size: 0;
}

.wechat-qr .wechat-qr-text {
    padding-top: 0.78125vw;
    font-size: 1.14583vw;
    line-height: 1.618;
    color: #727171;
}

.text-center {
    text-align: center !important;
}

.close-modal {
    width: 1.5625vw;
    height: 1.5625vw;
    top: 8px;
    right: 8px;
    position: absolute;
    cursor: pointer;
}

/*二维码*/


/*新闻动态列表页*/
.common_banner {
    position: relative;
}

.common_banner_img {
    position: relative;
    width: 100vw;
    height: 39.0625vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.common_banner_title {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 3.125vw;
}
.common_banner_title img{
    width: 35%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.common_banner_title img.active{
    opacity: 0.1;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.list_nav {
    background: white;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    text-align: right;
    font-size: 0;
}

.list_nav_item {
    font-size: 0.8333333vw;
    padding: 1.5625vw 0;
    margin: 0 1.5625vw;
    color: black;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
}

.list_nav_item:hover {
    color: #1e77bd;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.list_nav_item.active:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #1e77bd;
    left: 0;
    bottom: 0;
}


.setion_news {
    text-align: left;
    vertical-align: top;
    font-size: 0;
    margin-bottom: 2.60416667vw;
}

.setion_news_item {
    display: inline-block;
    position: relative;
    background: white;
    box-shadow: 0 0 1.04166667vw rgba(0, 0, 0, .2);
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.setion_news .setion_news_item:nth-child(3n) {
    margin-right: 0;
}

.setion_news_item_t {
    position: relative;
    overflow: hidden;
}




.play_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.play_btn .img1{
    position: relative;
    opacity: 1;
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.play_btn .img2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.play_btn:hover .img1{
    opacity: 0;
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.play_btn:hover .img2{
    opacity: 1;
      transition: all 0.3s;
    -webkit-transition: all 0.3s;
}




.setion_news_item_t p {
    position: absolute;
    bottom: 0;
    right: 1.875vw;
    width: 4.16666667vw;
    padding: 0.52083333vw;
    box-sizing: border-box;
    text-align: center;
    color: white;
    background: rgba(30, 119, 189, .9);
    z-index: 3;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.setion_news_item_t p span {
    font-size: 0.625vw;
}

.setion_news_item_t p label {
    width: 80%;
    display: block;
    height: 1px;
    background: white;
    margin: 6px auto;
}

.setion_news_item_t p font {
    font-size: 2.03125vw;
    line-height: 2.03125vw;
    font-weight: bold;
}

.setion_news_item_b {
    padding: 1.875vw;
    box-sizing: border-box;
    position: relative;
}
.setion_news_item_b span{
    display: block;
    color: black;
    font-size: 0.72916667vw;
}
.setion_news_item_b h6 {
    font-size: 1.04166667vw;
    color: black;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.setion_news_item_b p {
    margin-top: 0.52083333vw;
    font-size: 0.72916667vw;
    font-weight: lighter;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.setion_news_item em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #1e77bd;
    opacity: 0.8;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 2;
}

.setion_news_item:hover .setion_news_item_t em {
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.setion_news_item:hover .setion_news_item_t p {
    background: rgba(30, 119, 189, 0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}

.simple-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.compact-theme a,
.compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #AAA;
    border-right: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%)
}

.compact-theme a:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb));
    background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
    background: linear-gradient(top, #efefef 0%, #bbbbbb 100%)
}

.compact-theme .prev {
    border-radius: 3px 0 0 3px
}

.compact-theme .next {
    border-right: 1px solid #AAA;
    border-radius: 0 3px 3px 0
}

.compact-theme .current {
    background: #bbbbbb;
    background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
    background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
    background: linear-gradient(top, #bbbbbb 0%, #efefef 100%);
    cursor: default
}

.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default
}

.light-theme li {
    display:inline-block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    min-width: 14px;
    padding: 7px 7px;
    margin: 0 5px 0 0;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    color: black;
    cursor: pointer
}
.light-theme li a{
color: black;
}
.light-theme li.thisclass{
	 background: #1e77bd;
    color: #FFF;
    border-color: #1e77bd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default
}
.light-theme li:hover {
    color: white;
    background: #1e77bd
}
.light-theme li:hover a{
    color: white;

}
.light-theme .prev {
    padding: 7px 29px;
    border: 1px solid #15237c;
    color: #15237c;
    transition: all 0.3s ease-out;
    display: inline-block;
    margin: 0 10px;
    border-radius: 4px
}

.light-theme .next {
    padding: 7px 29px;
    border: 1px solid #1e77bd;
    color: #1e77bd;
    transition: all 0.3s ease-out;
    display: inline-block;
    margin: 0 10px;
    border-radius: 4px
}

.light-theme .prev:hover {
    color: white;
    background: #1e77bd
}

.light-theme .next:hover {
    color: white;
    background: #1e77bd
}

.light-theme .current {
    background: #1e77bd;
    color: #FFF;
    border-color: #1e77bd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default
}

.light-theme .current:hover {
    background: #1e77bd;
    color: #FFF;
    border-color: #1e77bd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    cursor: default
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default
}

.light-theme .ellipse:hover {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    color: #1e77bd;
    cursor: default
}

.dark-theme a,
.dark-theme span {
    float: left;
    color: #CCC;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #555;
    background: -moz-linear-gradient(top, #555 0%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #555 0%, #333 100%);
    background: -o-linear-gradient(top, #555 0%, #333 100%);
    background: -ms-linear-gradient(top, #555 0%, #333 100%);
    background: linear-gradient(top, #555 0%, #333 100%)
}

.dark-theme a:hover {
    text-decoration: none;
    background: #444
}

.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    cursor: default
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default
}

@media screen and (max-width:1024px) {
    .simple-pagination ul {
        text-align: center
    }

    .light-theme .prev {
        padding: 7px 7px;
        margin: 0 6px
    }

    .light-theme .next {
        padding: 7px 7px;
        margin: 0 6px
    }
}

.page {display:flex;justify-content:center;align-items:center;}
.page li{display: inline-block;font-size: 14px;font-weight: normal;text-align: center;min-width: 14px;margin: 0 5px 0 0;border-radius: 0;border: 1px solid #e6e6e6;background: #e6e6e6;color: black;cursor: pointer;}
.page li a{color: black;cursor: pointer;display:block;padding:10px 15px;}
.page .page_a_1 {padding: 8px 39px;border: 1px solid #15237c;color: #15237c;transition: all 0.3s ease-out;display: inline-block;margin: 0 10px;border-radius: 4px}
.page .page_a_1:hover {color: white;background: #15237c}
.page .active{background: #1e77bd;color: #FFF;border-color: #1e77bd;box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;cursor: default;}
.page li:hover{background:#1e77bd;color:#fff;}
.page li:hover a{color:#fff;}
.page span{display:block;padding:10px 15px;}

/*新闻动态列表页*/


/*通用标题*/
.common_title{
    position: relative;
}
.common_title span{
    display: block;
    width: 4.6875vw;
    height: 0.833333333vw;
    background: #1e77bd;
    margin: 0.833333333vw 0;
}
.common_title h5 {
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin: 0.833333333vw 0;
    color: black;
}
/*通用标题*/
/*软件下载*/

.service_bg{
    background: url('../images/service_bg.jpg') no-repeat center center;
     background-attachment: fixed;
      background-position: center;
      background-size: cover;
}
.service_content{
    padding: 1.5625vw;
    position: relative;
     background: white;
    box-shadow: 0 0 1.0416667vw rgba(0,0,0,.2);
    margin: 1.5625vw 0;
}
.service_content ul {
    display: block;
    width: 100%;
    height: auto;
   
}
.service_content ul li{
    width: calc(46% - 2px);
    height: auto;
    padding: 1.04166667vw;
    float: left;
    border: 1px solid #f5f5f5;
}
.service_content li img {
    width: 7.8125vw;
    height: 7.8125vw;
    float: left;
}
.serviceboxtext {
    width: calc(100% - 8.85416667vw);
    float: right;
    height: auto;
}
.serviceboxtext em {
    display: block;
    font-size: 1.04166667vw;
    color: black;
    width: 100%;
    height: 1.25vw;
    overflow: hidden;
    line-height: 1.25vw;
    font-weight: bold;
}
.serviceboxtext span {
    display: block;
    font-size: 0.8333333vw;
    color: #666;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 5px 0;
}
.serviceboxtext p {
    display: block;
    font-size: 0.72916667vw;
    color: #888888;
    width: 100%;
    height: 2.08333333vw;
    overflow: hidden;
    line-height: 1.04166667vw;
}
.serviceboxtext a {
    display: inline-block;
    font-size: 0.72916667vw;
    width: 5.20833333vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    border:1px solid #1e77bd;
    background: white;
    color: #1e77bd;
    text-align: center;
    margin-top: 0.52083333vw;
    position: relative;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.serviceboxtext a:hover{
    background: #1e77bd;
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.serviceboxtext .redcolor {
    position: relative;
    border:1px solid #e03e5a;
    background: white;
    color: #e03e5a;
}
.serviceboxtext .redcolor img {
    display: none;
    position: absolute;
    left: 0;
    top: 1.7625vw;
    z-index: 10;
    border: 1px #eee solid;
    padding: 5px;
    background: #fff;
}
.serviceboxtext .redcolor:hover{
     background: #e03e5a;
    color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.serviceboxtext .redcolor:hover img{display:block;}
.serviceboxtext .redcolor_img{
    display: none;
}
/*软件下载*/


/*解决方案*/

.solution_box{
    position: relative;
    height: 33.8541667vw;
}
.solution_box_m{
    display: none;
}
.solution_box .solution_item{
    width: 16%;
    height: 100%;
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.solution_box .solution_item_1{
    background-image: url('../images/solution_img_1.jpg');
}
.solution_box .solution_item_2{
    background-image: url('../images/solution_img_2.jpg');
}
.solution_box .solution_item_3{
    background-image: url('../images/solution_img_3.jpg');
}
.solution_box .solution_item.active{
    width: 68%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.solution_box .solution_item .solution_item_mask{
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.solution_box .solution_item.active .solution_item_mask{
    opacity: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.solution_box .solution_item .solution_item_tilte{
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-left: 1.04166667vw;
    color: white;
    z-index: 4;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.solution_box .solution_item.active .solution_item_tilte{
    opacity: 0;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.solution_box .solution_item .solution_item_tilte span{
        display: block;
    width: 3.6875vw;
    height: 0.633333333vw;
    background: #1e77bd;
    margin: 0.833333333vw 0;
}
.solution_box .solution_item .solution_item_tilte font{
    font-size: 1.5625vw;
    margin: 0.833333333vw 0;
    color: white;
}
.solution_box .solution_item .solution_item_content{
    opacity: 0;
    top: 0%;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;;
    position: absolute;
    width: 34.375vw;
    height: 12.5vw;
    overflow: hidden;
    left: -4%;
    box-shadow: 0px 0px 1.0416667vw rgba(0,0,0,.2);
    z-index: 4;
}
.solution_box .solution_item .solution_item_content .solution_item_content_inner{
    position: relative;
    height: 100%;
    width: 60%;
    margin: 0;
    background: white;
}
.solution_box .solution_item.active .solution_item_content{
    opacity: 1;
    top: 6%;
     transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.solution_box .solution_item .solution_item_content .solution_item_content_inner a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.04166667vw 0;
    font-size: 0.72916667vw;
    color: black;
    border-bottom: 1px solid #e6e6e6;
}
.solution_item_content_inner ul{
    height: 100%;
    position: relative;
}

    
/*解决方案*/
/*滚动条*/
.zl-scrollBarBox{
    height:100%;
    position:absolute;
    background:#f3f3f3;
    right: 2px!important;
}
.zl-scrollBar{
    position:absolute;
    left:0;
    top:0;
    background:#1e77bd;
    transition:background 0.3s;
}
.zl-scrollBar.zl-verticalBar{
    min-height:10px;
}

.zl-scrollBar.zl-horizontalBar{
    min-width:10px;
}
.zl-scrollBar:hover{
    background:#000;
}
.zl-scrollContentDiv{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    top:0;
    left:0;
}
/*滚动条*/



/*产品列表*/
.product_list_wrap{
    position: relative;
}
.product{
    position: relative;
}
.product_left{
    position: absolute;
    left: 8.33333335vw;
    top: 0;
    width: 10.4166667vw;
    height: auto;
    box-shadow: 0 0 1.04166667vw rgba(0,0,0,.2);
    background: white;
    z-index: 3;
}
.product_left ul{
    display: block;
    position: relative;
}
.product_left ul li{
    text-align: center;
    display: block;
    font-size: 1.04166667vw;
    padding: 1.35416667vw 6px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 auto;
    color: black;
    font-weight: lighter;
    cursor: pointer;
}
.product_left ul li.active{
    background: #1e77bd;
    color: white;
}
.product_right{
    float: right;
    width: 69.2708333vw;
}
.product_nav{
    position: relative;
    text-align: right;
    width: 100%;
}
.product_nav .product_nav_item{
    display: inline-block;
    margin-left: 0.52083333vw;
    padding: 0.52083333vw 3.125vw;
    background: #d5d5d5;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 1.0416667vw rgba(0,0,0,.2);
}
.product_nav .product_nav_item img{
    display: inline-block;
    vertical-align: middle;
    width: 2.08333333vw;
}
.product_nav .product_nav_item span{
    font-size: 1.5625vw;
    color: white;
    display: inline-block;
    vertical-align: middle;

}
.product_nav .product_nav_item.active{
    background: #1e77bd;
}
.product-thumb{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1.04166667vw rgba(0,0,0,.2);
    margin-top: 2.60416667vw;
    margin-bottom: 2.60416667vw;
}
.product-thumb .product-thumb-bom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 2.34375vw 1.35625vw;
    box-sizing: border-box;
    background: rgba(35,134,212,.8);
    transition: padding .9s ease-out .5s;
    -webkit-transition: padding .9s ease-out .5s;
}
.product-thumb .product-thumb-bom h6 {
    font-size: 2.5vw;
    padding: 0 0 0.78125vw 0;
    color: white;
}
.product-thumb .product-thumb-bom p {
    font-size: 0.72916667vw;
    text-align: justify;
    color: white;
    opacity: .8;
}
.product-thumb .product-thumb-bom h6 span {
    width: 2.083333333vw;
    vertical-align: middle;
    display: inline-block;
}
.product-list{
    position: relative;
}
.product-item{
    position: relative;
}
.product-title{
    position: relative;
}
.product-title font{
    width: 2.916666667vw;
    height: 0.52083333vw;
    background: #1e77bd;
    margin: 0.833333333vw 0;
    display: block;
}
.product-title span{
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    margin: 0.833333333vw 0;
    color: black;
}
.product-title .product-img{
    position: absolute;
    right: 0;
    bottom: 0%;
    transform:rotate(0) ;
    -webkit-transform:rotate(0) ;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 2.08333333vw;
    cursor: pointer;
}
.product-title .product-img.active{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg) ;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product-item .product-ul{
    margin: 1.04166667vw 0;
    vertical-align: top;
    font-size: 0;
}
.product-item .product-ul .product-li{
    width: 12.6666666%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
   
}
.product-item .product-ul .product-li p{
    font-size: 0.72916667vw;
    color: #6b6b6b;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1vw;
    text-align: center;
}
.product-item .product-ul .product-li img{
     transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.product-item .product-ul .product-li:hover img{
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.product-item .product-ul-hide{
    display: none;
}


/*产品列表*/


/*关于我们*/

.about_one{
    position: relative;
    padding-top: 5.20833333vw;
}
.about_one_top{
    
}
.about_one_left{
    width: 19.7916667vw;
    margin: 0;
    margin-left: 8.33333335vw;
    float: left;
}
.about_one_right{
    float: right;
    width: 68.75vw;
    transform: translateY(-15.5%);
    -webkit-transform: translateY(-15.5%);
}
.about_common_title{
    position: relative;
    padding-bottom: 1.5625vw;
}
.about_common_title font{
    width: 4.6875vw;
    height: 0.833333333vw;
    background: #1e77bd;
    margin: 0;
    display: block;
}
.about_common_title span{
    font-size: 3.125vw;
    line-height: 3.125vw;
    margin: 0.833333333vw 0;
    color: black;
    display: block;
}
.common_p{
    font-size: 0.72916667vw;
    color: black;
    font-weight: lighter;
    margin-top: 1.35416667vw;
}
.common_p b{
    font-weight: bold;
}
.about_one_bom_box{
    position: relative;
}
.about_one_bom_item{
    width: 32%;
    margin-right: 2%;
    float: left;
    position: relative;
}
.about_one_bom_box .about_one_bom_item:last-child{
    margin-right: 0;
}
.about_one_bom_item .thumb{
    position: relative;
    width: 67%;
    float: left;
}
.about_one_bom_item .box{
    position: absolute;
    right: 0;
    bottom: 0;
    width:  33%;
    padding: 0 6px;
    box-sizing: border-box;
}
.about_one_bom_item .box h6{
    display: block;
    background: #1e77bd;
    padding: 2px 0.625vw;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    border-top-right-radius: 1.45833333vw;
    overflow: hidden;
    color: white;
    font-size: .9375vw;
    margin-bottom: 0.52083333vw;
    margin-left: -14%;
}
.about_one_bom_item .box p{
    box-sizing: border-box;
    min-width: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    position: relative;
    font-size: 0;
}
.about_one_bom_item .box p span{
        display: inline-block;
    font-size: .72916667vw;
    color: white;
    font-weight: lighter;
    vertical-align: middle;
    text-align: left;
    width: 40%;
    color: black;
}
.about_one_bom_item .box p b{
    display: inline-block;
    font-size: 1.04166667vw;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
    width: 60%;
    color: #1e77bd;
}
.about_one_bom_item .box p em{
    margin: 0;
    font-weight: bold;
}

.about_one_bom_item .box2 p span{
    width: 70%;
}
.about_one_bom_item .box2 p b{
    width: 30%;
}
.about_one_bom_item .box3 p span{
    width: 40%;
}
.about_one_bom_item .box3 p b{
    width: 60%;
}


.about_two{
    overflow: hidden;
    background-image: url(../images/about_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 1.04166667vw 0;
}
.about_common_left{
    width: 50%;
    float: left;
    position: relative;
}
.about_common_right{
    float: right;
    width: 36%;
   
}
.about_common_right_title{
    padding: 0 3.125vw;
    font-size: 2.08333333vw;
    color: black;
    margin-bottom: 1.04166667vw;
}
.about_common_right_content{
    position: relative;
     background: white;
    box-shadow: 0 0 1.04166667vw rgba(0,0,0,.2);
    padding: 2.08333333vw;
    margin-bottom: 1.04166667vw;
}
.about_common_right_content ul{
    width: 46%;
    float: left;
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
}
.about_common_right_content ul:last-child{
    border:none;
    width: 54%;
    padding-left: 10%;
    padding-right: 0;
}
.about_common_right_content ul li{
    font-size: 0.72916667vw;
    color: black;
    margin-bottom: 0.625vw;
}
.about_common_right_content ul li:last-child{
    margin-bottom: 0;
}
#about_setion_maps{
    position: relative;
    right: 0;
    bottom: 0%;
    width: 43.229167vw;
    height: 32.8125vw;
}
.about_data{
    position: relative;
    padding: 3.64583333vw;
    text-align: center;
}
.about_data_wrap .about_data_item{
    width: 22%;
    display: inline-block;
    position: relative;
    text-align: left;
}
.about_data_wrap .about_data_item .thumb{
    width: 20%;
    float: left;
}
.about_data_wrap .about_data_item .desp{
    width: 80%;
    float: left;
}
.about_data_wrap .about_data_item .desp span{
    color: black;
    font-size: 0.937vw;
    display: block;
}
.about_data_wrap .about_data_item .desp p{
    
}
.about_data_wrap .about_data_item .desp p em{
    display: inline-block;
    color: #1e77bd;
    font-size: 2.08333333vw;
    line-height: 2.08333333vw;
    font-weight: bold;
}
.about_data_wrap .about_data_item .desp p font{
    display: inline-block;
    color: black;
    font-size: 0.937vw;
}
.about_three_img_group{
    position: relative;
    text-align: center;
    font-size: 0;
}
.about_three_img_group .about_three_imgt{
	display:block;
    margin-bottom: 10px;
}
.about_three_img_group .about_three_img1{
    width: 30%;
    display: inline-block;
}
.about_three_img_group .about_three_img2{
    width: 40%;
    display: inline-block;
}
.about_three_img_group .about_three_img3{
    width: 30%;
    display: inline-block;
}
.about_three_img_group .about_three_img4{
    width: 100%;
    display: block;
}
.about_three_img_group .about_three_img5{
    width: 100%;
    display: block;
}
.about_four_inner{
    position: relative;
    margin-bottom: 3.125vw;
}
.about_four_inner .about_four_item1{
    position: relative;
    width: 30%;
    float: left;
    text-align: right;
    color: black;
    padding-right: 1.5625vw;
    box-sizing: border-box;
    margin-top: 8.85416667vw;
}
.about_four_inner .about_four_item .about_four_text p{
    font-size: 2.08333333vw;
    display: block;
}
.about_four_inner .about_four_item .about_four_text span{
    font-weight: lighter;
    color: #7d7d7d;
    display: block;
    font-size: 2.08333333vw;
}
.about_four_inner .about_four_item .about_four_text font{
    font-size: 1.04166667vw;
    display: block;
    margin-top: 1.25vw;
}
.about_four_inner .about_four_item2{
    position: relative;
    width: 20%;
    float: left;
    margin-top: 8.85416667vw;
}
.about_four_inner .about_four_item3{
    position: relative;
    width: 20%;
    float: left;
}
.about_four_inner .about_four_item4{
    position: relative;
    width: 30%;
    float: left;
    padding-left: 1.5625vw;
    box-sizing: border-box;
}
.about_four_logo{
    margin-top: 5%;
    width: 110%;
    transform: translate(-6%,0%);
    -webkit-transform: translate(-6%,0%);
}
.about_four_item4 .about_four_text{
    margin-bottom: 24%;
}
.about_four_item4 .about_four_text:last-child{
    margin-bottom: 0;
}

/*关于我们*/
/*核心技术*/

.tc_one_left{
    float: left;
    width: 33%;
}
.tc_one_right{
    float: right;
    width: 62%;
    margin-right: 2.5%;
}
.tc_one_right h6{
    font-size: 1.875vw;
    color: black;
    margin-bottom: 1.5625vw;
    margin-top: 5.72916667vw;
}
.tc_one_right ul{
    width: 100%;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    margin: auto;
}
.tc_one_right ul li{
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    font-size: 0;
    vertical-align: top;
     margin-bottom: 1.04166667vw;
}
.tc_one_right ul li img{
    display: inline-block;
    width: 28%;
     vertical-align: top;
   
}
.tc_one_right ul li p{
    display: inline-block;
    width: 72%;
    text-align: justify;
}
.tc_one_right ul li p b{
    font-weight: bold;
    font-size: 1.04166667vw;
    display: block;
    
}
.tc_one_right ul li p span{
    font-weight: lighter;
    font-size: 0.9375vw;
}
.tc_one_bottom{
    position: relative;
    margin-top: 3.125vw;
    color: black;
    text-align: center;
}
.tc_one_bottom h5{
    font-size: 1.875vw;
}
.tc_one_bottom p{
    font-size: 0.72916667vw;
    font-weight: lighter;
    margin: 1.04166667vw;
}
.tc_one_bottom .tc_one_bottom_img{
    position: relative;
      background-image: url('../images/tc_img_2.jpg');
     background-attachment: fixed;
      background-position: center;
      background-size: cover;
}
.tc_one_bottom .tc_one_bottom_img img{
    width: 60%;
}
.tc_two_title h5{
    font-size: 1.875vw;
    text-align: center;
    color: black;
    margin: 1.25vw 0;
}
.tc_two_box{
    text-align: left;
    font-size: 0;
}
.tc_two_box .tc_two_item{
    background: white;
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 30%;
    margin:2% 5%;
    margin-left: 0;
    box-shadow: 0 0 1.04166667vw rgba(0,0,0,.2);
}
.tc_two_box .tc_two_item:nth-child(3n){
    margin-right: 0;
}
.tc_two_box .tc_two_item p{
    color: black;
    text-align: left;
    padding: 0.72916667vw 1.35416667vw;
}
.tc_two_box .tc_two_item span{
    font-size: 1.04166667vw;
    display: block;
    font-weight: bold;
    margin-bottom: 0.52083333vw;
}
.tc_two_box .tc_two_item font{
    font-size: 0.72916667vw;
    min-height:3.125vw;
    font-weight: lighter;
    display: block;
    text-align: justify;
}

.tc_title{
    font-size: 1.875vw;
    text-align: center;
    color: black;
    margin: 1.25vw 0;
}
.tc_three_tips{
    font-size: 0;
    text-align: center;
    margin: 3.64583333vw;
}
.tc_three_tips .tc_three_tips_img{
    width: 7.5%;
    margin: 0 1%;
    display: inline-block;
}
.tc_three_tips .tc_three_tips_img img{
    border-radius: 50%;
}
.tc_three_tips .tc_three_tips_img span{
    display: block;
    font-size: 0.72916667vw;
    color: black;
    margin: 0.52083333vw 0;
}
.tc_three_img {
    padding: 1.04166667vw 0 4.166666667vw 0;
}
.tc_three_img .tc_three_img_inner{
    width: 32%;
    margin-right:2% ;
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    float: left;
}
.tc_three_img .tc_three_img_inner:last-child{
    margin-right: 0;
}
.tc_three_img .tc_three_img_inner p{
    background: #1e77bd;
    font-size: 1.25vw;
    color: white;
    text-align: center;
    padding: 0.9375vw 0;
}
.tc_title_p{
    font-size: 0.72916667vw;
    font-weight: lighter;
    margin: 1.04166667vw;
    color: black;
    text-align: center;
}
.tc_four_img{
    position: relative;
    margin:2.08333333vw 0.416666667vw 0;
    vertical-align: top;
    text-align: left;
    font-size: 0;
}
.tc_four_img .tc_four_img_inner{
    width: 30%;
    margin: 2% 5%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
}
.tc_four_img .tc_four_img_inner:nth-child(3n){
    margin-right: 0;
}
.tc_four_img .tc_four_img_inner img{
    background: white;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.tc_four_img .tc_four_img_inner p{
    text-align: center;
    margin-top: 0.52083333vw;
    font-size: 0.72916667vw;
    color: #595656;
}

/*核心技术*/


/*方案内页*/
.detail_desp{
    padding-bottom: 2.08333333vw;
}
.detail_desp p{
    text-align: left;
    text-indent: 2em;
    margin-bottom: 0.52083333vw;
    font-size: 1.14583333vw;
    color: #7f7f7f;
    text-align: justify;
    font-weight: lighter;
    line-height: 2em;
}
.detail_title{
    margin: 1.875vw 0;
}
.detail_title span{
   width: 3.64583333vw;
    height: 0.625vw;
    background: #1e77bd;
    margin: 0;
    display: block;
}
.detail_title font{
    font-size: 1.875vw;
    margin: 0;
    color: black;
    display: block;
    line-height: 1.4em;
}
.detail_title em{
    font-size: 14px;
    margin: 0;
    color: black;
    opacity: 0.7;
    display: block;
    margin-top: 10px;
}
.detail_box ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.detail_box li {
    width: 31%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 2.60416667vw;
    margin-right: 3.5%;
}
.detail_box li:nth-child(3n){
    margin-right: 0;
}
.detail_box li img {
    width: 4.6875vw;
    height: 4.6875vw;
    float: left;
}
.detail_box_text {
    width: calc(100% - 5.72916667vw);
    height: auto;
    overflow: hidden;
    float: right;
    padding-top: 5px;
}
.detail_box_text em {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.937vw;
    color: black;
    font-weight: bold;
}
.detail_box_text p {
    display: block;
    width: 100%;
    height: 3.125vw;
    overflow: hidden;
    font-size: 0.72916667vw;
    color: #999999;
    line-height: 1.04166667vw;
    margin: 0.52083333vw 0 0 0;
}

.detail_box2 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0px 0px 1.04166667vw 0px rgba(0,0,0,.2);
    float: left;
    padding: 1.5625vw;
    text-align:center;
    box-sizing: border-box;
}
.detail_box2 ul li:nth-child(3n){
    margin-right: 0;
}
.detail_box2 ul li img{
    width: 26%;
    margin: auto;
}
.detail_box2 ul li em{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1.04166667vw;
    color: #333333;
    font-weight: bold;
    padding: 0.52083333vw 0;
}
.detail_box2 ul li p{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.72916667vw;
    color: #999999;
    line-height: 1.5625vw;
    text-align: left;
    text-align: justify;
    height: 5.20833333vw;
}

/*方案内页*/


/*详情页*/
.show_content {
    font-size: 16px;
    color: black;
    text-align: justify;
    line-height: 1.6em;
}
.show_content p {
    font-size: 16px;
    color: black;
    text-align: justify;
    line-height: 2em;
}
.show_content img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    margin: 1.04166667vw auto;
}
.show_content video{
	width:100%;
	display:block;
	margin:20px 0;
}
.sxbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px dashed #f5f5f5;
}
.sxbox a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
    color: #3a3a3a;
}
.sxbox a:hover {
    color: #1e77bd;
}
.show_box{
    position: relative;
    width: 66%;
    margin: 0;
    background: white;
    box-shadow: 0 0 1.0416667vw rgba(0,0,0,.2);
    padding:1.5625vw;
    box-sizing: border-box;
    float: left;
}
.show_slide{
    float: right;
    width: 26%;
    margin-right: 4%;
    padding-top: 1.5625vw;
}
.show_slide_item{
    margin-bottom: 2.08333333vw;
    display: block;
}
.show_slide_item em{
    font-size: 14px;
    line-height: 2em;
    color: #3a3a3a;
    display: block;
}
.show_slide_item p{
    font-size: 0.937vw;
    font-weight: bold;
    color: black;
    line-height: 1.6em;
    text-align: justify;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.show_slide_item span{
    font-size: 14px;
    font-weight: lighter;
    color: black;
    line-height: 2em;
    text-align: justify;
    display: block;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.show_slide_item:hover p{
    color: #1e77bd;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.show_slide_product{
    position: relative;
    font-size: 0;
    vertical-align: top;
}
.show_slide_product .show_slide_product_item{
    display: inline-block;
    width: 45%;
    margin-right: 10%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.show_slide_product .show_slide_product_item:nth-child(2n){
    margin-right: 0;
}
.show_slide_product .show_slide_product_item p{
    font-size: 0.72916667vw;
    color: #6b6b6b;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1vw;
}
.show_slide_product .show_slide_product_item:hover{
    transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
/*详情页*/
/*联系我们*/
.contact{
    position: relative;
    margin: 17.7083333vw auto 3.125vw auto;
    width: 80%;
    background: white;
    box-shadow: 0 0 1.0416667vw rgba(0,0,0,.2);
}
.contact .contact_left{
    position: relative;
    width: 51%;
    float: left;
}
.contact .contact_left .img1{
    position: relative;
    z-index: 1;
}
.contact .contact_left .img2{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}
.contact .contact_right{
    width: 49%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
}
/* .contact .contact_right h5{
    font-size: 4.6875vw;
    color: #f3f3f3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
} */
/* .contact .contact_right p{
    position: absolute;
    width: 80%;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
} */
/* .contact .contact_right p span{
    display: block;
    position: relative;
    margin: 0.625vw 0;
	width:50%;
	float:left;
} */
.contact .contact_right p .last{
	width:100%;
}
.contact .contact_right p span img{
    width: 10%;
    float: left;
}
.contact .contact_right p span font{
    display: block;
    width: 86%;
    float: left;
    font-size: 0.83333333vw;
    color: #646464;
	margin-left:4%;
}
.contact .contact_right p .last img{
	width: 5%;
}
.contact .contact_right p .last font{
	margin-left:2%;
}
/*联系我们*/
/*视频*/
.video_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.video_box .video_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height:  50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    transition: all 0.3s ease-out;
    z-index: 10;
    text-align: center
}

.video_box .video_icon img {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.video_box .video_icon:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.video_inner {
    width:70%;
    position: absolute;
    left: 50%;
    top: 50%;
     transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#video {
    width: 100%
}

/*视频*/


.footer_copy_lefts {
    display: block;
    width: 80%;
    margin: 0;
    float: right;
	padding: 0px 2.6875vw;
}

.footer_copy_lefts .footer_copy_left_lines {
    width: 2.6875vw;
    display: block;
    height: 0.41666666vw;
    background: #1e77bd;
    margin: 0.833333333vw 0 0;
}

.footer_copy_lefts .footer_copy_left_h5s {
    font-size: 0.88333333vw;
    line-height: 2.08333333vw;
    color:#000000;
    font-weight: bold;
	}

.footer_copy_lefts p {
    width: 40%;
    float: left;
    box-sizing: border-box;
	position: relative;
	font-size: 0;
	vertical-align: middle;
	padding-left: 1.5625vw;
}

.footer_copy_lefts ul p span{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.8333333vw;
	color: #a3a3a3;
	font-weight: bold;
}

.footer_copy_lefts p img {
    display: inline-block;
    width: 1.04166667vw;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


@media screen and (max-width: 1600px) {
    
}

@media screen and (max-width: 1560px) {
    .about_one_bom_item .thumb{
        width: 63%;
    }
    .about_one_bom_item .box{
        width: 37%;
    }
    .common_p{
        margin-top: 0.7vw;
    }
    
}

@media screen and (max-width: 1440px) {
   .about_common_right_content ul:last-child{
        padding-left: 4%;
    }
    .about_common_right {
        width: 39%;
    }
    .wechat-qr {
        max-width: 23.625vw;
    }
    .detail_box2 ul li p{
        height: 6.5vw;
    }
    
    .serviceboxtext .redcolor img{
        top: 0;
        left: 5.20833333vw;
    }
    
    
}

@media screen and (max-width: 1366px) {
   
    .setion_news_item_t p{
        width: auto;
    }
}

@media screen and (max-width: 1280px) {
	.footer_copy_left {
  
    width: 36%;
	}
   .about_one_bom_item .box {
    width: 44%;
}
    .about_one_bom_item .thumb {
    width: 56%;
}
    
    .about_common_right {
    width: 46%;
}
    .detail_box2 ul li p {
    height: 8.5vw;
}
    
}

@media screen and (max-width: 1080px) {
   
    .about_one_top{
        margin-bottom: 2vw;
    }
    .about_one_bom_item .box {
    width: 53%;
}
    .about_one_bom_item .thumb {
    width: 47%;
}
    .wechat-qr {
        max-width: 26vw;
    }
    
    .tc_three_tips .tc_three_tips_img{
        width: 10.5%;
    }
}



@media screen and (max-width: 1024px) {
   
}


@media screen and (max-width: 768px) {
	.footer_copy_left{
		margin-top:20px;
	}
	.footer_copy_left_line{
	 width: 40px;
    height: 4px;
}
.footer_copy_left_h5{
	    font-size: 22px;
		margin:10px 0;
		height:auto;
		line-height:normal;
}
.footer_copy_lefts{
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
}

.footer_copy_lefts .footer_copy_left_lines{
	width: 8.6875vw;
	height: 1.41666666vw;
}

.footer_copy_lefts .footer_copy_left_h5s {
    font-size: 0.88333333vw;
    line-height: 24px;
    color:#000000;
    font-weight: bold;
	}

.footer_copy_lefts p {
    width: 50%;
    float: left;
    box-sizing: border-box;
	position: relative;
	font-size: 0;
	vertical-align: middle;
	padding-left: 3.5625vw;
}

.footer_copy_lefts p img {
    display: inline-block;
    width: 3.04166667vw;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .wrap{
        width: 90%;
    }
    .header .navbar .nav-logo{
        width: 30%;
        position: relative;
        margin: 10px 0;
        padding: 0;
        height: auto;
    }
    .header .navbar .nav-menu{
        display: none;
    }
    .footer{
        display: none;
    }
    
    .setion{
        padding: 20px 0;
    }
    
    
    .wechat-qr {
        max-width: 60%;
    }
    
    
    .footer_copy_right{
        float: none;
        width: 100%;
        margin: 0;
    }
    .footer_copy_left{
        float: none;
        width: 100%;
    }
    .footer_logo{
        width: 40%;
        margin: 0;
    }
    .footer_share a {
        margin-right: 10px;
        display: inline-block;
        width:40px;
        height: 40px;
        opacity: .8;
    }
    .footer_copy_left p span{
        font-size: 12px;
    }
    .footer_copy_left p img{
        width: 16px;
    }
    .footer_copy_left p{
        padding-left: 20px;
        margin: 6px 0;
    }
    .footer_copy_left font {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    }
    .footer_copy_left a{
        font-size: 12px;
    }
    
    
    
    
    .common_banner_img{
        height:60vw;
    }
    .common_banner_title{
        font-size: 30px;
    }
    .list_nav_item{
        font-size: 14px;
        margin: 0 6px;
        padding: 10px 0;
    }
    .list_nav{
        text-align: left;
    }
    .about_one_left{
        float: none;
        width: 100%;
        margin: 0;
    }
    .about_one{
        width: 90%;
        margin: auto;
    }
    .about_one_right{
        float: none;
        width: 100%;
        transform: translate(0);
        margin-top: 30px;
    }
    .about_common_title font{
        width: 40px;
        height: 4px;
    }
    .about_common_title {
        position: relative;
        padding-bottom: 16px;
    }
    .about_common_title span{
            font-size: 22px;
    margin: 6px 0;
    line-height: normal;
    }
    .common_p{
        font-size: 12px;
    }
    .about_one_bom_item{
        width: 100%;
        margin: 0;
        float: none;
        margin-top: 16px;
    }
    .about_common_left{
        width: 100%;
        float: none;
    }
    #about_setion_maps{
        
        width: auto;
        height: 70vw;
    }
    .about_two{
        padding: 20px 0;
    }
    .about_common_right{
        float: none;
        width: 100%;
        display: none;
    }
    .about_data_wrap .about_data_item{
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }
    .about_data_wrap .about_data_item .desp span{
        font-size: 20px;
    }
    .about_data_wrap .about_data_item .desp p em{
        font-size: 16px;
        line-height: normal;
    }
    .about_data_wrap .about_data_item .desp p font{
        font-size: 16px;
    }
    .about_data_wrap .about_data_item .thumb {
        width: 15%;
    }
    
    .about_four_inner .about_four_item2{
        display: none;
    }
    .about_four_inner .about_four_item3{
        display: none;
    }
    .about_four_inner .about_four_item1{
        text-align: left;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }
    .about_four_inner .about_four_item4 {
       text-align: left;
        width: 100%;
        float: none;
        padding: 0;
    }
    .about_four_item4 .about_four_text{
        margin: 0;
    }
    .about_four_inner .about_four_item .about_four_text p,.about_four_inner .about_four_item .about_four_text span{
        font-size: 20px;
        display: inline-block;
        margin-bottom: 6px;
    }
    .about_four_inner .about_four_item .about_four_text font{
        font-size: 14px;
    }
    .about_four_inner .about_four_item{
        margin-bottom: 20px;
    }
    .about_four_item4 .about_four_text{
        margin-bottom: 20px;
    }
    
    
    
    
    .tc_one_left{
        float: none;
        width: 80%;
        margin: auto;
    }
    .tc_one_right {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .tc_one_right ul li {
    display: block;
    width: 80%;
    margin-right: 0%;
    font-size: 0;
    vertical-align: top;
        margin-bottom: 10px;
    }
    .tc_one_right ul li p span{
        font-size: 12px;
    }
    .tc_one_right ul li p b{
        font-size: 16px;
        padding: 10px 0 6px 0;
    }
    
    .tc_one_right h6 {
        font-size: 20px;
        color: black;
        margin-bottom: 10px;
        margin-top: 16px;
    }
    
    .tc_one_bottom h5{
        font-size: 20px;
    }
    .tc_one_bottom p{
        font-size: 12px;
        margin: 10px;
    }
    .tc_one_bottom .tc_one_bottom_img img{
        width: 100%;
    }
    .tc_two_title h5 {
    font-size: 20px;
        margin: 16px 0;
    }
    .tc_two_box .tc_two_item{
        display: block;
        width: 100%;
        margin: 2% 0%;
    }
    .tc_two_box .tc_two_item p{
        padding: 16px 20px;
    }
    .tc_two_box .tc_two_item span{
        font-size: 16px;
        margin-bottom: 10px
    }
    .tc_two_box .tc_two_item font {
        font-size: 12px;
        min-height: auto;
        height: auto;
    }
    .tc_title{
        margin: 16px 0;
        font-size: 20px;
    }
    .tc_three_tips .tc_three_tips_img{
        width: 20%;
        margin: 0;
    }
    .tc_three_img .tc_three_img_inner{
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    .tc_three_img .tc_three_img_inner p{
        padding: 10px 0;
        font-size: 20px;
    }
    .tc_title_p{
        font-size: 12px;
        margin: 10px;
    }
    .tc_four_img{
        margin: 20px 0;
    }
    .tc_four_img .tc_four_img_inner{
        width: 48%;
        margin:0;
        margin-bottom: 20px;
        margin-right: 4%;
    }
    .tc_four_img .tc_four_img_inner:nth-child(3n){
        margin-right: 4%;
    }
    .tc_four_img .tc_four_img_inner:nth-child(2n){
        margin-right: 0%;
    }
    .tc_four_img .tc_four_img_inner p{
        margin-top: 10px;
        font-size: 12px;
    }
    
    
    
    .common_title span{
        width: 40px;
        height: 4px;
        margin: 10px 0;
    }
    .common_title h5 {
        font-size: 22px;
        margin: 6px 0;
        line-height: normal;
    }
    .contact{
        width: 100%;
        margin: 30vw auto 10vw auto;
    }
    .contact .contact_left{
        float: none;
        width: 100%;
    }
    .contact .contact_right{
        float: none;
        width: 100%;
        position: relative;
        height: auto;
    }
    /* .contact .contact_right h5{
        position: relative;
        width: 100%;
        font-size: 30px;
    }
    .contact .contact_right p{
        padding: 10px 20px;
        position: relative;
    width: 100%;
    left: 0%;
    top: 0%;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
        box-sizing: border-box;
        font-size: 12px;
    } */
    
    .detail_desp p{
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 2em;
    }
    .detail_title span{
        width: 40px;
        height: 4px;
    }
    .detail_title font{
        color: black;
    font-size: 22px;
    margin: 6px 0;
    line-height: normal;
    }
    .detail_box li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        float: none;
    }
    .detail_box li img{
        width: 16%;
        height: auto;
    }
    .detail_box_text{
        width: 82%;
    }
    .detail_box_text em{
        font-size: 16px;
    }
    .detail_box_text p{
        font-size: 12px;
        margin-top: 6px;
        height: auto;
        line-height: normal;
    }
    
    .detail_box2 ul li{
        width: 100%;
        float: none;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .detail_box2 ul li em{
        font-size: 16px;
        line-height: normal;
        padding: 10px 0;
    }
    .detail_box2 ul li p{
        height: auto;
        font-size: 12px;
        line-height: normal;
        width: 90%;
        margin: auto;
        line-height: 2em;
    }
    .detail_box2 ul li{
        padding: 16px;
    }
    
    
    
    
    .setion_news{
        margin-bottom: 30px;
    }
    .setion_news_item{
        display: block;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .setion_news_item_t p {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: auto;
        padding: 10px;
    }
    .setion_news_item_t p span{
        font-size: 12px;
    }
    .setion_news_item_t p font{
        font-size: 16px;
        line-height: normal;
    }
    .setion_news_item_b h6{
        font-size: 16px;
    }
    .setion_news_item_b p{
        margin-top: 6px;
        font-size: 12px;
    }
    .setion_news_item_b{
        padding: 10px;
    }
    .service_content{
        padding: 10px;
        margin: 20px 0;
    }
    .service_content ul li {
    width: 100%;
    height: auto;
    padding: 20px;
    float: none;
    border: none;
        box-sizing: border-box;
        overflow: hidden;
    }
    .service_content li img {
        width: 16%;
        height: auto;
    }
    .serviceboxtext {
        width: 84%;
        float: right;
        height: auto;
    }
    .serviceboxtext em {
    display: block;
    font-size: 14px;
    color: black;
    width: 100%;
    height: auto;
    overflow: hidden;
        line-height:normal;
    }
    .serviceboxtext span{
        font-size: 12px;
    }
    .serviceboxtext a {
        display: inline-block;
        font-size: 12px;
        width: 100px;
        height: 20px;
        line-height: 20px;
        border: 1px solid #1e77bd;
        background: white;
        color: #1e77bd;
        text-align: center;
        margin-top: 10px;
    }
    .serviceboxtext p {
    display: block;
    font-size: 12px;
    color: #888888;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: normal;
    }
    .service_content ul li{
        border-bottom: 1px solid #f5f5f5;
    }
    .serviceboxtext .redcolor{
        display: none;
    }
    .serviceboxtext .redcolor_img
    {
        width: 60%;
        display: block;
        margin-top: 10px;
        transform: translateX(-2%);
    }
    
    
    .show_slide{
        display: none;
    }
    
    .show_box{
        width: 100%;
        float: none;
        padding: 16px;
    }
    .video_box .video_icon{
        width: 30px;
        height: 30px;
    }
    .video_inner{
        width: 96%;
    }
    
    .solution_box{
        display: none;
    }
    .solution_box_m{
        display: block;
        position: relative;
    }
    .solution_box_m-1{
        
    }
    .solution_box_m-2{
        position: relative;
        
    }
    .solution_m_img{
        position: relative;
        width: 100%;
        height: 60vw;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
	.solution_m_img h6{
		position:absolute;
		bottom:0%;
		background:rgba(0, 143, 255, .54);
		padding:5% 0;
		width:100%;
		text-align:center;
		font-size:20px;
		color:white;
	}
     .solution_m_img_1{
        background-image: url('../images/solution_img_1.jpg');
    }
     .solution_m_img_2{
        background-image: url('../images/solution_img_2.jpg');
    }
     .solution_m_img_3{
        background-image: url('../images/solution_img_3.jpg');
    }
    .solution_m_top_out{
        padding: 0px;
        position: relative;
    }
    .solution_m_top{
        position: relative;
        height: 60vw;
        z-index: 2;
       
    }
    .solution_box_m{
        margin-top: 6vw;
    }
    .solution_box_m-1{
        position: relative;
        width: 80%;
        margin-left:6%;
        z-index: 2;
        margin-bottom: -30vw;
         box-shadow: 0 0 20px rgba(0,0,0,.2);
    }
    .solution_m_top_in{
        height: 70%;
        background: white;
        position: relative;
        padding:16px;
        box-sizing: border-box;
    }
    .solution_m_top_box{
        overflow: auto;
        position: relative;
        height: 100%;
    }
    .solution_m_top_box h6{
        font-size: 20px;
        color: black;
        margin: 10px 0;
		display:none;
    }
    .solution_m_top_box ul{
        
    }
    .solution_m_top_box ul a{
        display: block;
        padding: 6px 0;
        font-size: 14px;
        color: black;
        border-bottom: 1px solid #d5d5d5;
        position: relative;
        padding-left: 10px;
    }
    .solution_m_top_box ul a:after{
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #1e77bd;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top:14px;
    }
    
    
    
    .product_left{
        left: 10px;
        width: 10%;
        font-size: 12px;
        display: none;
    }
    .product_left ul li{
        font-size: 12px;
        padding: 6px;
    }
    .product_right{
        width: 100%;
        
    }
    .product_nav{
        text-align: left;
    }
    .product_nav .product_nav_item{
        width: 30%;
        margin-left: 0;
        padding: 6px 0;
        text-align: center;
        
    }
    .product_nav .product_nav_item img{
        display: none;
    }
    .product_nav .product_nav_item span {
        font-size: 16px;
        color: white;
        display: inline-block;
        vertical-align: middle;
    }
    .product-thumb .product-thumb-bom{
        position: relative;
        padding: 16px;
    }
    .product-thumb .product-thumb-bom h6{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .product-thumb .product-thumb-bom h6 span{
        display: none;
    }
    .product-thumb .product-thumb-bom p{
        font-size: 12px;
    }
    .product-title font{
        width: 40px;
        height: 4px;
    }
    .product-title span {
  font-size: 22px;
    margin: 6px 0;
    line-height: normal;
    }
    .product-item .product-ul .product-li{
        width: 30%;
        margin: 0;
        margin-bottom: 20px;
        margin-right: 5%;
    }
    .product-item .product-ul .product-li:nth-child(3n){
        margin-right: 0;
    }
    .product-item .product-ul .product-li p{
        width: 100%;
        font-size: 12px;
    }
    .product-title .product-img{
        width: 30px;
    }
    .product-item .product-ul .product-li p{
        margin-bottom: 10px;
    }
    
    .product_left{
        position: fixed!important;
        bottom: 0;
        top: auto!important;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
    }
    .product_left ul li{
        display: inline-block;
    }
    .about_one_bom_item .box h6{
        font-size: 12px;
    }
    
    .about_one_bom_item .box p span,.about_one_bom_item .box p b{
        font-size: 12px;
    }
    
    .contact .contact_right p span font{
        font-size: 12px;
    }
    .tc_three_tips .tc_three_tips_img span{
        font-size: 12px;
    }
    .about_one_bom_item .box p{
		padding-right:14%;
	}
	
	.contact .contact_right p span{
		float:none;
		width:100%;
	}
	.contact .contact_right p span img{
		width:5%;
	}
	.contact .contact_right p .last font{
		margin-left:4%;
	}
	
	
}


@media screen and (orientation: portrait) {/*竖屏*/
/*   11111111111*/
} 
@media screen and (orientation: landscape) {/*横屏*/
   
}


@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {}
