﻿@charset "utf-8";

.container, .head_main, .wrap, .inx-main {
padding-right: 15px;
padding-left: 15px;
margin: 0 auto;
}

@media (min-width: 768px) {
.wrap, .container {
width: 750px;
}
}

@media (min-width: 992px) {
.wrap, .container, .head_main, .inx-main {
width: 970px;
}
}

@media (min-width: 1260px) {
.wrap, .container, .head_main, .inx-main {
width: 1230px;
}
}

@media (min-width: 1460px) {
.wrap, .container, .head_main, .inx-main {
width: 1430px;
}
}

@media (min-width: 1680px) {
.head_main, .inx-main {
width: 1430px;
}
}

@media (min-width: 1920px) {
.head_main {
width: 1730px;
}

.inx-main {
width: 1730px;
}
}
/* 滚动条 */
.scrollbar {
overflow-y: auto;
padding-right: 10px;
}


.scrollbar::-webkit-scrollbar {
width: 3px;
background-color: #dcdbdb;
}

.scrollbar::-webkit-scrollbar-thumb {
background-color: #d30c2e;
border-radius: 10px;
}

.scrollbarx {
overflow-x: auto;
padding-right: 10px;
}


.scrollbarx::-webkit-scrollbar {
height: 3px;
background-color: #dcdbdb;
}

.scrollbarx::-webkit-scrollbar-thumb {
background-color: #d30c2e;
border-radius: 10px;
}

.header {
z-index: 1000;
position: fixed;
top: 0;
height: 144px;
width: 100%;
background: transparent;
/* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); */
}

/*===============下拉==============*/
.header .logo {
display: inline-block;
margin: 30px 0;
float: left;
transition: all .5s;
}

.header .logo img {
display: block;
width: 100%;
}

.navbar {
float: right;
margin-right: 20px;
}

.navbar * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.category-item {
float: left;
padding: 0 20px;
}

.category-item-single {
position: relative;
}

.category-a {
padding: 0 12px;
font-weight: bold;
display: block;
font-size: 16px;
line-height: 99px;
color: #fff;
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
position: relative;
}

.category-a.on, .category-a:hover {
color: #c4181f;
}

.category-a::after {
content: '';
width: 0;
height: 3px;
background: #d30c2e;
background-size: cover;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translatex(-50%);
-ms-transform: translatex(-50%);
transform: translatex(-50%);
-webkit-transition: all .8s;
-o-transition: all .8s;
transition: all .8s;
}

.category-item.active .category-a::after, .category-item:hover .category-a::after {
width: 100%;
}

.category-item.active .category-a, .category-item:hover .category-a {
color: #d30c2e;
}
/* .category-item.active .category-a{font-weight: bold;} */
.header.on {
height: 99px;
background: #191919;
}

.header.on .header-top {
height: 0;
opacity: 0;
display: none;
}

.dropdown-menu.full-screen {
position: absolute;
top: 100%;
z-index: 1100;
background-color: rgba(255,255,255,0.9);
border-top: 1px solid #dae1e6;
-webkit-transition: none;
-o-transition: none;
transition: none;
height: auto;
display: none;
overflow: hidden;
width: 100%;
min-width: 1200px;
left: 0;
margin-top: 0;
-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.dropdown-container {
box-sizing: border-box;
padding: 30px 0 60px;
}

.p-drop-le {
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}

.p-drop-lwrap {
box-sizing: border-box;
overflow-y: auto;
max-height: 450px;
}

.column-item {
float: left;
margin-right: 109px;
margin-bottom: 90px;
padding-right: 30px;
}

.column-item:nth-child(7n) {
margin-right: 0;
}

.column-item a {
display: block;
font-size: 14px;
color: #666;
line-height: 30px;
}

.column-item a:hover {
color: #0e48a7;
}

.column-item .nav-title {
font-size: 16px;
color: #333;
margin-bottom: 9px;
position: relative;
padding-left: 12px;
}

.column-item .nav-title:before {
content: '';
width: 2px;
height: 25px;
background: #0e48a7;
position: absolute;
left: 0;
top: 50%;
margin-top: -12.5px;
}

.category-item:hover .dropdown-menu.full-screen {
display: block;
visibility: visible;
}

.dropdown-menu.single {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1100;
background: rgba(255,255,255,1);
margin-top: 0;
max-height: 0;
opacity: 0;
overflow: hidden;
-webkit-transition: max-height .5s;
-o-transition: max-height .5s;
transition: max-height .5s;
border: none;
color: #303233;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
height: auto;
padding: 0;
display: block;
}

.dropdown-menu.single ul {
padding: 0px 0;
}

.dropdown-menu.single li {
display: block;
font-size: 16px;
width: 100%;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
position: relative;
}

.dropdown-menu.single li:last-child {
border-bottom: 0;
}

.dropdown-menu.single li > a {
padding: 22px 50px;
padding-left: 50px;
white-space: nowrap;
display: inline-block;
width: 100%;
color: #333;
line-height: 1;
height: auto;
background: 0 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.dropdown-menu.single li > i {
display: block;
font-size: 16px;
color: #4d4d4d;
position: absolute;
right: 25px;
top: 50%;
margin-top: -8px;
}

.dropdown-menu.single li:hover a {
color: #fff;
background: #69c133;
}

.dropdown-menu.single li:hover i {
color: #0e48a7;
}

.category-item:hover .dropdown-menu.single {
max-height: 450px;
opacity: 1;
}

.head-tel {
float: right;
font-size: 24px;
color: #d30c2e;
background:  no-repeat left center;
padding: 36px 0 36px 34px;
font-family: 'din-regular';
}

.language {
float: right;
position: relative;
margin-top: 32px;
margin-left: 24px;
}

.header.on .language {
margin-top: 22px;
}

.language-text {
display: block;
color: #666;
line-height: 36px;
padding: 0 4px;
cursor: pointer;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.language-text .icon-down {
display: block;
float: right;
vertical-align: middle;
font-size: 12px;
margin-left: 5px;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
-o-transition: transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
}

.language-list {
position: absolute;
top: 100%;
right: 0;
z-index: 10;
background: #fff;
padding: 0px 0;
-webkit-box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
box-shadow: 0 2px 4px 2px rgba(0,0,0,.05);
opacity: 0;
visibility: hidden;
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
}

.language-list a {
display: block;
padding: 10px 20px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.language-list a:hover {
color: #d30c2e
}

.language:hover .language-text {
color: #d30c2e;
}

.language:hover .language-text .icon-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.language:hover .language-list {
opacity: 1;
visibility: visible;
}

.header-search {
float: right;
margin: 35px 0 34px;
margin-left: 28px;
}

.bt-search {
position: relative;
border: none;
background: none;
float: left;
width: 30px;
height: 30px;
text-align: right;
line-height: 30px;
padding: 5px 0;
cursor: pointer;
transition: .5s;
z-index: 10;
}

.bt-search .sub-bot {
display: inline-block;
width: 23px;
height: 23px;
line-height: 34px;
background: transparent;
border: none;
z-index: 3;
cursor: pointer;
background: url(/uploads/image/pimages/icon-searchh.png) no-repeat center transparent;
padding-right: 0px;
}

.searchop .search-all {
z-index: 10;
opacity: 1;
visibility: visible;
}

.search-all {
position: absolute;
right: 5%;
top: 54%;
width: 300px;
height: auto;
z-index: -1;
opacity: 0;
visibility: hidden;
transition: all .2s;
}

.search-all .search-box {
position: relative;
height: 36px;
margin-top: 38px;
background: #fff;
}

.searchop .search-all .search-box {
animation: searchform-fade 400ms both;
}

.searchop .search-all form {
animation: searchform-slide 1s both;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.search-all .search-box .search-txt {
color: #333;
line-height: 34px;
width: 44px;
text-align: center;
cursor: pointer;
transition: all .3s ease-out;
}

.search-all .search-box .search-txt i {
font-size: 20px !important;
}

.search-all .search-box .search-txt.left {
float: left;
}

.search-all .search-box .search-inp {
margin-left: 44px;
transition: all .3s ease-out 0s;
margin-right: 44px;
}

.search-all .search-box .search-inp input {
font-size: 16px;
line-height: 36px;
color: #333;
width: 100%;
border-radius: 5px;
}

.searchop .search-close {
opacity: 1;
transition: all .2s ease-out 0s;
}

.search-all .search-box .search-close {
width: 44px;
height: 36px;
font-size: 16px;
color: #333;
line-height: 36px;
text-align: center;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
opacity: 1;
}

.searchop .search-close:hover {
}

.searchshow .top2-bu a {
-webkit-animation: item-searchshow .4s both;
animation: item-searchshow .4s both;
}

.header-top {
transition: ease .5s;
}

.headtop-con {
padding: 7px 0;
border-bottom: 1px solid rgba(255,255,255,.2);
}

.header-bot {
}

.header-slogan {
color: #fff;
float: left;
margin: 27px 0 26px;
margin-left: 45px;
}

.header-slogan h4 {
font-size: 16px;
line-height: 23px;
font-weight: bold;
}

.header-slogan h5 {
font-size: 16px;
line-height: 23px;
}

.header-language::after {
position: absolute;
content: "";
width: 1px;
height: 15px;
background: #fff;
left: -44px;
top: 50%;
transform: translatey(-50%);
}

.header-language {
margin: 35px 0 34px;
margin-left: 44px;
float: right;
position: relative;
padding-left: 23px;
}

.header-language::before {
position: absolute;
content: "";
width: 19px;
height: 18px;
background: url(/uploads/image/pimages/top-lang.png)no-repeat center;
background-size: 100% 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.header-language a {
display: inline-block;
font-size: 14px;
line-height: 30px;
color: #fff;
font-weight: bold;
}

.header-language a:hover {
color: #e60012;
}

.header-call {
float: right;
font-size: 14px;
line-height: 30px;
color: #fff;
}

.header-call span {
}

.header-call d {
font-family: 'd-dinexp';
}

/*app-头部*/
.header-app {
background: #191919;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
z-index: 500;
-webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
-o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
height: 100%;
background: #191919;
-webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
-o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
position: relative;
-webkit-box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
box-shadow: 3px 0 7px 0 rgba(0,0,0,.1);
height: 60px;
text-align: center;
}

.header-app .logo {
float: left;
height: 60px;
vertical-align: middle;
padding: 12px 15px;
}

.header-app .logo img {
height: 100%;
}

.navbar-togger {
float: right;
background: transparent;
border: none;
padding: 22px 15px;
display: inline-block;
visibility: visible;
transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
width: 24px;
height: 2px;
background-color: #d30c2e;
opacity: 1;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
-webkit-transform: translate(0,7px) rotate(45deg);
-ms-transform: translate(0,7px) rotate(45deg);
transform: translate(0,7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
-webkit-transform: translate(0,-7px) rotate(-45deg);
-ms-transform: translate(0,-7px) rotate(-45deg);
transform: translate(0,-7px) rotate(-45deg);
}

.nav-menu {
position: absolute;
top: 60px;
left: 0;
bottom: 0;
right: 0;
width: 100%;
z-index: 620;
padding: 20px 15px;
overflow-x: hidden;
overflow-y: auto;
visibility: hidden;
-webkit-transition: visibility 0s linear 1s;
-o-transition: visibility 0s linear 1s;
transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
visibility: visible;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}

.nav-list li {
border-bottom: 1px solid #cfcfcf;
opacity: 0;
pointer-events: none;
}

.nav-list li.open {
border-bottom: none;
}

.header-app.open-menu .nav-list li {
opacity: 1;
pointer-events: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}

.nav-list li:nth-child(1) {
-webkit-transform: translatey(-44px);
-ms-transform: translatey(-44px);
transform: translatey(-44px);
transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s,-webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s,transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s,-webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
-webkit-transform: translatey(-40px);
-ms-transform: translatey(-40px);
transform: translatey(-40px);
transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s,transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s,-webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
-webkit-transform: translatey(-36px);
-ms-transform: translatey(-36px);
transform: translatey(-36px);
transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s,transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s,-webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
-webkit-transform: translatey(-32px);
-ms-transform: translatey(-32px);
transform: translatey(-32px);
transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s,transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s,-webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
-webkit-transform: translatey(-28px);
-ms-transform: translatey(-28px);
transform: translatey(-28px);
transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s,transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
-webkit-transform: translatey(-24px);
-ms-transform: translatey(-24px);
transform: translatey(-24px);
transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s,transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s,-webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
-webkit-transform: translatey(-20px);
-ms-transform: translatey(-20px);
transform: translatey(-20px);
transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s,-webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s,transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s,-webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
-webkit-transform: translatey(-16px);
-ms-transform: translatey(-16px);
transform: translatey(-16px);
transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s,transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s,-webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s,transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s,-webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
position: relative;
}

.cate-item a {
font-size: 16px;
line-height: 48px;
margin-right: 60px;
display: block;
color: #fff;
}

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
color: #d30c2e;
}

.category-cont a:last-child {
border: none;
}

.category-cont a.active {
color: #d30c2e;
}

.category-tig {
font-size: 14px;
color: #888;
text-align: right;
line-height: 48px;
width: 50px;
height: 48px;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}

.category-tig::before, .category-tig::after {
content: '';
background: #fff;
position: absolute;
top: 50%;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.category-tig::before {
width: 16px;
height: 2px;
right: 0;
margin-top: -1px;
}

.category-tig::after {
width: 2px;
height: 16px;
margin-top: -8px;
right: 7px;
}

.nav-list li.open .category-tig::after {
opacity: 0;
}

.nav-list li.open .category-tig::before {
background: #d30c2e;
}

.category-cont {
display: none;
}

.nav-list li.open .category-cont {
display: block;
border-top: solid 1px #cfcfcf;
border-bottom: solid 1px #cfcfcf;
}

.category-pad {
padding: 0 15px;
}

.category-cont a {
line-height: 40px;
border-bottom: 1px solid #cfcfcf;
display: block;
color: #fff;
}

.category-pad a.active {
color: #d30c2e;
}

.app-lanu {
text-align: center;
padding: 20px 0;
}

.app-lanu a {
display: inline-block;
padding: 0 10px;
line-height: 24px;
color: #666;
}

.app-lanu a.active {
color: white;
background: #d30c2e;
border-radius: 30px;
}

.banner {
margin-top: 0;
}

.banner img.bannerappimg {
display: none;
}

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

.banner-cont {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
margin-top: 0;
}

.banner-font {
}

.banner-brand {
font-size: 0;
}

.banner-brand span {
display: inline-block;
vertical-align: top;
width: 100px;
}

.banner-brand span img {
max-width: 100%;
}

.banner-brand em {
display: inline-block;
vertical-align: top;
font-size: 42px;
line-height: 50px;
color: #fff;
font-style: normal;
font-family: 'sourcehansanscn-bold';
}

.banner-brand d {
display: inline-block;
vertical-align: top;
font-size: 36px;
line-height: 30px;
color: #fff;
font-family: 'sourcehansanscn-bold';
}

.banner-font h3 {
font-size: 60px;
line-height: 70px;
color: #fff;
transition: ease 1.2s;
font-weight: bold;
}

.banner-font h3 span {
display: block;
margin-bottom: 6px;
}

.banner-font h4 {
font-size: 29px;
line-height: 30px;
color: #fff;
margin: 27px 0 0;
}

.banner img {
display: block;
width: 100%;
}

.banner-pages {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
}

.banner-page {
position: relative;
}

.banner .swiper-pagination {
bottom: 110px !important;
height: 2px;
font-size: 0;
width: 100%;
text-align: center;
}

.banner .swiper-pagination-bullet {
width: 12px;
height: 11px;
opacity: 1;
background: rgba(255,255,255,1);
margin: 0 10px !important;
border-radius: 50%;
}

.banner .swiper-pagination-bullet-active {
background-color: #e60012;
}

em.fontaw {
font-style: normal;
font-family: 'fontaw';
font-size: 20px;
position: relative;
z-index: 3;
}



.more {
position: relative;
z-index: 22;
padding: 0 18px 0 16px;
width: 200px;
font-size: 20px;
color: #d30c2e;
background: #fff;
height: 60px;
overflow: hidden;
display: block;
text-align: center;
line-height: 58px;
transition: all .5s;
border: 1px solid transparent;
font-family: 'din-medium';
}

.more::before {
position: absolute;
content: '';
top: 0;
width: 0;
height: 100%;
left: 0%;
z-index: -1;
background: #d30c2e;
transition: ease .8s;
opacity: 1;
transition-delay: 0s,0s;
}

.more span {
display: inline-block;
position: relative;
height: 100%;
z-index: 5;
padding-right: 38px;
}

.more span::before {
position: absolute;
content: "";
width: 25px;
height: 14px;
background: url(/uploads/image/pimages/more1.png)no-repeat center;
background-size: 100% 100%;
right: 0;
top: 50%;
transform: translatey(-50%);
}

.more:hover span::before {
background-image: url(/uploads/image/pimages/more.png);
}

.more:hover::before {
width: 100%;
}

.more:hover {
color: #fff;
border-color: #d30c2e;
background: transparent;
}

.more2 {
margin: 0 auto;
position: relative;
z-index: 22;
border-radius: 5px;
width: 200px;
font-size: 18px;
border: 1px solid #d30c2e;
height: 52px;
overflow: hidden;
display: block;
text-align: center;
color: white;
line-height: 50px;
transition: all .5s;
}

.more2::before {
position: absolute;
content: '';
top: 0;
right: -30%;
bottom: 0;
left: -30%;
z-index: -1;
background: linear-gradient(to right, #d30c2e, #d30c2e);
transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.4s;
transition: transform 0.6s cubic-bezier(0.3, 0.69, 0.39, 1.04) 0.4s, opacity 0.4s linear;
opacity: 1;
transition-delay: 0s,0s;
transform: translate(0, 0) skew(-60deg, 0deg);
}

.more2 span {
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 11;
}

.more2:hover::before {
opacity: 0;
transform: translate(400px, 0) skew(-60deg, 0deg);
}

.more2:hover {
color: #d30c2e;
transition: color 0s linear;
border: 1px solid #d30c2e;
}


/* */


.banner-font .banner-brand {
opacity: 0;
transform: translatex(-80px);
transition: all .7s 1s;
}

.banner-font h3 {
opacity: 0;
transform: translatex(-70px);
transition: all .7s 1.2s;
}

.banner-font h4 {
opacity: 0;
transform: translatex(-60px);
transition: all .7s 1.4s;
}

.banner-mo {
margin: 39px 0 0;
opacity: 0;
transform: translatex(-50px);
transition: all .7s 1.6s;
}

.banner .swiper-slide-active .banner-font .banner-brand,
.banner .swiper-slide-active .banner-font h3,
.banner .swiper-slide-active .banner-font h4,
.banner .swiper-slide-active .banner-mo {
opacity: 1;
transform: translatex(0);
}

.banner-mo span {
transition: none;
}

.banner .swiper-slide-active .banner-mo {
transition: all.5s;
}

.banner-img {
display: block;
width: 100%;
position: absolute;
left: 0;
top: 0;
}

.banner-img2 {
opacity: 0;
transform: translatey(-70px);
transition: all 1.4s 1.8s;
}

.banner-img1 {
opacity: 0;
transform: translatey(70px);
transition: all 1.4s 2s;
}

.banner .swiper-slide-active .banner-img2, .banner .swiper-slide-active .banner-img1 {
transform: translatey(0);
opacity: 1;
}

/**/
.foot {
background: #151515;
background-size: cover;
}

.foot-top {
padding: 74px 0 88px;
}

.foot-left {
float: left;
width: 300px;
padding-top: 25px;
}

.foot-tel {
margin-bottom: 0;
padding-left: 0; /* background:  no-repeat left center; */
font-size: 34px;
line-height: 36px;
color: #ededed;
}

.foot-tel h3 {
font-family: 'itc';
font-size: 26px;
color: #fff;
}

.foot-tel h4 {
font-size: 14px;
color: #ababaf;
}

.foot-add {
padding-left: 0; /* background:  no-repeat left center; */
font-size: 16px;
line-height: 36px;
color: #999;
margin-top: 10px;
}

.foot-add p {
font-size: 14px;
color: #ababaf;
line-height: 22px;
}

.foot-share {
margin-top: 0;
}

.foot-share a {
margin: 0 !important;
width: 38px;
height: 38px !important;
display: block;
float: right !important;
margin-right: 25px !important;
opacity: 1;
border-radius: 50%;
border: 1px solid rgba(255,255,255,.1); /* background-size: 20px 20px; */
}

.foot-share a.bds_sqq {
background:  no-repeat center;
background-size: 18px 18px;
}

.foot-share a.bds_tsina {
background:  no-repeat center;
background-size: 22px 18px;
}

.foot-share a.bds_weixin {
background:  no-repeat center;
background-size: 21px 18px;
}

.foot-share a:hover {
opacity: 1 !important;
}

.foot-nav {
float: right;
margin-left: 30px;
}

.foot-nav dl {
float: left;
padding-left: 130px;
}

.foot-nav dt a {
display: block;
font-size: 20px;
color: rgba(255,255,255,0.8);
line-height: 60px;
}

.foot-nav dd a {
display: block;
font-size: 14px;
color: rgba(255,255,255,0.6);
line-height: 30px;
}

.foot-nav dt a:hover, .foot-nav dd a:hover {
color: white;
}

.foot-bot {
position: relative;
}

.foot-bot p {
padding: 25px 0;
float: left;
font-size: 16px;
color: rgba(255,255,255,0.6);
}

.foot-bot p a {
font-size: 16px;
color: rgba(255,255,255,0.6);
padding-right: 35px;
}

.foot-map {
float: right;
padding: 25px 15px;
}

.foot-map a {
font-size: 16px;
color: rgba(255,255,255,0.6);
}

.foot-link {
float: right;
padding: 25px 0;
cursor: pointer;
margin-left: 24px;
}

.foot-friend {
position: absolute;
bottom: 100%;
left: 0;
width: 100%;
background: #f7f7f7;
padding: 15px 0;
z-index: 20;
line-height: 1.5;
display: none;
}

.foot-link span {
padding: 0 15px;
border-right: solid 1px #9d9d9e;
font-size: 16px;
color: rgba(255,255,255,0.6);
display: block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.foot-link:hover span {
color: #fff;
}

.foot-friend a {
margin: 0 8px;
color: #666;
display: inline-block;
vertical-align: top;
}

.foot-link:hover .foot-friend {
display: block;
}

.foot-bot a:hover {
color: #fff;
}

.foot-friend a:hover {
color: #d30c2e;
}

.foot-top {
}

.foot-friendlink {
font-size: 0;
border-bottom: 1px solid rgba(255,255,255,.1);
padding-bottom: 23px;
}

.foot-friendlink span {
display: inline-block;
color: rgba(255,255,255,.3);
font-size: 16px;
line-height: 30px;
}

.foot-friendlink a {
display: inline-block;
color: rgba(255,255,255,.3);
font-size: 16px;
line-height: 30px;
margin-right: 35px;
transition: ease .5s;
}

.foot-friendlink a:last-child {
margin-right: 0;
}

.foot-friendlink a:hover {
color: #fff;
}

.foot-bot {
}

.foot-botcon {
border-top: 2px solid rgba(255,255,255,.15);
padding: 34px 0 38px;
}

.foot-right {
float: right;
max-width: 30%;
}

.foot-ewm {
float: right;
max-width: 26.8%;
}

.foot-ewm img {
}

.foot-rifont {
float: right;
text-align: right;
padding-right: 29px;
max-width: 73.2%;
}

.foot-tel {
font-family: "akzidenzgrotesk-light";
margin-top: 16px;
}

.foot-left {
float: left;
width: auto;
padding-top: 0;
max-width: 70%;
}

.foot-logo {
width: 160px;
}

.foot-nav {
float: none;
margin: 22px 0 0;
}

.foot-nav a {
display: inline-block;
padding-left: 14px;
margin-right: 50px;
position: relative;
font-size: 18px;
line-height: 30px;
color: rgba(255,255,255,.8);
margin-top: 10px;
}

.foot-nav a::before {
position: absolute;
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
background: #a0a0a0;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.foot-spanli {
font-size: 0;
margin: 0 0 0;
}

.foot-nav a:last-child {
margin-right: 0;
}

.foot-spanli span {
display: inline-block;
position: relative;
font-size: 14px;
line-height: 26px;
color: rgba(255,255,255,.3);
margin-right: 22px;
}

.foot-spanli span.foot-bean {
padding-left: 30px;
}

.foot-spanli span.foot-bean::before {
position: absolute;
content: "";
width: 22px;
height: 24px;
background: no-repeat center;
background-size: 100% 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.foot-spanli span a {
display: block;
font-size: 14px;
line-height: 26px;
color: rgba(255,255,255,.3);
transition: ease .5s;
}

.foot-spanli span:last-child {
margin-right: 0;
}

.bottom-ul {
margin: 0 -105px;
float: left;
}

.bottom-ul ul {
float: left;
margin: 0 105px;
position: relative;
text-align: center;
}

.bottom-ul ul.bottom-secul::before {
display: none;
}

.bottom-ul ul.bottom-secul {
margin-left: 30px;
margin-right: 0;
}
/* .bottom-ul ul:last-child{margin-left: 80px;} */
.bottom-ul ul.botul-k {
margin: 0 55px 0 5px;
}

.bottom-ul ul li {
padding: 0px 0;
margin-bottom: 0;
}

.bottom-ul ul li:last-child {
margin-bottom: 0;
}

.bottom-ul ul li:first-child {
margin-bottom: 16px;
}

.bottom-ul ul li span {
display: inline !important;
}

.bottom-ul ul li em {
display: inline;
font-size: 20px;
line-height: 30px;
color: rgba(255,255,255,.8);
font-family: "arial";
}

.bottom-ul ul li em.botem-sma {
font-size: 16px;
}

.bottom-ul ul li a,
.bottom1-contact li,
.bottom-ul ul li span {
display: block;
font-size: 16px;
line-height: 30px;
color: rgba(255,255,255,.3);
transition: ease .5s;
}

.bottom-ul ul li:first-child a {
font-size: 16px;
color: #fff;
position: relative;
}

.bottom-secul li:first-child a {
opacity: 0;
cursor: auto;
}

.bottom-ul ul li a:hover {
color: #d30c2e;
}

.bottom-contact {
float: right;
}

.bottom-contact ul {
}

.bottom-contact li {
margin-top: 25px;
}

.bottom-contact li:first-child {
margin-top: 0;
}

.bottom-contact li h4 {
margin-bottom: 5px;
font-size: 18px;
line-height: 30px;
color: #fff;
}

.bottom-contact li p {
font-size: 14px;
line-height: 30px;
color: rgba(255,255,255,.5);
}

.bottom-contact li p span {
}

.bottom-contact li p d {
}

.bottom-ewm {
float: right;
width: 95px;
text-align: center;
margin-left: 30px;
}

.bottom-ewm img {
width: 100%;
}

.bottom-ewm p {
margin-top: 3px;
font-size: 16px;
line-height: 30px;
color: #fff;
}


/*app-底部*/
.foot-app {
width: 100%;
background: #222;
background-size: cover;
display: none;
}

.foot-pad {
padding: 0 15px;
}

.footer-tit {
position: relative;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.open .footer-tit a {
color: #fff;
}

.footer-tit a {
font-size: 16px;
color: rgba(255,255,255,0.8);
line-height: 48px;
margin-right: 48px;
display: block;
}

.footer-tig {
font-size: 14px;
color: #888;
text-align: right;
line-height: 48px;
width: 20px;
height: 48px;
position: absolute;
right: 0px;
top: 0;
z-index: 2;
}

.footer-tig::before, .footer-tig::after {
content: '';
background: rgba(255,255,255,0.6);
position: absolute;
top: 50%;
transition: all .3s;
left: 50%;
}

.footer-tig::before {
width: 18px;
height: 2px;
margin-left: -8px;
}

.footer-tig::after {
width: 2px;
height: 18px;
margin-top: -8px;
}

.footer-item.open .footer-tig::after {
opacity: 0;
}

.footer-item.open .footer-tig::before {
background: #fff;
}

.footer-cont {
display: none;
border-bottom: solid 1px rgba(255,255,255,0.2);
padding: 0 15px;
}

.footer-cont a {
text-transform: uppercase;
line-height: 40px;
color: rgba(255,255,255,0.6);
display: block;
font-size: 14px;
border-bottom: solid 1px rgba(255,255,255,0.2);
}

.footer-cont a:last-child {
border: none;
}

.footer-item.open .footer-cont a.active {
color: #fff;
}

.footer-left {
float: left;
padding-top: 25px;
width: 70%;
}

.footer-tel {
margin-bottom: 20px;
padding-left: 35px;
background:  no-repeat left center;
background-size: 25px;
}

.footer-tel h3 {
font-family: 'itc';
font-size: 20px;
color: #fff;
}

.footer-tel h4 {
font-size: 13px;
color: #ababaf;
}

.footer-add {
padding-left: 35px;
background:  no-repeat left center;
background-size: 25px;
}

.footer-add p {
font-size: 13px;
color: #ababaf;
line-height: 18px;
}

.footer-share {
float: right;
padding-top: 45px;
}

.footer-share a {
margin: 0 !important;
width: 25px;
height: 25px !important;
display: block;
float: left;
margin-left: 5px !important;
opacity: 0.5;
}

.footer-share a.bds_sqq {
background:  no-repeat center;
background-size: 17px;
}

.footer-share a.bds_tsina {
background:  no-repeat center;
background-size: 17px;
}

.footer-share a.bds_weixin {
background:  no-repeat center;
background-size: 17px;
}

.footer-share a:hover {
opacity: 1 !important;
}

.footer-bot {
padding: 20px 15px 30px;
background: #1f2023;
margin-top: 25px;
}

.footer-bot p, .footer-bot p a {
font-size: 13px;
line-height: 24px;
color: rgba(255,255,255,0.6);
}

.footer-link, .footer-link a {
line-height: 22px;
font-size: 13px;
color: rgba(255,255,255,0.6);
}

.footer-link {
padding-bottom: 10px;
overflow: hidden;
}

.footer-link a {
display: block;
float: left;
margin-right: 15px;
}

.footer-link span {
float: left;
}

.footer-link a:hover {
color: #fff;
}

.foot-cent {
padding: 0 15px;
}

.foot-centcon {
padding: 30px 0;
border-bottom: 1px solid rgba(255,255,255,0.2);
}

.foot-cent .bottom-contact {
float: left;
width: 70%;
}

.foot-cent .bottom-ewm {
float: right;
max-width: 30%;
}

@media (max-width: 1023px) {
.header, .foot {
display: none !important;
}

.header-app, .foot-app {
display: block;
}

.banner {
margin-top: 60px;
}
}

@media (max-width: 320px) {
.footer-left {
width: 68%;
}
}
/*==========================*/



.footapp-hide {
display: none;
position: absolute;
left: 0;
bottom: 100%;
background: #333;
opacity: 1;
z-index: 4;
padding: 20px;
}

.footapp-hide a {
display: block;
}

.foot-app .foot-friendlink {
cursor: pointer;
position: relative;
padding-bottom: 10px;
}

.foot-app .foot-friendlink:hover .footapp-hide {
display: block;
}

.foot-app .foot-top {
padding: 20px 15px 0;
}

.foot-app .foot-bot {
padding: 20px 15px 60px;
}

.foot-app .foot-left, .foot-app .foot-right {
float: none;
width: 100%;
max-width: none;
}

.foot-app .foot-left {
}


.foot-app .foot-rifont {
float: left;
padding-right: 0;
text-align: left;
padding-left: 29px;
}

.foot-app .foot-ewm {
float: left;
}

.foot-app .foot-share a {
float: left !important;
}

/* pc客服挂件 */
.kf {
transition: .8s;
z-index: 999999;
background-color: transparent;
position: fixed;
bottom: 100px;
right: 20px;
width: 62px;
border-radius: 5px;
}

.kf span {
z-index: 1000001;
transition: .5s;
cursor: pointer;
position: relative;
display: block;
width: 64px;
height: 64px;
border-radius: 5px;
margin-bottom: 10px;
background: #b5b5b5;
}

.kf .zx a {
background-position: 0 0;
background: #b5b5b5 url(/uploads/image/pimages/kefu-zx.png)no-repeat center top 12px;
}

.kf .back_top a {
border: none;
background: #b5b5b5 url(/uploads/image/pimages/kefu-top.png)no-repeat center top 18px;
}

.kf span a {
transition: .5s;
display: block;
height: 100%;
color: #fff;
line-height: 24px;
font-size: 13px;
text-align: center;
padding-top: 36px;
border-radius: 5px;
}

.kfimgr {
position: absolute;
bottom: 23px;
right: -9px;
}

.kf span div i {
display: block;
position: absolute;
width: 15px;
height: 200px;
right: -15px;
top: 0;
}

.kf .freetel a {
background: #b5b5b5 url(/uploads/image/pimages/kefu-qq.png)no-repeat center top 12px;
}

.kf .inlinebj a {
background: #b5b5b5 url(/uploads/image/pimages/kefu-bj.png)no-repeat center top 12px;
}

.kf .zxlya a {
background: #b5b5b5 url(/uploads/image/pimages/kefu-ewm.png)no-repeat center;
}

.kf span:nth-child(4) div {
white-space: nowrap;
}

.kf a {
display: block;
height: 68px;
position: absolute;
top: 0;
right: 0;
width: 100%
}

.nav_center div, .index_nav_center div, .shou, .zhan {
-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
display: none;
width: 140px;
right: 64px;
position: absolute;
top: -45px;
background: #fff;
padding: 15px;
text-align: center;
box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
border-radius: 5px;
}

.kf .zxzx {
display: none;
right: 86px;
position: absolute;
top: 6px;
background: #fff;
padding: 20px;
text-align: center;
box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
border-radius: 5px;
width: 150px;
font-size: 14px;
color: #333;
}

.kfimgr {
position: absolute;
bottom: 23px;
right: -9px;
}
/* .shou{ z-index: 1000000;cursor: pointer; width: 70px; height: 70px; top: 104%; margin-top: -15px; border-radius: 5px 0 0 5px; right: -9px; background:#b5b5b5; border-radius: 5px;cursor: pointer; position: absolute;font-size: 14px;line-height: 24px;color: #fff;transition: ease .5s;text-align: center;padding: 22px 0;} */
.shou {
z-index: 1000000;
cursor: pointer;
width: 30px;
height: 40px;
top: 47%;
margin-top: -15px;
border-radius: 5px 0 0 5px;
right: 62px;
background: transparent url(/uploads/image/pimages/zk1.png)no-repeat center left;
position: absolute;
box-shadow: none;
}

.kffixed {
position: fixed;
display: none;
bottom: 0;
z-index: 20;
width: 100%;
height: 49px;
overflow: hidden;
}

.kufuul {
text-align: center;
padding: 2px 0;
width: 100%;
height: 49px;
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
}

.kefu {
padding: 0;
}

.kefu li {
float: left;
height: 45px;
text-align: center;
color: #fff;
line-height: 45px;
color: #fff;
transition: all .4s;
}

.kfzx-tigg {
width: 49.5%;
height: 45px;
display: block;
float: left;
line-height: 45px;
opacity: 1;
transition: 1s opacity;
}

.kfzx-enter {
opacity: 0
}

.kf-zx {
display: block;
width: 100%;
height: 100%;
color: #fff;
line-height: 45px;
text-align: center;
background: #b5b5b5;
}

.kf-zx img {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

.teldb {
width: 49.5%;
background: rgba(0,0,0,0.6);
background-size: contain;
margin: 0 1px;
position: relative;
}

.teldb img {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

.teldb a {
color: white;
}

.kf span:hover {
background: #d30c2e;
background-size: cover;
}

.kf span:hover a {
background-color: transparent;
}

/* app-kf */
.kffixed {
position: fixed;
bottom: 0;
/* left: 16%; */
z-index: 2000;
width: 100%;
height: 49px;
overflow: hidden;
display: none;
}

.kufuul {
text-align: center;
padding: 2px 0;
width: 100%;
height: 49px;
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
}

.kefu {
padding: 0;
}

.kefu li {
float: left;
height: 45px;
text-align: center;
color: #fff;
line-height: 45px;
color: #fff;
transition: all .4s;
}

.kfzx-tigg {
width: 49.5%;
height: 45px;
display: block;
float: left;
line-height: 45px;
opacity: 1;
transition: 1s opacity;
}

.kfzx-enter {
opacity: 0
}

.kf-zx {
display: block;
width: 100%;
height: 100%;
color: #fff;
line-height: 45px;
text-align: center;
background: rgba(211,12,46,.9);
}

.kf-zx img {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

.teldb {
width: 49.5%;
background: rgba(0,0,0,0.6);
/*background:  no-repeat center rgba(0,0,0,0.6);*/
background-size: contain;
margin: 0 1px;
position: relative;
/*background-size: 28px;*/
}

.teldb img {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

.teldb a {
color: white;
}

@media (max-width:1023px) {
.kf {
display: none;
}

.kffixed {
display: block;
}
}

@keyframes anim4 {

from {
transform: rotatez(0deg);
}

50% {
transform: rotatez(180deg);
}

to {
transform: rotatez(360deg);
}
}

@keyframes myfirst {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

@-webkit-keyframes myfirst {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

.more1 {
border-bottom: 2px solid #333;
position: relative;
padding-bottom: 7px;
font-weight: bold;
display: inline-block;
font-size: 16px;
line-height: 30px;
color: #333;
}

.more1::before {
position: absolute;
content: "";
width: 0;
height: 2px;
background: #e60012;
left: 0;
bottom: -2px;
transition: ease .5s;
}

.more1:hover::before {
width: 100%;
}

.more1 span {
display: block;
position: relative;
padding-right: 60px;
}

.more1 span::before {
position: absolute;
content: "";
width: 21px;
height: 21px;
background: url(/uploads/image/pimages/more1.png)no-repeat center;
background-size: 100% 100%;
right: 0;
top: 50%;
margin-top: -10.5px;
transition: ease .8s;
}

.more1:hover span::before {
transform: translatex(-10px);
}

.more1:hover {
color: #e60012;
}

.index-tit {
font-size: 36px;
color: #333;
line-height: 48px;
text-align: left;
}

.index-tit span {
display: block;
}

.index-tit d {
font-weight: bold;
}

.index-dec {
font-size: 16px;
color: #333;
line-height: 24px;
}

.index-dec em {
display: block;
}

/* swiper按钮 */
.index-next,
.index-prev {
z-index: 15;
width: 54px !important;
height: 54px !important;
border-radius: 50%;
line-height: 54px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #fff;
border: 2px solid #fff;
opacity: 1 !important;
background: none !important;
transition: ease .6s;
}

.index-next:hover,
.index-prev:hover {
color: #e60012;
border-color: #e60012;
}
/* led户外工程解决方案 */
.index-solu {
}

.indsolu-top {
padding: 93px 0 87px;
}

.indsolu-tit {
}

.indsolu-tit .index-tit, .indsolu-tit .index-dec {
color: #fff;
}

.indsolu-tit .index-tit, .indsolu-tit .index-dec {
float: left;
}

.indsolu-tit .index-dec {
margin-left: 100px;
}

.indsolu-more {
float: right;
}

.indsolu-mo {
color: #fff;
border-color: #fff;
}

.indsolu-bot {
}

.indsolu-con {
}

.indsolu-left {
float: left;
width: 25%;
}

.indsolu-a {
display: block;
position: relative;
}

.indsolu-pic {
position: relative;
overflow: hidden;
width: 100%;
}

.indsolu-bf {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
left: 0;
top: 0;
transition: ease .8s;
}

.indsolu-font {
padding: 0 58px 0 69px;
position: absolute;
width: 100%;
left: 0;
bottom: 86px;
}

.indsolu-font > div {
}

.indsolu-font h3 {
font-size: 36px;
line-height: 40px;
color: #fff;
font-family: 'pingfang-heavy';
transition: ease .5s;
}

.indsolu-hr {
width: 0;
height: 3px;
background: #fff;
transition: ease .5s;
}

.indsolu-p {
height: 0;
opacity: 0;
max-height: 90px;
font-size: 16px;
line-height: 30px;
color: #fff;
transition: ease .5s;
}

.indsolu-a:hover .indsolu-hr {
width: 31px;
margin-top: 14px;
}

.indsolu-right .indsolu-a:hover .indsolu-hr,
.indsolu-left .indsolu-a:hover .indsolu-hr {
margin-top: 57px;
}

.indsolu-a:hover .indsolu-bf {
transform: scale(1.1);
}

.indsolu-a:hover .indsolu-mo {
margin-top: 18px;
}

.indsolu-right .indsolu-a:hover .indsolu-mo,
.indsolu-left .indsolu-a:hover .indsolu-mo {
margin-top: 98px;
}

.indsolu-a:hover .indsolu-p {
margin-top: 20px;
opacity: 1;
height: auto;
}

.indsolu-left .indsolu-a:hover .indsolu-p,
.indsolu-right .indsolu-a:hover .indsolu-p {
margin-top: 52px;
}

.indsolu-a:hover .indsolu-font h3 {
color: #e60012;
}

.indsolu-a:hover .indsolu-mo::before {
width: 100%;
}

.indsolu-a:hover .indsolu-mo span::before {
transform: translatex(-10px);
}

.indsolu-bot .indsolu-mo {
border: none;
transition: ease .8s;
margin-top: 19px;
}

.indsolu-mo span {
}

.indsolu-cent {
float: left;
width: 50%;
padding: 0 28px;
}

.indsolu-centop {
}

.indsolu-centul {
margin-top: 26px;
}

.indsolu-centul ul {
margin: 0 -13px;
}

.indsolu-centul li {
float: left;
width: 50%;
padding: 0 13px;
}

.indsolu-right {
float: right;
width: 25%;
}

.indsolu-right .indsolu-pic,
.indsolu-left .indsolu-pic {
height: 794px;
}

.indsolu-centop .indsolu-pic {
height: 384px;
}

.indsolu-centul .indsolu-pic {
height: 384px;
}

/* 5大led显示屏系列产品 */
.index-pro {
}

.indpro-top {
padding: 93px 0 60px;
border-bottom: 1px solid #d2d2d2;
}

.indpro-tit {
}

.indpro-tit .index-tit {
float: left;
}

.indpro-dec {
padding-top: 38px;
margin-top: 7px;
float: right;
position: relative;
}

.indpro-dec::before {
position: absolute;
content: "";
width: 30px;
height: 3px;
background: #333;
left: 0;
top: 0;
}

.indpro-bot {
padding-bottom: 128px;
}

.indpro-con {
position: relative;
}

.indpro-right {
padding: 140px 0 43px;
float: right;
width: 59.375%;
position: relative;
z-index: 5;
}

.indpro-right::before {
position: absolute;
content: "";
width: 61.40%;
height: 100%;
background: #2874c9;
right: 0;
top: 0;
z-index: 0;
}

.indpro-picswip {
position: relative;
padding-bottom: 97px;
}
/* .indpro-picswip .swiper-container{width: 168.2%;} */
.indpro-picswip .swiper-container {
padding-right: 252px;
}

.indpro-pic {
overflow: hidden;
display: block;
}

.indpro-pic img {
transition: ease .8s;
width: 100%;
}

.indpro-pic:hover img {
transform: scale(1.1);
}

.indpro-left {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.indpro-fontswip {
position: relative;
width: 39.41%;
padding-right: 190px;
padding-bottom: 103px;
}

.indpro-font {
display: block;
}

.indpro-font h3 {
font-size: 36px;
line-height: 48px;
color: #333;
}

.indpro-font h3 d {
font-weight: bold;
}

.indpro-font h3 span {
}

.indpro-line {
margin-top: 53px;
width: 30px;
height: 3px;
background: #333;
}

.indpro-p {
margin-top: 55px;
max-height: 144px;
font-size: 16px;
line-height: 24px;
color: #333;
}

.indpro-more {
margin-top: -67px;
}

.indpro-picswip .swiper-button-next,
.indpro-picswip .swiper-button-prev {
top: auto;
bottom: 0px;
}

.indpro-picswip .swiper-button-next {
right: auto;
left: 63%;
margin-left: 93px;
}

.indpro-picswip .swiper-button-prev {
left: 63%;
}
/* 30000 全球应用案例 */
.index-case {
padding: 93px 0 0;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.index-case .index-tit, .index-case .index-dec {
color: #fff;
}

.indcase-top {
position: relative;
z-index: 5;
}

.index-case .index-dec {
margin-top: 31px;
}

.indcase-bot {
margin-top: 228px;
}

.indcase-con {
}

.indcase-swip {
padding-left: 22.4%;
}

.indcase-a {
background: #fff;
display: block;
position: relative;
}

.indcase-pic {
overflow: hidden;
position: relative;
}

.indcase-pic img {
transition: ease .8s;
}

.indcase-a:hover .indcase-pic img {
transform: scale(1.1);
}

.indcase-font {
padding: 47px 30px 53px;
}

.indcase-font h3 {
font-size: 24px;
line-height: 30px;
color: #333;
}

.indcase-font h3 span {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.indcase-font h3 d {
display: block;
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.indcase-p {
margin-top: 18px;
font-size: 16px;
line-height: 24px;
color: #333;
max-height: 72px;
}

.indcase-a:hover .indcase-font h3 d {
color: #e60012;
}

.indcase-picswip {
position: absolute;
width: 100%;
left: 0;
top: 0;
}

.indcase-ba {
width: 100%;
height: 735px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.indcase-pages {
position: absolute;
width: 100%;
left: 0;
bottom: 100px;
}

.indcase-page {
width: 100%;
position: relative;
}

.indcase-picswip .swiper-button-next,
.indcase-picswip .swiper-button-prev {
top: auto;
bottom: 0px;
}

.indcase-picswip .swiper-button-next {
right: auto;
left: 0;
margin-left: 93px;
}

.indcase-picswip .swiper-button-prev {
left: 0;
}

.indcase-swip .swiper-pagination,
.indpro-fontswip .swiper-pagination {
display: none;
width: 100%;
bottom: 0;
}

.indcase-swip .swiper-pagination-bullet,
.indpro-fontswip .swiper-pagination-bullet {
margin: 0 5px;
}

.indcase-swip .swiper-pagination-bullet-active,
.indpro-fontswip .swiper-pagination-bullet-active {
background-color: #e60012;
}
/* index-gray */
.index-gray {
height: 326px;
margin-top: -226px;
}

/* 明星客户 */
.index-partner {
padding: 80px 0 101px;
}

.indexpar-tit {
}

.indexpar-tit .index-tit {
float: left;
}

.indpar-mo {
float: right;
padding-top: 52px;
}

.indpar-con {
margin-top: 94px;
}

.indpar-ul {
}

.indpar-ul li {
margin: -1px;
cursor: pointer;
float: left;
width: 16.666%;
text-align: center;
}

.indpar-pic {
border: 1px solid #d6d6d6;
transition: ease .5s;
overflow: hidden;
width: 100%;
font-size: 0;
text-align: center;
}

.indpar-pic img {
display: inline-block;
}

.indpar-ul li:hover .indpar-pic {
transform: scale(1.1);
}


/* 关于我们 */
.index-about {
padding: 93px 0 100px;
position: relative;
background-repeat: no-repeat;
background-position: left bottom;
background-size: cover;
}

#mydiv {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 3;
overflow: hidden;
}

#mydiv canvas {
width: 100%;
left: 0;
top: 0;
}

.indabt-con {
}

.indabt-left {
float: left;
width: 45.3%;
position: relative;
z-index: 5;
}

.indabt-left .index-tit,
.indabt-left .index-dec {
color: #fff;
}

.indabt-left .index-dec {
margin-top: 30px;
font-family: 'pingfang-light';
line-height: 30px;
}

.indabt-p {
margin-top: 30px;
font-size: 16px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-light';
}

.indabt-mo {
margin-top: 134px;
color: #fff;
border-color: #fff;
border-width: 1px;
padding-bottom: 9px;
}

.indabt-right {
float: right;
width: 42.65%;
position: relative;
z-index: 5;
}

.indabt-ritop {
}

.indabt-ul {
}

.indabt-ul li {
}

.indabt-ul li > div {
padding: 36px 0;
border-bottom: 1px solid rgba(255,255,255,.2);
}

.indabt-ul li:last-child > div {
border: none;
}

.indabt-ul li:first-child > div {
padding-top: 0;
}

.indabt-icon {
float: right;
width: 54px;
}

.indabt-icon img {
}

.indabt-txt {
margin-right: 54px;
}

.indabt-txt h4 {
color: #fff;
font-size: 0;
}

.indabt-txt h4 span {
display: inline-block;
vertical-align: bottom;
font-size: 16px;
line-height: 30px;
}

.indabt-txt h4 span:first-child {
font-size: 64px;
line-height: 60px;
font-family: 'bahnschrift';
font-weight: lighter;
}

.indabt-txt p {
margin-top: 3px;
font-size: 16px;
line-height: 30px;
color: #fff;
}

.indabt-ribot {
margin-top: 332px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(255,255,255,.3);
}

.indabt-swiper {
}

.indabt-swiper .swiper-container {
height: 73px;
}

.indabt-slide {
padding-right: 100px;
}

.indabt-slide h4 {
color: #fff;
font-size: 0;
}

.indabt-slide h4 d {
display: inline-block;
vertical-align: bottom;
font-size: 36px;
line-height: 40px;
font-family: 'bahnschrift';
font-weight: lighter;
}

.indabt-slide h4 span {
display: inline-block;
vertical-align: bottom;
font-size: 16px;
line-height: 30px;
}

.indabt-slide p {
margin-top: 9px;
font-size: 16px;
line-height: 24px;
color: #fff;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.indabt-swiper .swiper-button-next,
.indabt-swiper .swiper-button-prev {
transform: rotate(90deg);
width: 36px !important;
height: 36px !important;
line-height: 34px;
}

.indabt-swiper .swiper-button-next {
}

.indabt-swiper .swiper-button-prev {
left: auto;
right: 0;
margin-right: 60px;
}

.indabt-swiper .swiper-pagination {
display: none;
}

/* 新闻中心 */
.index-new {
}

.indnew-top {
padding: 282px 0 0;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.indnewtop-con {
margin: 0 -35px;
padding: 19px 0 13px;
background: #fff;
}

.indnew-tit {
padding: 0 36px 10px;
border-bottom: 1px solid rgba(51,51,51,.2);
}

.indnew-tit h3 {
float: left;
font-size: 24px;
line-height: 30px;
color: #333;
font-weight: bold;
}

.indnew-mo {
float: right;
border: none;
}

.indnew-topul {
padding: 0 36px 13px;
margin-bottom: -107px;
background: #fff;
position: relative;
}

.indnew-topul ul {
margin: 0 -39px;
}

.indnew-topul li {
float: left;
width: 50%;
padding: 0 39px;
}

.indnew-topa {
display: block;
position: relative;
padding: 19px 0 9px;
padding-right: 30px;
border-bottom: 1px dashed rgba(21,21,21,.22);
}

.indnew-topa::before {
position: absolute;
content: "";
width: 21px;
height: 21px;
background: url(/uploads/image/pimages/indnew-mo.png)no-repeat;
background-size: 100% 100%;
right: 0;
top: 26px;
transition: ease .5s;
}

.indnew-topa:hover::before {
background-image: url(/uploads/image/pimages/indnew-moa.png);
transform: translatex(-10px);
}

.indnew-topa h3 {
font-size: 16px;
line-height: 36px;
color: #333;
transition: ease .5s;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.indnew-topa span {
display: block;
font-size: 14px;
line-height: 30px;
color: rgba(51,51,51,.7);
}

.indnew-topa:hover h3 {
color: #e60012;
font-weight: bold;
}

.indnew-topa.last {
border: none;
}

.indnew-bot {
padding: 122px 0 51px;
}

.indnew-bot .indnew-tit {
border-bottom: none;
}

.indnewbot-con {
margin: 0 -35px 0;
padding: 19px 0 17px;
background: #fff;
}

.indnew-botul {
}

.indnew-botul ul {
}

.indnew-botul li {
float: left;
width: 25%;
}

.indnew-botul li:nth-child(1) {
width: 50%;
}

.indnew-bota {
display: block;
position: relative;
}

.indnew-pic {
position: relative;
overflow: hidden;
width: 100%;
height: 291px;
}

.indnew-bf {
position: absolute;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
left: 0;
top: 0;
transition: ease .8s;
}

.indnew-bota:hover .indnew-bf {
transform: scale(1.1);
}

.indnew-font {
position: absolute;
width: 100%;
background: transparent;
left: 0;
bottom: 0;
padding: 0 35px 37px;
transition: ease .8s;
}

.indnew-font h4 {
font-size: 16px;
line-height: 30px;
color: #fff;
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.indnewbot-mo {
margin-top: 10px;
border-color: transparent;
color: #fff;
}

.indnew-bota:hover .indnew-font h4 {
color: #e60012;
}

.indnew-bota:hover .indnew-font {
background: linear-gradient(to top,rgba(0,0,0,.5),transparent);
}

.indnew-bota:hover .indnewbot-mo::before {
width: 100%;
}

.indnew-bota:hover .indnewbot-mo span::before {
transform: translatex(-10px);
}

@media (max-width: 1919px) {
.bottom-ul ul {
margin: 0 50px;
}

.bottom-ul {
margin: 0 -50px;
}

.indnewtop-con, .indnewbot-con {
margin: 0;
}
}

@media (max-width: 1680px) {
.banner-font h3 {
font-size: 54px;
line-height: 60px;
}

.banner-font h4 {
font-size: 26px;
margin-top: 20px;
}

.indsolu-font {
padding: 0 35px;
}

.indsolu-font h3 {
font-size: 34px;
}

.indpro-fontswip {
padding-right: 90px;
}

.indpro-right {
padding-top: 100px;
}

.indpro-bot {
padding-bottom: 100px;
}

.indpro-top {
padding-top: 80px;
}

.indsolu-top {
padding: 80px 0;
}

.indcase-font h3 {
font-size: 22px;
}

.indcase-font {
padding: 40px 30px;
}

.indcase-ba {
height: 700px;
}

.index-partner {
padding: 80px 0 80px;
}

.indpar-con {
margin-top: 60px;
}

.indabt-txt h4 span:first-child {
font-size: 56px;
}

.indnew-top {
padding: 220px 0 0;
}

.indsolu-right .indsolu-pic, .indsolu-left .indsolu-pic {
height: 700px;
}

.indsolu-centop .indsolu-pic {
height: 290px;
}
}

@media (max-width: 1459px) {
.bottom-ul ul {
margin: 0 30px;
}

.bottom-ul {
margin: 0 -30px;
}

.category-item {
padding: 0 16px;
}

.more {
font-size: 17px;
width: 160px;
height: 50px;
line-height: 48px;
}

.header-slogan {
margin-left: 18px;
}

.header-search {
margin-left: 16px;
}

.header-language {
margin-left: 25px;
}

.header-language::after {
left: -25px;
}

.category-a {
padding: 0 8px;
}

.banner-font h3 {
font-size: 42px;
line-height: 50px;
}

.banner-font h4 {
font-size: 22px;
margin-top: 10px;
}

.banner .swiper-pagination {
bottom: 42px !important;
}

.index-tit {
font-size: 30px;
}

.indsolu-top, .indpro-top, .index-partner {
padding: 60px 0;
}

.indsolu-font h3 {
font-size: 24px;
line-height: 30px;
}

.indsolu-bot .indsolu-mo,
.indsolu-a:hover .indsolu-mo {
margin-top: 10px;
}

.indsolu-font {
bottom: 32px;
padding: 0 30px;
}

.indsolu-a:hover .indsolu-p {
margin-top: 14px;
}

.indsolu-right .indsolu-a:hover .indsolu-mo,
.indsolu-left .indsolu-a:hover .indsolu-mo {
margin-top: 30px;
}

.indsolu-left .indsolu-a:hover .indsolu-p,
.indsolu-right .indsolu-a:hover .indsolu-p {
margin-top: 20px;
}

.indsolu-right .indsolu-a:hover .indsolu-hr,
.indsolu-left .indsolu-a:hover .indsolu-hr {
margin-top: 20px;
}

.indsolu-right .indsolu-pic, .indsolu-left .indsolu-pic {
height: 650px;
}

.indsolu-centop .indsolu-pic {
height: 240px;
}

.indpro-dec {
padding-top: 26px;
}

.indpro-picswip .swiper-container {
padding-right: 160px;
}

.indpro-right {
padding-top: 80px;
}

.index-next, .index-prev {
width: 42px !important;
height: 42px !important;
line-height: 40px;
}

.indpro-picswip {
padding-bottom: 62px;
}

.indpro-fontswip {
padding-right: 60px;
padding-bottom: 30px;
}

.indpro-line {
margin-top: 26px;
}

.indpro-p {
margin-top: 30px;
}

.indpro-font h3 {
font-size: 26px;
}

.indpro-bot {
padding-bottom: 90px;
}

.indcase-ba {
height: 650px;
}

.indcase-bot {
margin-top: 147px;
}

.index-gray {
margin-top: -266px;
}

.indcase-font h3 {
font-size: 20px;
}

.indcase-font {
padding: 35px 26px;
}

.indcase-picswip .swiper-button-next,
.indpro-picswip .swiper-button-next {
margin-left: 76px;
}

.indpar-con {
margin-top: 45px;
}

.index-about {
padding: 60px 0;
}

.indabt-left .index-dec, .indabt-p {
margin-top: 20px;
}

.indabt-txt h4 span:first-child {
font-size: 42px;
line-height: 46px;
}

.indabt-icon {
width: 48px;
}

.indabt-ul li > div {
padding: 30px 0;
}

.indabt-slide h4 d {
font-size: 30px;
}

.indabt-ribot {
margin-top: 100px;
}

.indnew-top {
padding: 160px 0 0;
}

.indnew-tit h3 {
font-size: 22px;
}

.indnew-pic {
height: 220px;
}

.indnew-font {
padding: 0 26px 18px;
}
}

@media (max-width: 1259px) {
.header-app {
display: block !important;
}

.header {
display: none !important;
}

.banner {
margin-top: 60px;
}

.bottom-ul ul {
margin: 0 30px;
}

.bottom-ul {
margin: 0 -30px;
}

.bottom-contact {
width: 270px;
}

.foot-top {
padding: 60px 0 60px;
}

.foot-botcon {
padding: 26px 0;
}

.index-tit {
font-size: 24px;
line-height: 36px;
}

.more2 {
width: 160px;
height: 46px;
line-height: 46px;
font-size: 16px;
}

.indnew-topul li {
padding: 0 20px;
}

.indnew-topul ul {
margin: 0 -20px;
}

.indnew-tit h3 {
font-size: 20px;
}

.more1 span {
padding-right: 50px;
}

.indnew-botul li {
width: 50%;
}

.indnew-botul li:nth-child(1) {
width: 100%;
}

.indnew-pic {
height: 300px;
}

.indnew-top {
padding: 120px 0 0;
}

.indabt-txt h4 span:first-child {
font-size: 38px;
line-height: 40px;
}

.indabt-icon {
width: 43px;
}

.indabt-slide h4 d {
font-size: 24px;
line-height: 30px;
}

.indabt-ribot {
padding-bottom: 10px;
margin-top: 80px;
}

.indabt-ul li > div {
padding: 26px 0;
}

.indpar-ul li {
width: 25%;
}

.indpar-con {
margin-top: 35px;
}

.indcase-ba {
height: 558px;
}

.index-case {
padding: 60px 0 0;
}

.indcase-picswip .swiper-button-next,
.indpro-picswip .swiper-button-next {
margin-left: 66px;
}

.indcase-pages {
bottom: 60px;
}

.indcase-font {
padding: 30px 22px;
}

.indcase-p {
margin-top: 10px;
}

.indcase-font h3 {
font-size: 18px;
}

.indpar-mo {
padding-top: 30px;
}

.indpro-font h3 {
font-size: 22px;
line-height: 30px;
}

.indpro-line {
margin-top: 16px;
}

.indpro-p {
margin-top: 18px;
}

.indpro-right {
padding-top: 60px;
}

.indpro-more {
margin-top: -50px;
}

.indpro-bot {
padding-bottom: 70px;
}

.indsolu-cent {
padding: 0 20px;
}

.indsolu-centul li {
padding: 0 8px;
}

.indsolu-centul ul {
margin: 0 -8px;
}

.indsolu-font h3 {
font-size: 22px;
}

.banner-font h3 {
font-size: 38px;
line-height: 40px;
}

.banner-font h4 {
font-size: 20px;
margin-top: 10px;
}

.banner .swiper-pagination-bullet {
width: 42px;
}

.indsolu-right .indsolu-pic,
.indsolu-left .indsolu-pic {
height: 600px;
}

.indsolu-centul .indsolu-pic {
height: 344px;
}

.indsolu-centul {
margin-top: 16px;
}

.indsolu-font {
bottom: 26px;
}
}

@media (max-width:991px) {
.banner-font h3 {
font-size: 28px;
line-height: 30px;
}

.index-case .index-dec {
margin-top: 10px;
}

.indcase-bot {
margin-top: 120px;
}

.indcase-ba {
height: 520px;
}

.indabt-mo {
margin-top: 80px;
}

.indpro-picswip .swiper-container {
padding: 0;
}

.indpro-picswip {
padding-right: 15px;
}

.indpro-fontswip {
padding-right: 40px;
}

.indpro-font h3 {
font-size: 20px;
}

.indsolu-font {
padding: 0 25px;
}

.indsolu-p {
display: none;
}

.indsolu-right .indsolu-pic, .indsolu-left .indsolu-pic {
height: 420px;
}

.indsolu-centul .indsolu-pic, .indsolu-centop .indsolu-pic {
height: 202px;
}

.indabt-right {
width: 48%;
}

.indnew-top {
padding: 100px 0 0;
}

.indabt-txt h4 span:first-child {
font-size: 34px;
}

.indpro-p {
max-height: 168px;
}

.indsolu-font h3 {
font-size: 20px;
}
}

@media (max-width:767px) {
.more span::before {
width: 18px;
height: 11px;
}

.more {
width: 145px;
height: 42px;
line-height: 40px;
font-size: 16px;
}

.index-pro, .index-six, .index-about, .indnew {
padding: 40px 0;
}

.index-tit {
font-size: 22px;
line-height: 30px;
}

.indsolu-font h3 {
font-size: 18px;
}

.indsolu-tit .index-dec {
float: none;
margin: 10px 0 0;
}

.indsolu-tit .index-tit,
.indsolu-tit .index-dec, .indsolu-more {
float: none;
}

.indsolu-more {
margin-top: 15px;
}

.inpro-con, .incase-con, .indnew-con, .inappli-appcon {
margin-top: 20px;
}

.indsolu-top, .index-partner {
padding: 40px 0;
}

.indpro-top {
padding: 0 0 40px;
}

.banner .swiper-pagination-bullet {
margin: 0 5px !important;
}

.indsolu-left, .indsolu-cent, .indsolu-right {
float: none;
width: 100%;
padding: 0;
}

.indsolu-con {
padding: 0 50px;
}

.indsolu-bot {
padding-bottom: 40px;
}

.indsolu-cent, .indsolu-right {
margin-top: 15px;
}

.indsolu-right .indsolu-pic, .indsolu-left .indsolu-pic {
height: 300px;
}

.indpro-dec, .indpro-tit .index-tit {
float: none;
}

.indpro-dec {
padding-top: 15px;
margin-top: 12px;
}

.indpro-right {
float: none;
width: 100%;
}

.indpro-left {
position: relative;
top: 0;
transform: none;
margin-top: 20px;
}

.indpro-fontswip {
width: 100%;
}

.indpro-picswip .swiper-button-next,
.indpro-picswip .swiper-button-prev {
display: none;
}

.indpro-right {
padding: 40px 15px;
}

.indpro-picswip, .indpro-fontswip {
padding: 0;
}

.indpro-more {
margin-top: 20px;
}

.indpro-bot {
padding-bottom: 0;
}

.indcase-page {
display: none;
}

.indcase-swip {
padding-left: 0;
}

.indcase-swip .swiper-pagination,
.indpro-fontswip .swiper-pagination {
display: block;
}

.indcase-swip, .indpro-fontswip {
padding-bottom: 30px;
}

.index-gray {
margin-top: -290px;
}

.indcase-bot {
margin-top: 60px;
}

.index-case {
padding: 40px 0 0;
}

.indexpar-tit .index-tit {
float: none;
width: 100%;
}

.indpar-mo {
float: none;
padding-top: 15px;
}

.indpar-ul li:hover .indpar-pic {
transform: none;
}

.indabt-left, .indabt-right {
float: none;
width: 100%;
}

#mydiv {
display: none;
}

.indabt-left .index-dec, .indabt-p {
margin-top: 12px;
}

.indabt-mo {
margin-top: 20px;
}

.indabt-right {
margin-top: 30px;
}

.indabt-icon {
width: 40px;
}

.indabt-txt h4 span:first-child {
font-size: 30px;
line-height: 34px;
}

.indabt-ul li > div {
padding: 18px 0;
}

.indabt-slide h4 d {
font-size: 22px;
}

.indabt-slide p {
margin-top: 6px;
}

.indabt-swiper .swiper-button-next,
.indabt-swiper .swiper-button-prev {
display: none;
}

.indabt-swiper .swiper-pagination {
display: block;
}

.indabt-swiper .swiper-pagination-bullet-active {
background-color: #e60012;
}

.indabt-slide {
padding-right: 30px;
}

.indabt-ribot {
margin-top: 30px;
}

.indabt-right {
margin-top: 40px;
}

.indnew-top {
padding: 60px 0 0;
}

.indnew-tit h3 {
font-size: 18px;
}

.indnew-tit {
padding: 0 20px 0;
}

.indnew-topul {
padding: 0 20px 13px;
}

.indnew-pic {
height: 200px;
}

.indnew-font {
padding: 0 22px 18px;
}

.indnew-bot {
padding-bottom: 40px;
}

.indabt-p {
padding-right: 0;
}

.indpro-p {
max-height: none;
height: auto;
padding-right: 0;
}
}

@media (max-width:640px) {
.indcase-bot {
margin-top: 40px;
}

.indsolu-con {
padding: 0 15px;
}

.indsolu-font {
padding: 0 20px;
}

.indpar-ul li {
width: 50%;
}

.indnew-topul li {
width: 100%;
}

.indnew-botul li {
width: 100%;
}

.indnew-top {
padding: 40px 0 0;
}

.indsolu-right .indsolu-pic,
.indsolu-left .indsolu-pic {
height: 202px;
}

.indsolu-centul li {
width: 100%;
margin-top: 15px;
}

.indsolu-centul li:first-child {
margin-top: 0;
}

.indsolu-hr {
display: none;
}

.indsolu-right .indsolu-a:hover .indsolu-mo,
.indsolu-left .indsolu-a:hover .indsolu-mo {
margin-top: 10px;
}

.indnew-topa {
padding-top: 12px;
}

.indabt-txt h4 span:first-child {
font-size: 26px;
}

.indabt-icon {
width: 38px;
}

.foot-app .foot-ewm {
float: none;
max-width: 100%;
width: 100px;
margin: 0 auto;
}

.foot-app .foot-rifont {
float: none;
text-align: center;
margin: 20px 0 0;
padding: 0;
max-width: 100%;
}

.foot-app .foot-share a {
float: none !important;
display: inline-block;
}

.foot-spanli span, .foot-spanli span a {
font-size: 14px;
display: block;
margin-right: 0;
}

.banner img.bannerappimg {
display: block;
}

.banner img.bannerpcimg {
display: none;
}

.banner-cont {
text-align: center;
}

.banner-font h3 {
font-size: 26px;
line-height: 30px;
}

.banner-font h4 {
font-size: 16px;
padding-left: 0;
}

.banner .swiper-pagination {
text-align: center;
bottom: 30px !important;
}

.banner .swiper-pagination-bullet {
width: 36px;
}

.index-dec em {
display: inline;
}

.inpro-txt h3 {
font-size: 16px;
}

.inpro-ul li {
width: 100%;
}

.inpro-img {
padding: 15px 20% 20px;
}

.inpro-bot .inpro-pic {
float: none;
width: 100%;
padding: 15px 20% 20px;
}

.inpro-bot .inpro-a {
padding: 30px 0;
}

.inpro-bot .inpro-txt {
margin-left: 0;
width: 100%;
text-align: center;
padding: 0 20px;
}

.inpro-bot .inpro-txt p, .inpro-txt p {
height: auto;
}

.indpro-mo {
margin-top: 10px;
}

.inpro-more {
margin-top: 25px;
}

.incase-ul li {
width: 33.333%;
margin: 0;
}

.incase-ul {
margin-top: 0;
}

.incase-pic {
padding: 0 25px;
}

.indnew-ul li {
width: 100%;
}

.indnew-txt p {
margin-top: 2px;
}

.indnew-txt span {
margin-top: 2px;
}

.indnew-txt h3 {
color: #d30c2e;
}

.inconsu-font h3 span, .inconsu-font h3 d {
font-size: 20px;
line-height: 30px;
}

.inconsu-call {
margin-top: 10px;
display: block;
}

.inconsu-contact {
margin-top: 20px;
}

.inappli-appcon .inappli-txt, .inappli-appcon .inappli-ul li.on .inappli-txt {
padding: 50px 20px;
}

#mydiv {
display: none;
}

.foot-cent .bottom-contact {
float: none;
width: 100%;
}

.foot-cent .bottom-ewm {
float: none;
max-width: 100%;
margin: 20px auto 0;
}

.bottom-contact li {
margin-top: 10px;
}

.indnew-a {
text-align: center;
}

.banner-mo {
display: none;
}
}

@media (max-width:420px) {
}

@media (max-width: 320px) {
.indcase-swip {
padding-left: 10px;
padding-right: 10px;
}
}

.foot-app .foot-top {
display: none;
}

/* =============================== 内页 =========================== */

.ny-padd {
padding: 80px 0;
}

.ny-banner {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 400px;
margin-top: 100px;
}

.nybannerapp {
display: none;
width: 100%;
}

.ny-menu {
border-bottom: 1px solid #e5e5e5;
}

.nymenu-con {
position: relative;
}

.bread {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 3;
}

.breadcon {
padding: 25px 0;
}

.breadcon a {
display: inline-block;
position: relative;
padding-left: 16px;
margin-left: 9px;
vertical-align: top;
font-size: 14px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-medium';
}

.breadcon a.bread-home {
display: inline-block;
width: 15px;
height: 30px;
background: url(/uploads/image/pimages/homea.png)no-repeat center;
background-size: 100% 15px;
}

.breadcon a::before {
position: absolute;
content: "";
width: 6px;
height: 9px;
background: url(/uploads/image/pimages/bread.png)no-repeat center;
background-size: 100% 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.breadcon a:first-child::before {
display: none;
}

.breadcon a:first-child {
padding-left: 0;
margin-left: 0;
}

.sec-black .breadcon a {
color: #003887;
}

.sec-black .breadcon a::before {
background-image: url(/uploads/image/pimages/breada.png);
}

.sec-black .breadcon a.bread-home {
background-image: url(/uploads/image/pimages/home.png);
}

.nymenu-a {
margin-left: 240px;
font-size: 0;
overflow-x: auto;
white-space: nowrap;
padding: 0 13px;
}

.nymenu-a::-webkit-scrollbar {
height: 5px;
background-color: #dcdbdb;
}

.nymenu-a::-webkit-scrollbar-thumb {
background-color: #e60012;
border-radius: 10px;
}

.nymenu-a a {
display: inline-block;
font-size: 16px;
line-height: 30px;
color: #666;
transition: ease .5s;
padding: 15px 60px;
border-right: 1px solid #e5e5e5;
}

.nymenu-a a:last-child {
border: none;
}

.nymenu-a a.on, .nymenu-a a:hover {
color: #d30c2e;
}

.pagee {
position: relative;
width: 100%;
text-align: center;
padding: 0 38px;
}

.pagee a {
display: inline-block;
font-size: 18px;
line-height: 24px;
color: #3a3e3f;
font-family: "arial";
border-radius: 50%;
transition: ease .5s;
padding: 7px 14px;
}

.pagee a.pagee-left {
border: 1px solid #dbe0e2;
padding: 6px 10px;
position: absolute;
left: 0;
width: 38px;
height: 38px;
}

.pagee a.pagee-right {
border: 1px solid #dbe0e2;
padding: 6px 11px;
position: absolute;
right: 0;
width: 38px;
height: 38px;
}

.pagee a i {
display: block;
font-weight: bold;
color: #a3a7a9;
transition: ease .5s;
}

.pagee a.on, .pagee a:hover {
background: no-repeat center;
background-size: 100%;
color: #fff;
}

.pagee a.pagee-right:hover i, .pagee a.pagee-left:hover i {
color: #fff;
}

.pagee a.pagee-right:hover, .pagee a.pagee-left:hover {
border-color: transparent;
}

.info-pagee {
position: relative;
text-align: center;
padding-top: 45px;
margin-top: 50px;
border-top: 1px solid #d6d6d6;
}

.info-pagee a {
display: inline-block;
font-size: 14px;
line-height: 38px;
color: #333;
transition: ease .5s;
}

.info-pagee a img {
display: inline-block;
max-width: 100%;
}

.info-pagee a i {
display: inline-block;
width: 38px;
height: 38px;
border-radius: 50%;
text-align: center;
line-height: 38px;
font-weight: bold;
font-size: 18px;
color: #858e90;
transition: ease .5s;
border: 1px solid #e5eaeb;
background: transparent;
}

.info-pagee a:hover i {
background: no-repeat center;
background-size: cover;
color: #fff;
border-color: transparent;
}

.info-pagee a.infopage-le {
position: absolute;
left: 0;
top: 45px;
padding-left: 43px;
max-width: 33%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.info-pagee a.infopage-ri {
position: absolute;
right: 0;
top: 45px;
max-width: 33%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 43px;
}

.info-pagee a.infopage-ri i {
position: absolute;
right: 0;
top: 0px;
}

.info-pagee a.infopage-le i {
position: absolute;
left: 0;
top: 0px;
}

/* 分页 */

.lpage {
font-size: 0;
width: 100%;
text-align: center;
position: relative;
}

.lpage a {
display: inline-block;
min-width: 50px;
vertical-align: top;
font-size: 14px;
background: #ececec;
font-family: 'pingfang-heavy';
border-radius: 5px;
line-height: 30px;
color: #333;
margin: 0 5px;
padding: 10px 0;
width: auto;
text-align: center;
transition: ease .5s;
}

.lpage a.lpage-right,
.lpage a.lpage-left {
color: #777;
}

.lpage a.lpage-right:hover,
.lpage a.lpage-left:hover {
background: #0069c2;
color: #fff;
}

.lpage a.on {
background: #0069c2;
color: #fff;
}

.lpage a:hover {
background: #0069c2;
color: #fff;
}

.lpage a.on:hover {
border-color: #0069c2;
}

.lpage a em {
font-size: 20px;
font-weight: 600;
}
/* ==============anchor============= */
.anchor {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 490;
background: #fff;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
text-align: center;
display: none;
}

.anchor li {
display: inline-block;
vertical-align: middle;
margin: 0 5px;
padding: 15px 0;
}

.anchor li a {
display: block;
padding: 0 26px;
font-size: 14px;
line-height: 34px;
text-align: center;
color: #333;
border-right: 1px solid #dfdfdf;
transition: all .3s;
}

.anchor li:last-child a {
border-right: none;
}

.anchor li.on a, .anchor li a:hover {
color: #fff;
;
border-color: transparent;
background: #d30c2e;
}

/* ===============nav-second=========== */
.appsecond-nav {
position: relative;
display: none;
z-index: 200;
}

.bot {
position: absolute;
top: 48px;
background: #fff;
z-index: 10;
}

.se-bot {
width: 100%;
display: none;
}

.se-top {
height: 48px;
line-height: 48px;
border-bottom: solid 1px #d8d8d8;
position: relative;
}

.se-top1 {
background: #fff;
}

.se-top .se-a {
color: #444;
font-size: 16px;
display: block;
padding: 0px 20px;
}

.se-tig.p_tig {
font-size: 16px;
color: #333;
text-align: center;
transition: all .5s;
line-height: 48px;
width: 48px;
height: 48px;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}

.se-btop {
height: 48px;
line-height: 48px;
}

.se-a1 {
color: #444;
font-size: 16px;
padding: 0px 20px;
display: block;
}

.se-a1.hover {
color: #fff;
background: #d30c2e;
border-bottom: solid 1px #fff;
}

.se-tig.p_tig.open {
transform: rotatez(90deg);
opacity: 1;
}

.se-bottom {
display: none;
background: white;
}

.se-bottom a {
display: block;
font-size: 14px;
color: #888;
border-bottom: 1px solid #eee;
padding: 10px 30px;
}
/* .se-bottom a:last-child{border-bottom: none;} */
.se-bottom a.on {
font-weight: bold;
}

.se-btop.active .se-tig.p_tig {
color: #fff;
}

.se-btop.active .se-a1 {
background: #10a2a3;
color: #fff;
border-bottom: 1px solid #fff;
}


.nybanner {
position: relative;
height: 800px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.nybanner img.ny-app {
display: none;
}

.ny-font {
width: 100%;
position: absolute;
top: 50%;
transform: translatey(-50%);
z-index: 11;
}

.ny-cont {
text-align: center;
width: 100%;
color: #fff;
}

.ny-cont h4 {
font-size: 60px;
line-height: 72px;
font-family: 'pingfang-bold';
}

.ny-cont p {
margin-top: 20px;
font-size: 18px;
line-height: 30px;
font-family: 'pingfang-bold';
}

.ny-mbx {
height: 60px;
line-height: 60px;
border-bottom: 1px solid rgba(119,119,119,.3);
}

.com-mbx {
padding-left: 18px;
padding-bottom: 19px;
}

.com-mbx a {
font-size: 16px;
color: #fff;
}

.ban-nav.left {
float: left;
}

.ban-nav .com-ul {
margin: 0;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}

.ban-nav .com-ul::-webkit-scrollbar {
height: 5px;
background: url(/uploads/image/pimages/scroll2.png)repeat-x center;
}

.ban-nav .com-ul::-webkit-scrollbar-thumb {
background: url(/uploads/image/pimages/scroll1.png)repeat center;
border-radius: 10px;
}

.ban-nav .com-ul li a {
text-align: center;
color: #333;
transition: all 0.5s;
display: block;
padding: 0 20px;
font-size: 16px;
}

.ban-nav .com-ul li {
width: 20%;
height: 60px;
line-height: 60px;
position: relative;
padding: 0;
}

.ban-nav .com-ul li::after {
transition: all 0.5s;
content: "";
display: block;
background-color: #d30c2e;
position: absolute;
top: 50%;
left: 50%;
width: 0%;
height: 0%;
transform: translate(-50%,-50%);
}

/* 公共按钮的hover */
.com-hover {
display: inline-block;
position: relative;
background: transparent;
z-index: 1;
}

.com-hover::before {
content: "";
width: 100%;
height: 100%;
background-color: #d30c2e;
position: absolute;
left: 0;
bottom: 0;
transform-origin: 100%;
-webkit-transform-origin: 100%;
-webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1);
transition: transform .4s cubic-bezier(.4,0,.2,1);
transform: scalex(0);
-webkit-transform: scalex(0);
visibility: hidden\9;
z-index: -1;
}

.case .ny-wrap li:hover .com-hover::before,
.com-hover.on::before,
.com-hover:hover::before {
transform: scalex(1);
-webkit-transform: scalex(1);
transform-origin: 0%;
-webkit-transform-origin: 0%;
}

.com-hover:hover a,
.com-hover.on a {
color: #fff !important;
}



.ny-tit {
font-size: 40px;
color: #333;
text-align: center;
}

.ny-dec {
font-size: 18px;
color: #777;
text-align: center;
margin-top: 0px;
line-height: 30px;
margin-top: 13px;
}

.p-style {
display: block;
}

.com-ul {
margin: 0 -12px;
font-size: 0;
}

.com-ul li {
float: none;
width: 33.33%;
padding: 0 12px;
display: inline-block;
vertical-align: top;
}

.com-ul li:hover .swxt-img img {
transform: scale(1.05);
}

.com-swxt {
display: block;
position: relative;
transition: all 0.5s;
}


@media (max-width: 1259px) {
.ny-banner {
margin-top: 60px;
height: 350px;
}
}

@media (max-width: 767px) {
.appsecond-nav {
display: block;
}

.ny-padd {
padding: 30px 0 40px;
}

.nymenu-a, .bread-a, .bread-icon {
display: none;
}

.bread-tit h3 {
font-size: 28px;
}

.bread-tit h4 {
font-size: 18px;
}

.ny-banner {
height: 300px;
}

.info-pagee a.infopage-le, .info-pagee a.infopage-ri {
top: 25px;
}

.info-pagee {
padding-top: 25px;
margin-top: 30px;
}

.anchor {
display: none !important;
}

.header-app {
display: block !important;
}

.bread {
display: none;
}
}

@media (max-width: 640px) {
.anchor {
display: none !important;
}

.header-app {
display: block !important;
}

.pagee a {
font-size: 17px;
}

.nybannerapp {
display: block;
}

.ny-banner {
height: auto;
background: none;
}

.bread-tit {
padding-left: 10px;
}

.bread-tit h3 {
font-size: 24px;
line-height: 30px;
}

.bread-tit h4 {
font-size: 16px;
letter-spacing: 0;
}

.info-pagee a.infopage-le, .info-pagee a.infopage-ri {
position: relative;
top: 0;
max-width: 100%;
padding: 0 43px;
}

.info-pagee a {
display: block;
}

.info-pagee a i {
font-size: 16px;
line-height: 34px;
width: 34px;
height: 34px;
}
}

@media (max-width: 360px) {
.lpage a {
margin: 0 5px;
}

.lpage a em {
font-size: 17px;
}
}
/* ============================solution 解决方案 ======================= */
.header.black {
background: #fff;
height: 122px;
}

.header.black.on {
height: 80px;
}

.header.black .header-bot {
padding-top: 21px;
}

.header.black .logo {
margin: 8px 0;
}

.header.black .header-call {
color: #333;
}

.header.black .category-a {
color: #333;
line-height: 56px;
}

.header.black.on .category-a {
line-height: 80px;
}

.header.black .headtop-con {
border-color: rgba(51,51,51,.2);
}

.header.black .header-language a {
color: #333;
}

.header.black .bt-search .sub-bot {
background-image: url(/uploads/image/pimages/icon-searcha.png);
}

.header.black .header-language::before {
background-image: url(/uploads/image/pimages/top-langa.png);
}

.header-language:hover::before,
.header.black .header-language:hover::before {
background-image: url(/uploads/image/pimages/top-langb.png);
}

.header-language:hover > a,
.header.black .header-language:hover > a {
color: #e60012;
}

.header.black .header-language::after {
background-color: #333;
}

.header.black .header-slogan {
color: #333;
margin: 5px 0;
margin-left: 45px;
}

.header.black .header-search {
margin: 13px 0 13px 28px;
}

.header.black .header-language {
margin: 13px 0 13px 44px;
}

.header.black.on .header-bot {
padding: 0;
}

.header.black.on .logo {
margin: 20px 0;
}

.header.black.on .header-slogan {
margin: 17px 0;
margin-left: 45px;
}

.header.black.on .header-language {
margin: 25px 0 25px 44px;
}

.header.black.on .header-search {
margin: 25px 0 25px 28px;
}

.sec-black {
margin-top: 122px;
}

.sec-black .bread {
position: relative;
bottom: auto;
top: 0;
}

.solution {
}

.solution-content {
}

.solution-one {
}

.solution-a {
display: block;
position: relative;
}

.solution-pic {
position: relative;
overflow: hidden;
width: 100%;
height: 666px;
}

.solution-pic > img {
display: none;
}

.solution-bf {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
left: 0;
top: 0;
transition: ease .8s;
}

.solution-a:hover .solution-bf {
transform: scale(1.1);
}

.solution-font {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.solution-txt {
width: 34%;
padding: 0 0 48px;
}

.solution-txt h3 {
font-size: 36px;
line-height: 40px;
color: #fff;
font-family: 'pingfang-bold';
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.solution-txt p {
margin-top: 22px;
font-size: 16px;
line-height: 24px;
color: #fff;
font-family: 'pingfang-medium';
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.solu1-mo {
margin-top: 58px;
border-width: 1px;
color: #fff;
border-color: #fff;
}

.solution-a:hover .solution-txt h3 {
color: #e60012;
}

.solution-two {
}

.solution-three {
}

.solution-four {
}

.solu4-ul {
}

.solu4-ul li {
float: left;
width: 50%;
}

.solution-four .solution-txt {
width: 84%;
padding: 0 11% 48px;
}

@media (max-width: 1459px) {
.header.black .header-slogan,
.header.black.on .header-slogan {
margin-left: 18px;
}

.header.black .header-language,
.header.black.on .header-language {
margin-left: 25px;
}

.header.black .header-search,
.header.black.on .header-search {
margin-left: 16px;
}

.breadcon {
padding: 15px 0;
}

.solution-pic {
height: 580px;
}

.solution-txt h3 {
font-size: 30px;
}

.solution-txt {
width: 48%;
}

.solu1-mo {
margin-top: 40px;
}

.solution-txt p {
margin-top: 16px;
}

.solution-four .solution-txt {
width: 90%;
}
}

@media (max-width: 1259px) {
.sec-black {
margin-top: 60px;
}

.breadcon {
padding: 10px 0;
}

.solution-pic {
height: 500px;
}

.solution-txt h3 {
font-size: 26px;
}

.solution-txt,
.solution-four .solution-txt {
padding-bottom: 0;
}
}

@media (max-width: 991px) {
.solution-pic {
height: 420px;
}

.solution-four .solution-txt {
padding: 0 30px;
width: 100%;
}

.solution-txt h3 {
font-size: 24px;
}

.solu1-mo {
margin-top: 20px;
}

.solution-txt p {
margin-top: 12px;
}
}

@media (max-width: 767px) {
.solu4-ul li {
width: 100%;
}

.solution-txt h3 {
font-size: 20px;
}

.solution-txt p {
font-size: 14px;
line-height: 24px;
}

.solution-txt {
width: 100%;
}

.solution-pic {
height: 350px;
}

.sec-black .bread {
display: block;
}

.solution-content {
padding: 0 0 40px;
}
}

@media (max-width: 640px) {
.solution-pic {
height: auto;
padding: 0 15px;
}

.solution-pic > img {
display: block;
width: 100%;
}

.solution-font {
position: relative;
top: 0;
transform: none;
}

.solution-txt {
padding: 20px 0;
}

.solution-four .solution-txt {
padding: 20px 15px;
}

.solution-txt h3, .solution-txt p {
color: #333;
}

.solu1-mo {
color: #333;
border-color: #333;
}

.solution-bf {
display: none;
}
}

/* ================== soluinfo 解决方案详情 ================== */
.soluinfo {
}

.soluinfo-content {
}

.soluinfo-one {
position: relative;
}

.soluinfo-one .brand-tit {
padding-top: 70px;
text-align: left;
position: relative;
}

.soluinfo-one .brand-tit::before {
position: absolute;
content: "";
width: 52px;
height: 52px;
background: url(/uploads/image/pimages/soluinfo1-icon.png)no-repeat center;
background-size: 100% 100%;
border-radius: 50%;
top: 0;
left: 0;
}

.solufo1-left {
}

.solufo1-pics {
height: 100%;
}

.solufo1-pic {
position: absolute;
width: 50%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
left: 0;
top: 0;
transition: ease .5s;
opacity: 0;
}

.solufo1-pic.on {
opacity: 1;
}

.solufo1-right {
position: relative;
}

.solufo1-con {
float: right;
width: 50%;
padding: 100px 0 96px 100px;
}

.solufo1-fonts {
margin-top: 43px;
padding-top: 45px;
border-top: 1px solid rgba(51,51,51,.2);
}

.solufo1-ul {
}

.solufo1-ul li:first-child {
margin-top: 0;
}

.solufo1-ul li {
margin-top: 48px;
}

.solufo1-ul li a {
display: block;
}

.solufo1-ul li h4 {
font-size: 16px;
line-height: 24px;
color: #333;
font-family: 'pingfang-bold';
}

.solufo1-ul li p {
font-size: 16px;
line-height: 24px;
color: #636363;
font-family: 'pingfang-medium';
}

.soluinfo-two {
padding: 72px 0 80px;
}

.solufo2-con {
margin-top: 40px;
}

.solufo2-ul {
margin: -98px -55px 0;
}

.solufo2-ul li {
float: left;
width: 33.333%;
padding: 0 55px;
margin-top: 98px;
}

.solufo2-ul li:nth-child(4) {
margin-left: 16.666%;
}

.solufo2-ul li > div {
}

.solufo2-icon {
float: left;
width: 63px;
overflow: hidden;
height: 63px;
}

.solufo2-icon img {
width: 100%;
transition: ease .8s;
}

.solufo2-font {
margin-left: 63px;
padding-left: 30px;
padding-top: 2px;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.solufo2-font em {
display: block;
}

.solufo2-ul li:hover .solufo2-icon img {
transform: translatey(-63px);
}

.solufo2-ul li:hover .solufo2-font {
color: #0069c2;
}

.soluinfo-three {
padding: 72px 0 60px;
}

.solufo3-tit {
}

.solufo3-mo {
padding-top: 0;
}

.solufo3-con {
margin-top: 40px;
}

.solufo3-ul {
margin: -30px -15px 0;
}

.solufo3-ul li {
float: left;
width: 33.333%;
padding: 0 15px;
margin-top: 30px;
}

.solufo3-a {
display: block;
}

.solufo3-pic {
overflow: hidden;
position: relative;
background: #eaeaea;
}

.solufo3-pic img {
transition: ease .8s;
}

.solufo3-font {
padding-top: 24px;
padding-bottom: 30px;
}

.solufo3-font h4 {
font-size: 24px;
line-height: 30px;
color: #333;
font-family: 'd-din-bold';
text-transform: uppercase;
transition: ease .5s;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.solufo3-font p {
font-size: 16px;
line-height: 30px;
height: 30px;
color: rgba(51,51,51,.7);
font-family: 'pingfang-medium';
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.solufo3-a:hover .solufo3-pic img {
transform: scale(1.1);
}

.solufo3-a:hover .solufo3-font h4 {
color: #0069c2;
font-weight: bold;
}

.soluinfo-four {
padding: 72px 0 80px;
}

.solufo4-con {
margin-top: 40px;
}

.solufo4-ul {
margin: -15px -0.5px 0;
}

.solufo4-ul li {
float: left;
width: 31.333%;
padding: 0 0.5px;
margin-top: 15px;
margin: 0 1%;
}

.solufo4-a {
display: block;
}

.solufo4-pic {
overflow: hidden;
position: relative;
}

.solufo4-pic img {
transition: ease .8s;
}

.solufo4-font {
position: relative;
padding: 25px;
}

.solufo4-font::before {
position: absolute;
content: "";
width: 100%;
height: 0;
background: #0069c2;
transition: ease .5s;
bottom: 0;
left: 0;
}

.solufo4-font h4 {
text-align: center;
position: relative;
font-size: 18px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
transition: ease .5s;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.solufo4-a:hover .solufo4-pic img {
transform: scale(1.1);
}

.solufo4-a:hover .solufo4-font h4 {
color: #fff;
}

.solufo4-a:hover .solufo4-font::before {
height: 100%;
}

@media (max-width:1459px) {
.solufo2-ul li {
padding: 0 25px;
margin-top: 50px;
}

.solufo2-ul {
margin: -50px -25px 0;
}

.solufo2-icon {
width: 52px;
height: 52px;
}

.solufo2-ul li:hover .solufo2-icon img {
transform: translatey(-52px);
}

.solufo2-font {
margin-left: 52px;
padding-top: 0;
}

.soluinfo-two, .soluinfo-four, .soluinfo-three {
padding: 60px 0;
}

.solufo2-con {
margin-top: 35px;
}

.solufo1-con {
padding: 60px 0 60px 60px;
}

.solufo1-fonts {
padding-top: 25px;
margin-top: 25px;
}

.soluinfo-one .brand-tit::before {
width: 46px;
height: 46px;
}

.soluinfo-one .brand-tit {
padding-top: 60px;
}

.solufo3-font h4 {
font-size: 22px;
}

.solufo4-con, .solufo3-con {
margin-top: 35px;
}

.solufo4-font {
padding: 20px;
}
}

@media (max-width:1259px) {
.solufo1-fonts {
padding-top: 18px;
margin-top: 20px;
}

.solufo1-ul li {
margin-top: 30px;
}

.solufo2-font {
padding-left: 20px;
}

.solufo2-ul li {
padding: 0 15px;
}

.solufo2-ul {
margin: -50px -15px 0;
}

.solufo2-icon {
width: 46px;
height: 46px;
}

.solufo2-ul li:hover .solufo2-icon img {
transform: translatey(-46px);
}

.solufo2-font {
margin-left: 46px;
}

.solufo3-font h4 {
font-size: 20px;
}

.solufo4-font {
padding: 16px 15px;
}
}

@media (max-width:991px) {
.solufo1-ul li {
margin-top: 18px;
}

.solufo3-ul li {
padding: 0 10px;
}

.solufo3-ul {
margin: -30px -10px 0;
}

.solufo2-ul li {
width: 50%;
margin-top: 32px;
}

.solufo2-ul {
margin-top: -32px;
}

.solufo4-font h4 {
font-size: 16px;
}

.solufo1-pics {
position: relative;
height: 600px;
width: 100%;
}

.solufo1-pic {
width: 100%;
}

.solufo1-con {
float: none;
width: 100%;
padding: 30px 0 40px;
}

.soluinfo-one {
padding: 50px 0 0;
}

.solufo1-left {
padding: 0 15px;
}

.solufo2-ul li:nth-child(4) {
margin-left: 0;
}
}

@media (max-width:767px) {
.solufo1-pics {
height: 400px;
}

.soluinfo-one .brand-tit::before {
width: 38px;
height: 38px;
}

.soluinfo-one .brand-tit {
padding-top: 50px;
}

.solufo1-fonts {
margin-top: 15px;
padding-top: 15px;
}

.soluinfo-two, .soluinfo-four, .soluinfo-three {
padding: 40px 0;
}

.soluinfo-one {
padding: 40px 0 0;
}

.solufo2-ul li {
width: 100%;
}

.solufo2-con, .solufo4-con, .solufo3-con {
margin-top: 25px;
}

.soluinfo-four .brand-tit, .soluinfo-three .brand-tit {
text-align: left;
}

.solufo3-mo {
padding-top: 15px;
}

.solufo3-ul li {
width: 50%;
}

.solufo4-ul li {
width: 50%;
}

.solufo3-font h4 {
font-size: 18px;
}

.solufo3-font {
padding-top: 12px;
padding-bottom: 20px;
}

.solufo3-ul li {
margin-top: 20px;
}

.solufo3-ul {
margin-top: -20px;
}
}

@media (max-width:640px) {
.solufo1-pics {
height: 240px;
}

.solufo3-ul li {
width: 100%;
}

.solufo4-ul li {
width: 100%;
}
}

/* ===================== brand 品牌优势 ================== */
.brand {
}

.brand-tit {
text-align: center;
}

.brand-tit h {
display: block;
color: #333;
font-size: 36px;
line-height: 48px;
}

.brand-tit d {
font-family: 'pingfang-bold';
}

.brand-tit span {
}

.brand-tit em, .brand-dec em {
color: #e60012;
}

.brand-dec {
margin-top: 14px;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-medium';
text-align: center;
}

.brand-content {
}

.brand-one {
padding: 72px 0 80px;
}

.brand1-con {
position: relative;
margin-top: 45px;
}

.brand1-pic {
position: relative;
width: 100%;
overflow: hidden;
height: 379px;
}

.brand1-picimg {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
left: -100%;
top: 0;
}

.brand1-picimg.on {
left: 0;
right: 0;
}

.brand1-font {
}

.brand1-ul {
background: #e6eef6;
}

.brand1-ul li {
padding: 63px 48px;
float: left;
width: 25%;
position: relative;
cursor: pointer;
border-right: 1px solid rgba(7,91,162,.1);
}

.brand1-ul li:last-child {
border: none;
}

.brand1-ul li::before {
position: absolute;
z-index: 0;
content: "";
width: 0;
height: 100%;
background: #075ba2;
left: 0;
top: 0;
transition: ease .5s;
}

.brand1-ul li.on {
}

.brand1-ul li.on::before {
width: 100%;
}

.brand1-ul li.on .brand1-txt h4, .brand1-ul li.on .brand1-txt span {
color: #fff;
}

.brand1-txt {
position: relative;
}

.brand1-txt span {
display: block;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-medium';
}

.brand1-txt h4 {
margin-top: 16px;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-medium';
}

.brand1-txt h4 em {
font-size: 48px;
}

.brand1-txt h4 d {
}

.brand-two {
position: relative;
padding: 94px 0 100px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.brand-two .brand-tit h, .brand-two .brand-dec {
color: #fff;
}

.brand-two .brand-dec {
margin-top: 18px;
}

.brand2-con {
margin-top: 28px;
}

.brand2-dec {
font-size: 18px;
line-height: 24px;
color: #fff;
text-align: center;
}

.brand2-dec em {
display: block;
}

.brand2-cont {
padding: 0 240px;
margin-top: 82px;
}

.brand2-ul {
margin: 0 -40px;
}

.brand2-ul li {
float: left;
width: 20%;
text-align: center;
padding: 0 40px;
}

.brand2-ul li a {
display: block;
}

.brand2-pic {
font-size: 0;
}

.brand2-pic img {
display: inline-block;
}

.brand-three {
}

.brand-three .brand-dec {
font-family: 'pingfang-bold';
}

.brand3-top {
padding: 80px 0 74px;
}

.brand3-bot {
margin: 0 -72px;
padding: 77px 72px 80px;
}

.brand3-tit {
color: #fff;
font-size: 36px;
line-height: 40px;
text-align: center;
font-family: 'pingfang-bold';
}

.brand3-con {
margin-top: 60px;
}

.brand3-ul {
margin: -16px -8px 0;
}

.brand3-ul li {
float: left;
width: 33.33%;
padding: 0 8px;
margin-top: 16px;
}

.brand3-ul li > div {
position: relative;
}

.brand3-pic {
position: relative;
overflow: hidden;
width: 100%;
height: 282px;
}

.brand3-bf {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
left: 0;
top: 0;
transition: ease .8s;
}

.brand3-ul li:hover .brand3-bf {
transform: scale(1.1);
}

.brand3-font {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 20px 25px 44px;
color: #fff;
font-size: 18px;
line-height: 24px;
text-align: center;
font-family: 'pingfang-bold';
}

.brand-four {
padding: 72px 0 80px;
}

.brand-four .brand-dec {
font-size: 18px;
font-family: 'pingfang-bold';
}

.brand4-con {
margin-top: 36px;
}

.brand4-ul {
}

.brand4-ul li {
float: left;
background: #ebebeb;
width: 33.333%;
transition: ease .6s;
text-align: center;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

.brand4-ul li:last-child {
width: 66.666%;
}

.brand4-font {
padding: 56px 74px 49px;
}

.brand4-icon {
margin: 0 auto;
overflow: hidden;
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
border-radius: 50%;
background: #075ba2;
transition: ease .6s;
}

.brand4-icon img {
display: inline-block;
vertical-align: middle;
transition: ease .6s;
}

.brand4-ul li:hover .brand4-icon img {
transform: translatey(-42px);
}

.brand4-ul li:hover .brand4-icon {
background-color: #fff;
}

.brand4-font h3 {
margin-top: 15px;
font-size: 18px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.brand4-p {
font-size: 16px;
line-height: 30px;
color: #333;
height: 60px;
}

.brand4-p span {
}

.brand4-p em {
color: #075ba2;
}

.brand4-ul li:hover {
background: #075ba2;
}

.brand4-ul li:hover .brand4-font h3,
.brand4-ul li:hover .brand4-p,
.brand4-ul li:hover .brand4-p em {
color: #fff;
}

@media (max-width:1919px) {
.brand3-bot {
margin: 0;
}

.brand2-cont {
padding: 0 100px;
}
}


@media (max-width:1459px) {
.brand-tit h {
font-size: 30px;
line-height: 42px;
}

.brand-one, .brand3-top, .brand-four {
padding: 60px 0;
}

.brand1-con {
margin-top: 35px;
}

.brand1-txt h4 em {
font-size: 28px;
}

.brand1-ul li {
padding: 32px 30px;
}

.brand1-txt h4 {
margin-top: 12px;
}

.brand1-pic {
height: 268px;
}

.brand-dec, .brand-two .brand-dec {
margin-top: 9px;
}

.brand2-con {
margin-top: 16px;
}

.brand2-cont {
padding: 0 80px;
margin-top: 60px;
}

.brand2-ul li {
padding: 0 25px;
}

.brand2-ul {
margin: 0 -25px;
}

.brand-two {
padding: 80px 0;
}

.brand3-tit {
font-size: 26px;
line-height: 30px;
}

.brand3-bot {
padding: 60px 42px;
}

.brand3-con {
margin-top: 35px;
}

.brand3-font {
padding: 25px 20px;
}

.brand4-font {
padding: 50px 40px;
}

.brand3-pic {
height: 230px;
}
}

@media (max-width:1259px) {
.brand2-cont {
padding: 0;
margin-top: 30px;
}

.brand-tit h {
font-size: 26px;
line-height: 36px;
}

.brand1-ul li {
padding: 30px 20px;
}

.brand1-txt h4 em {
font-size: 24px;
}

.brand2-ul li {
padding: 0 15px;
}

.brand2-ul {
margin: 0 -15px;
}

.brand2-dec {
font-size: 16px;
}

.brand-two {
padding: 60px 0;
}

.brand1-txt h4 {
margin-top: 8px;
}

.brand3-tit {
font-size: 22px;
}

.brand3-pic {
height: 200px;
}

.brand3-font {
font-size: 16px;
padding: 20px;
}

.brand4-ul li {
width: 50%;
}

.brand4-ul li:last-child {
width: 100%;
}
}

@media (max-width:991px) {
.brand3-pic {
height: 180px;
}

.brand-tit h {
font-size: 24px;
line-height: 34px;
}

.brand1-txt h4 em {
font-size: 20px;
}

.brand1-pic {
height: 200px;
}

.brand2-ul li {
width: 25%;
margin-top: 20px;
}

.brand2-ul {
margin-top: -20px;
}

.brand1-ul li {
padding: 28px 13px;
}

.brand3-top {
padding: 60px 0 40px;
}

.brand3-tit {
font-size: 20px;
}

.brand3-bot {
padding: 50px 20px;
}

.brand-four .brand-dec {
font-size: 16px;
}

.brand4-font {
padding: 40px 30px;
}
}

@media (max-width:767px) {
.brand-one, .brand3-top, .brand-four {
padding: 40px 0;
}

.brand-tit h {
font-size: 22px;
line-height: 32px;
}

.brand1-con, .brand2-cont, .brand3-con, .brand4-con {
margin-top: 20px;
}

.brand1-ul li, .brand1-ul li:last-child {
width: 50%;
border-top: 1px solid rgba(7,91,162,.1);
}

.brand1-ul li:nth-child(1), .brand1-ul li:nth-child(2) {
border-top: none;
}

.brand1-txt h4 em {
font-size: 18px;
}

.brand-two {
padding: 40px 0;
}

.brand2-ul li {
width: 33.333%;
}

.brand3-top {
padding: 40px 0 30px;
}

.brand3-bot {
padding: 40px 15px;
}

.brand3-font {
padding: 15px;
}

.brand3-pic {
height: 160px;
}

.brand3-ul li {
width: 50%;
}

.brand4-ul li {
width: 100%;
}

.brand4-font h3 {
font-size: 16px;
}

.brand4-p {
font-size: 14px;
line-height: 24px;
height: auto;
}

.brand4-font {
padding: 30px 20px;
}

.brand1-ul li:nth-child(even) {
border-right: none;
}
}

@media (max-width: 640px) {
.brand3-ul li {
width: 100%;
}

.brand2-ul li {
width: 50%;
}
}

/* =================== 产品列表 product ====================== */
.product {
}

.product-content {
}

.product-one {
}

.pro1-con {
position: relative;
}

.pro1-baswip {
position: relative;
}

.pro1-ba {
width: 100%;
height: 681px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.pro1-pages {
}

.pro1-page {
}

.pro1-fontsw {
z-index: 4;
padding-top: 30px;
overflow: hidden;
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.pro1-fontswip {
padding: 0 0 30px;
position: relative;
}

.pro1-fontswip .swiper-container {
float: left;
width: 64.12%;
}

.pro1-a {
display: block;
}

.pro1-pic {
float: right;
width: 54.77%;
}

.pro1-pic img {
width: 100%;
}

.pro1-font {
margin-right: 54.77%;
padding-top: 85px;
}

.pro1-font h3 {
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.pro1-p {
margin-top: 17px;
height: 122px;
font-size: 24px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.pro1-p p {
}

.pro1-baswip .swiper-button-next,
.pro1-baswip .swiper-button-prev {
background: #fff !important;
color: #333;
bottom: -32px;
}

.pro1-baswip .swiper-button-next:hover,
.pro1-baswip .swiper-button-prev:hover {
background-color: #0069c2 !important;
color: #fff;
border-color: #0069c2;
}

.pro1-fontswip .swiper-pagination {
height: 20px;
padding-right: 27px;
display: block;
text-align: right;
}

.pro1-fontswip .swiper-pagination-bullet {
margin: 0 13px;
opacity: 1;
width: 5px;
height: 5px;
background: rgba(255,255,255,.3);
}

.pro1-fontswip .swiper-pagination-bullet-active {
position: relative;
background-color: #fff;
}

.pro1-fontswip .swiper-pagination-bullet-active::before {
position: absolute;
content: "";
width: 15px;
height: 15px;
border-radius: 50%;
border: 1px solid #fff;
left: -5px;
top: -5px;
}


.product-two {
padding: 43px 0 99px;
}

.pro2-nav {
}

.pro2-navul {
font-size: 0;
margin: 0 -40px;
}

.pro2-navul li {
display: inline-block;
margin: 0 40px;
}

.pro2-navul li a {
padding-bottom: 23px;
display: block;
font-size: 18px;
line-height: 30px;
color: #333;
border-bottom: 2px solid transparent;
}

.pro2-navul li.on a {
color: #075ba2;
border-color: #075ba2;
font-family: 'pingfang-bold';
}

.pro2-navul li a:hover {
color: #075ba2;
}

.pro2-con {
margin-top: 48px;
}

.pro2-ul {
margin-top: -15px;
}

.pro2-ul li {
margin-top: 15px;
}

.pro2-a {
}

.pro2-pic {
}

.pro2-font, .solufo3-font {
position: relative;
transition: ease .5s;
}

.solufo3-font::before {
position: absolute;
content: "";
width: 100%;
height: 0;
background: #075ba2;
left: 0;
bottom: 0;
transition: ease .5s;
}

.solufo3-a:hover .solufo3-font::before {
height: 100%;
}

.solufo3-font h4, .solufo3-font p {
position: relative;
}

.solufo3-a:hover .solufo3-font h4, .solufo3-a:hover .solufo3-font p {
color: #fff;
}

.solufo3-a:hover .solufo3-font {
padding-left: 20px;
padding-right: 20px;
}

.pro2-page {
margin-top: 40px;
}

.lpage-a {
display: inline-block;
vertical-align: middle;
margin: 0 20px;
}

.lpage-select {
display: inline-block;
font-size: 0;
vertical-align: middle;
margin: 0 20px;
}

.lpage-select input {
display: inline-block;
text-align: center;
width: 50px;
height: 50px;
line-height: 48px;
border-radius: 5px;
color: #333;
font-size: 14px;
font-family: 'pingfang-heavy';
border: 1px solid #e5e5e5;
}

.lpage-select button {
margin-left: 10px;
display: inline-block;
transition: ease .5s;
cursor: pointer;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 5px;
background: #0069c2;
color: #fff;
font-size: 14px;
font-family: 'pingfang-heavy';
}

.lpage-select input::-webkit-input-placeholder {
color: #003887;
}

.lpage-select button:hover {
background-color: #003887;
}

@media (max-width: 1679px) {
.pro1-ba {
height: 600px;
}

.pro1-fontswip .swiper-container {
width: 70%;
}

.pro1-p {
font-size: 22px;
}

.pro1-fontswip {
padding-bottom: 0;
}

.pro1-fontsw {
padding-top: 0;
}

.pro2-navul li a {
padding-bottom: 16px;
}

.pro2-con {
margin-top: 40px;
}

.product-two {
padding-bottom: 60px;
}
}

@media (max-width: 1459px) {
.pro2-ul li {
margin-top: 20px;
}

.pro2-ul {
margin-top: -20px;
}

.pro1-ba {
height: 530px;
}

.pro1-font {
padding-top: 50px;
}

.pro1-p {
font-size: 20px;
margin-top: 12px;
}

.pro1-fontswip .swiper-pagination {
padding-right: 0;
}

.pro2-navul li a {
padding-bottom: 12px;
}

.pro2-con {
margin-top: 30px;
}
}

@media (max-width: 1259px) {
.pro1-fontswip .swiper-container {
width: 80%;
}

.pro1-ba {
height: 460px;
}

.pro1-p {
font-size: 18px;
}

.lpage-select input,
.lpage-select button {
width: 40px;
height: 40px;
line-height: 40px;
}

.lpage a {
min-width: 40px;
padding: 5px 0;
}

.lpage-select, .lpage-a {
margin: 0 10px;
}

.pro2-navul li a {
padding-bottom: 8px;
}
}

@media (max-width: 991px) {
.pro1-ba {
height: 400px;
}

.pro1-font {
padding-top: 20px;
}

.pro1-p {
font-size: 16px;
}

.pro1-fontswip .swiper-container {
width: 100%;
}
}

@media (max-width: 767px) {
.pro2-page {
margin-top: 30px;
}

.pro1-baswip {
display: none;
}

.pro1-fontsw {
position: relative;
top: 0;
left: 0;
transform: none;
}

.pro1-fontswip {
padding: 0 0 50px;
}

.pro1-fontswip .swiper-pagination {
text-align: center;
}

.pro1-fontswip .swiper-pagination-bullet {
background: #0069c2;
}

.pro1-fontswip .swiper-pagination-bullet-active::before {
border-color: #0069c2;
}

.pro1-font {
padding-top: 35px;
}

.pro2-navul li a {
font-size: 16px;
}

.pro2-navul li {
margin: 0 20px;
}

.pro2-navul {
margin: 0 -20px;
}

.pro2-nav {
display: none;
}

.pro2-con {
margin-top: 0;
}

.product .appsecond-nav {
border-top: 1px solid #eee;
}

.solufo3-a:hover .solufo3-font {
padding-left: 0px;
padding-right: 0px;
}

.solufo3-font::before {
display: none;
}

.solufo3-a:hover .solufo3-font h4 {
color: #333;
}

.solufo3-a:hover .solufo3-font p {
color: rgba(51,51,51,.7);
}
}

@media (max-width: 640px) {
.pro1-pic {
float: none;
width: 100%;
}

.pro1-font {
margin-left: 0;
width: 100%;
}

.pro1-p {
height: auto;
padding: 0;
}

.product-one {
padding: 20px 0 0;
}

.pro1-fontswip {
padding: 0 0 40px;
}

.product-two {
padding: 40px 0;
}

.lpage-select input,
.lpage-select button {
width: 34px;
height: 34px;
line-height: 34px;
}

.lpage a {
min-width: 34px;
padding: 2px 0;
}

.lpage-select, .lpage-a {
margin: 0 5px;
}

.lpage-select button {
margin-left: 5px;
}

.lpage-a {
margin-left: 0;
}

.lpage-select {
margin-right: 0;
}
}

@media (max-width: 320px) {
.lpage a {
margin: 0 4px;
}

.lpage-select button {
margin-left: 4px;
}

.lpage-select, .lpage-a {
margin: 0 3px;
}

.lpage-a {
margin-left: 0;
}

.lpage-select {
margin-right: 0;
}
}

/* ================== hipad 产品专题页 =============== */
.hipad {
}

.hipad-content {
}

.hipad-one {
width: 100%;
height: 860px;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.hipad1-con {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.hipad1-font {
}

.hipad1-font h3 {
position: relative;
font-size: 0;
}

.hipad1-font h3 span {
display: inline-block;
font-size: 84px;
line-height: 90px;
color: #fff;
font-family: 'd-din-bold';
}

.hipad1-font h3 em {
margin-left: 6px;
margin-top: 18px;
padding: 0 7px;
display: inline-block;
vertical-align: top;
font-size: 16px;
line-height: 21px;
color: #fff;
font-family: 'pingfang-bold';
border-radius: 3px;
border: 2px solid #fff;
}

.hipad1-font h5 {
margin-top: 12px;
font-size: 24px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-bold';
}

.hipad-two {
padding: 5% 0;
}

.hipad2-con {
position: relative;
}

.hipad2-pic {
float: left;
width: 50%;
font-size: 0;
text-align: center;
padding: 0 20px;
}

.hipad2-pic img {
display: inline-block;
}

.hipad2-font {
margin-left: 50%;
padding-left: 95px;
position: relative;
height: 100%;
}

.hipad2-font > div {
padding: 10% 0;
}

.hipad2-font h3 {
font-size: 0;
color: #333;
}

.hipad2-font h3 d {
display: inline-block;
vertical-align: middle;
font-size: 46px;
line-height: 50px;
font-family: 'd-din-bold';
}

.hipad2-font h3 span {
display: inline-block;
vertical-align: middle;
font-size: 46px;
line-height: 50px;
font-family: 'pingfang-bold';
}

.hipad2-font h4 {
margin-top: 14px;
font-size: 20px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.hipad2-font p {
font-size: 20px;
line-height: 30px;
color: rgba(51,51,51,.7);
}

.hipad-three {
padding: 5% 0;
width: 100%;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.hipad3-con {
}

.hipad3-pic {
float: right;
width: 64.06%;
text-align: right;
}

.hipad3-pic img {
display: inline-block;
}

.hipad3-font {
margin-right: 64.06%;
padding-right: 20px;
}

.hipad3-font > div {
padding: 10% 0;
}

.hipad3-fonth > div {
padding: 127px 0 127px 15%;
}

.hipad3-font h3 {
font-size: 46px;
line-height: 50px;
font-family: 'pingfang-bold';
color: #fff;
}

.hipad3-p {
margin-top: 32px;
max-height: 120px;
font-size: 20px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-medium';
}

.hipad3-p p {
}

.hipad-four {
padding: 80px 0 74px;
}

.hipad4-tit {
text-align: center;
}

.hipad4-tit h3 {
font-size: 46px;
line-height: 50px;
font-family: 'pingfang-bold';
color: #333;
}

.hipad4-tit h4 {
margin-top: 11px;
font-size: 20px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.hipad4-tit p {
font-size: 20px;
line-height: 30px;
color: rgba(51,51,51,.7);
}

.hipad4-con {
margin-top: 52px;
}

.hipad4-ul {
margin: 0 -44px;
}

.hipad4-ul li {
float: left;
width: 50%;
padding: 0 44px;
position: relative;
}

.hipad4-ul li::before {
position: absolute;
content: "";
width: 60px;
height: 85px;
background: url(/uploads/image/pimages/hipad4-bf_07.png)no-repeat center;
background-size: 100% 100%;
right: -30px;
top: 25%;
}

.hipad4-ul li:nth-child(even)::before {
display: none;
}

.hipad4-pic {
overflow: hidden;
font-size: 0;
}

.hipad4-pic img {
display: inline-block;
}

.hipad4-ul li:nth-child(odd) .hipad4-pic {
text-align: right;
}

.hipad4-ul li:nth-child(even) .hipad4-pic {
text-align: left;
}

.hipad-five {
padding: 117.5px 0;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.hipad5-con {
position: relative;
}

.hipad5-right {
float: right;
width: 52.06%;
font-size: 0;
}

.hipad5-pic {
display: inline-block;
overflow: hidden;
position: relative;
}

.hipad5-pic span, .hipad5-pic em {
display: block;
font-size: 26px;
line-height: 30px;
color: #fff;
position: absolute;
padding: 0 20px;
top: 50%;
transform: translatey(-50%);
font-family: 'd-din-bold';
}

.hipad5-pic em {
right: 0;
}

.hipad5-pic span {
left: 0;
}

.hipad5-pic::before {
position: absolute;
content: "";
width: 50%;
height: 100%;
background: rgba(255,255,255,.25);
left: 0;
top: 0;
}

.hipad5-pic::after {
position: absolute;
content: "";
width: 32px;
height: 33px;
background: url(/uploads/image/pimages/hipad5-bf.png)no-repeat center;
background-size: 100% 100%;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}



.hipad5-righth .hipad5-pic::before {
opacity: 0;
}

.hipad5-righth .hipad5-pic::after {
opacity: 0;
}

.hipad5-pic img {
width: 100%;
}

.hipad5-left {
margin-right: 52.06%;
padding-right: 165px;
}

.hipad5-fonts {
padding: 30px 0;
}

.hipad5-fontsh {
padding: 30px 0 30px 15%;
}

.hipad5-fonts h3 {
font-size: 46px;
line-height: 50px;
color: #fff;
font-family: 'd-din-bold';
}

.hipad5-fonts h4 {
margin-top: 5px;
font-size: 18px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-bold';
}

.hipad5-fonts p {
margin-top: 3px;
font-size: 18px;
line-height: 24px;
color: #fff;
}

.hipad5-ul {
width: 70%;
margin-top: 40px;
max-height: 125px;
}

.hipad5-ul li {
margin-top: 10px;
border-bottom: 1px solid #fff;
padding-bottom: 4px;
}

.hipad5-ul li:first-child {
margin-top: 0;
}

.hipad5-ul li span, .hipad5-ul li em {
display: block;
max-width: 50%;
font-size: 14px;
line-height: 30px;
color: #fff;
}

.hipad5-ul li span {
float: left;
padding-right: 10px;
}

.hipad5-ul li em {
float: right;
padding-left: 10px;
}

.hipad5-ul li:last-child span {
float: none;
max-width: 100%;
}

.hipad-six {
position: relative;
padding: 5% 0 5%;
}

.hipad6-con {
}

.hipad6-left {
float: left;
width: 50%;
text-align: left;
}

.hipad6-pic {
overflow: hidden;
font-size: 0;
}

.hipad6-pic img {
display: inline-block;
}

.hipad6-right {
margin-left: 50%;
padding-left: 95px;
}

.hipad6-fonts {
padding: 40px 0;
}

.hipad6-fonts h3 {
font-size: 46px;
line-height: 50px;
font-family: 'pingfang-bold';
color: #333;
}

.hipad6-fonts p {
margin-top: 21px;
font-size: 20px;
line-height: 30px;
color: #333;
font-family: 'pingfang-medium';
}

.hipad6-fonts p em {
display: block;
}

.hipad-seven {
padding: 5% 0;
font-weight: 500;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.hipad7-con {
}

.hipad7-right {
float: right;
width: 55.06%;
}

.hipad7-pic {
overflow: hidden;
font-size: 0;
}

.hipad7-pic img {
display: inline-block;
}

.hipad7-left {
margin-right: 55.06%;
padding-right: 20px;
}

.hipad7-lefth {
padding-left: 10%;
}

.hipad7-fonts {
padding-top: 105px;
}

.hipad7-fonts h3 {
font-size: 46px;
line-height: 50px;
color: #fff;
}

.hipad7-fonts p {
margin-top: 4px;
font-size: 18px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-bold';
}

.hipad7-fonts p em {
display: block;
}

.hipad-eight {
padding: 77px 0 100px;
}

.hipad8-tit {
text-align: center;
font-size: 46px;
line-height: 50px;
font-family: 'pingfang-bold';
color: #333;
}

.hipad8-con {
margin-top: 88px;
}

.hipad8-table {
overflow-x: auto;
width: 100%;
}

.hipad8-table table {
width: 99.9%;
}

.hipad8-table thead {
background: #eee;
width: 100%;
}

.hipad8-table th {
padding: 20px;
font-size: 22px;
line-height: 30px;
color: #333;
font-family: 'pingfang-medium';
width: auto !important;
}

.hipad8-table tbody {
}

.hipad8-table td {
padding: 19px 20px 20px;
text-align: center;
border: 1px solid #ececec;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-medium';
width: auto !important;
}

.hipad-nine {
padding: 5% 0 5%;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.hipad9-con {
text-align: center;
}

.hipad9-tit {
}

.hipad9-tit h3 {
font-size: 46px;
line-height: 50px;
font-family: 'pingfang-bold';
color: #fff;
}

.hipad9-tit p {
margin-top: 22px;
font-size: 16px;
line-height: 24px;
color: #fff;
}

.hipad9-tit p em {
display: block;
}

.hipad9-mo {
margin: 62px 0 0;
border-width: 1px;
color: #fff;
border-color: #fff;
}

@media (max-width:1919px) {
.hipad1-font h3 span {
font-size: 70px;
line-height: 70px;
}

.hipad1-font h3 em {
margin-top: 12px;
}

.hipad2-font h3 d, .hipad2-font h3 span, .hipad3-font h3,
.hipad4-tit h3, .hipad5-fonts h3, .hipad6-fonts h3,
.hipad7-fonts h3, .hipad8-tit, .hipad9-tit h3 {
font-size: 40px;
line-height: 50px;
}

.hipad-eight {
padding: 72px 0 80px;
}

.hipad8-con {
margin-top: 45px;
}

.hipad8-table td, .hipad8-table th {
padding: 15px 20px;
}

.hipad-nine {
padding: 90px 0 120px;
}

.hipad7-fonts {
padding-top: 80px;
}

.hipad-six, .hipad-seven {
padding: 5% 0;
}

.hipad5-left {
padding-right: 100px;
}

.hipad5-ul {
width: 80%;
}

.hipad-five {
padding: 80px 0;
}

.hipad4-con {
margin-top: 40px;
}

.hipad-three {
/* padding: 80px 0; */
}

.hipad3-font > div {
padding: 86px 0 0;
}

.hipad2-pic {
padding: 0 6%;
}

.hipad2-font > div {
padding: 170px 0 0;
}

.hipad-one {
height: 760px;
}
}

@media (max-width:1459px) {
.hipad-one {
height: 600px;
}

.hipad2-font {
padding-left: 40px;
}

.hipad-three, .hipad-four, .hipad-five, .hipad-six,
.hipad-seven, .hipad-eight {
padding: 5% 0;
}

.hipad1-font h3 span {
font-size: 60px;
line-height: 60px;
}

.hipad1-font h3 em {
font-size: 14px;
padding: 0 4px;
}

.hipad1-font h5 {
font-size: 22px;
margin-top: 6px;
}

.hipad2-font h3 d, .hipad2-font h3 span, .hipad3-font h3,
.hipad4-tit h3, .hipad5-fonts h3, .hipad6-fonts h3,
.hipad7-fonts h3, .hipad8-tit, .hipad9-tit h3 {
font-size: 36px;
line-height: 40px;
}

.hipad2-font p, .hipad2-font h4, .hipad3-p, .hipad4-tit h4,
.hipad4-tit p, .hipad6-fonts p {
font-size: 18px;
}

.hipad2-font > div {
padding: 150px 0 0;
}

.hipad4-con, .hipad8-con {
margin-top: 35px;
}

.hipad5-left {
padding-right: 75px;
}

.hipad5-ul {
width: 100%;
margin-top: 25px;
}

.hipad5-fonts p, .hipad5-fonts h4, .hipad7-fonts p {
font-size: 16px;
}

.hipad5-pic span, .hipad5-pic em {
font-size: 22px;
}

.hipad5-fonts {
padding: 0;
}

.hipad6-fonts {
padding: 20px 0;
}

.hipad6-right {
padding-left: 60px;
}

.hipad7-fonts {
padding-top: 30px;
}

.hipad3-pic, .hipad6-pic, .hipad7-pic {
padding: 40px;
}

.hipad8-table td {
font-size: 16px;
}

.hipad8-table th {
font-size: 22px;
}

.hipad8-table td, .hipad8-table th {
padding: 12px 16px;
}

.hipad-nine {
padding: 80px 0 100px;
}

.hipad9-mo {
margin: 50px 0 0;
}
}

@media (max-width:1259px) {
.hipad1-font h3 span {
font-size: 50px;
line-height: 60px;
}

.hipad1-font h5 {
font-size: 20px;
}

.hipad-one {
height: 530px;
}

.hipad2-font h3 d, .hipad2-font h3 span, .hipad3-font h3,
.hipad4-tit h3, .hipad5-fonts h3, .hipad6-fonts h3,
.hipad7-fonts h3, .hipad8-tit, .hipad9-tit h3 {
font-size: 32px;
}

.hipad2-font > div {
padding: 60px 0 0;
}

.hipad2-font p, .hipad2-font h4, .hipad3-p, .hipad4-tit h4,
.hipad4-tit p, .hipad6-fonts p {
font-size: 16px;
}

.hipad3-p {
margin-top: 16px;
}

.hipad3-font > div {
padding: 55px 0 0;
}

.hipad4-tit h4 {
margin-top: 6px;
}

.hipad5-left {
padding-right: 40px;
}

.hipad5-pic span, .hipad5-pic em {
font-size: 20px;
}

.hipad3-pic, .hipad6-pic, .hipad7-pic {
padding: 0;
}

.hipad6-fonts {
padding: 0;
}

.hipad8-table th {
font-size: 20px;
}

.hipad8-table td, .hipad8-table th {
padding: 10px 15px;
}

.hipad9-tit p {
margin-top: 12px;
}

.hipad-nine {
padding: 60px 0 80px;
}
}

@media (max-width:991px) {
.hipad1-font h3 span {
font-size: 42px;
line-height: 50px;
}

.hipad1-font h5 {
font-size: 18px;
}

.hipad-one {
height: 450px;
}

.hipad2-font h3 d, .hipad2-font h3 span, .hipad3-font h3,
.hipad4-tit h3, .hipad5-fonts h3, .hipad6-fonts h3,
.hipad7-fonts h3, .hipad8-tit, .hipad9-tit h3 {
font-size: 28px;
line-height: 30px;
}

.hipad5-pic span, .hipad5-pic em {
font-size: 18px;
}

.hipad8-table th {
font-size: 18px;
}

.hipad8-table td, .hipad8-table th {
padding: 10px 15px;
}

.hipad2-font {
padding-left: 0;
}

.hipad2-font h4 {
margin-top: 6px;
}

.hipad3-p {
margin-top: 6px;
}

.hipad3-font > div {
padding: 10px 0 0;
}

.hipad3-pic, .hipad6-pic, .hipad7-pic {
padding: 0 10%;
}

.hipad3-font {
padding-right: 0;
}

.hipad4-ul li::before {
width: 50px;
height: 76px;
right: -25px;
}

.hipad4-con, .hipad8-con {
margin-top: 30px;
}

.hipad5-right {
float: none;
width: 100%;
}

.hipad5-left {
margin-right: 0;
width: 100%;
padding: 30px 0 0;
}

.hipad5-fonts h4 {
margin-top: 0;
}

.hipad5-ul {
margin-top: 20px;
}

.hipad6-left, .hipad7-right, .hipad3-pic {
float: none;
width: 100%;
}

.hipad6-right {
margin-left: 0;
width: 100%;
padding: 30px 0 0;
text-align: center;
}

.hipad7-left, .hipad3-font {
margin-right: 0;
width: 100%;
padding: 30px 0 0;
text-align: center;
}

.hipad6-fonts p {
margin-top: 10px;
}

.hipad7-fonts {
padding: 0;
}

.hipad8-table table {
min-width: 900px;
}

.hipad-nine {
padding: 50px 0 60px;
}
}

@media (max-width:767px) {
.hipad5-pic span, .hipad5-pic em {
font-size: 16px;
padding: 0 15px;
}

.hipad2-pic {
float: none;
width: 100%;
}

.hipad2-font {
margin-left: 0;
width: 100%;
padding: 30px 0 0;
text-align: center;
}

.hipad2-font > div {
padding: 0;
}

.hipad2-font h3 d, .hipad2-font h3 span, .hipad3-font h3,
.hipad4-tit h3, .hipad5-fonts h3, .hipad6-fonts h3,
.hipad7-fonts h3, .hipad8-tit, .hipad9-tit h3 {
font-size: 22px;
}

.hipad5-pic span, .hipad5-pic em {
font-size: 16px;
}

.hipad-one {
height: 380px;
}

.hipad1-font h3 span {
font-size: 30px;
line-height: 40px;
}

.hipad1-font h5 {
font-size: 16px;
}

.hipad1-font h3 em {
margin-top: 6px;
border-width: 1px;
font-size: 12px;
line-height: 18px;
}

.hipad2-pic {
padding: 0 10%;
}

.hipad-two, .hipad-three, .hipad-four, .hipad-five, .hipad-six,
.hipad-seven, .hipad-eight {
padding: 40px 0;
}

.hipad2-font, .hipad7-left, .hipad3-font {
padding: 20px 0 0;
}

.hipad3-font > div {
padding: 0;
}

.hipad4-con, .hipad8-con {
margin-top: 20px;
}

.hipad5-ul {
margin-top: 15px;
}

.hipad6-fonts p {
margin-top: 5px;
}

.hipad8-table th {
font-size: 16px;
}

.hipad8-table td {
font-size: 14px;
line-height: 24px;
}

.hipad8-table table {
min-width: 600px;
}

.hipad9-mo {
margin: 40px 0 0;
}
}

@media (max-width:640px) {
.hipad3-pic, .hipad6-pic, .hipad7-pic {
padding: 0 0%;
}

.hipad4-ul li {
width: 100%;
padding: 20px 0;
}

.hipad4-ul li:nth-child(odd) .hipad4-pic,
.hipad4-ul li:nth-child(even) .hipad4-pic {
text-align: center;
}

.hipad4-ul {
margin: 0;
}

.hipad4-ul li:first-child {
padding-top: 0;
}

.hipad4-ul li::before {
width: 30px;
height: 50px;
right: auto;
left: 50%;
top: auto;
bottom: -25px;
transform: translatex(-50%) rotate(90deg);
}

.hipad7-fonts p em, .hipad9-tit p em {
display: inline;
}

.hipad-one {
height: 300px;
}
}

/* ====================== news 新闻资讯 ================ */
.news {
}

.news-content {
}

.news-one {
padding: 100px 0 53px;
}

.news1-con {
}

.news-a {
display: block;
position: relative;
}

.news-pic {
float: left;
width: 580px;
overflow: hidden;
position: relative;
}

.news-pic img {
transition: ease .8s;
}

.news-one .news-pic img {
width: 100%;
height: 450px;
}

.news-three .news-pic img {
width: 100%;
height: 300px;
}


.news-a:hover .news-pic img {
transform: scale(1.1);
/* height: 240px; */
}

.news-fonts {
margin-left: 580px;
padding-left: 55px;
}

.news1-con .news-pic {
width: 801px;
}

.news1-con .news-fonts {
margin-left: 801px;
}

.news-font {
padding-bottom: 40px;
}

.news-font h3 {
margin-top: 25px;
font-size: 36px;
line-height: 48px;
color: #333;
font-family: 'pingfang-bold';
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.news-font em {
display: block;
font-size: 16px;
line-height: 36px;
color: #333;
font-weight: bold;
font-family: 'din-regular';
}

.news-font p {
margin: 32px 0 0;
font-size: 16px;
line-height: 36px;
color: rgba(51,51,51,.8);
font-family: 'pingfang-medium';
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.news1-mo {
position: absolute;
left: 856px;
bottom: 0;
}

.news2-mo {
position: absolute;
left: 635px;
bottom: 0;
}

.news-a:hover .news-font h3 {
color: #0069c2;
}

.news-two {
}

.news-nav {
font-size: 0;
border-bottom: 1px solid #d3d3d3;
}

.news-nav a {
margin: 0 40px -1px;
padding-bottom: 52px;
display: inline-block;
font-size: 18px;
line-height: 30px;
color: #333;
transition: ease .5s;
}

.news-nav a:first-child {
margin-left: 0;
}

.news-nav a:last-child {
margin-right: 0;
}

.news-nav a.on {
color: #0069c2;
border-bottom: 2px solid #0069c2;
font-family: 'pingfang-bold';
}

.news-nav a:hover {
color: #0069c2;
}

.news-three {
padding: 69px 0 99px;
}

.news3-con {
}

.news-ul {
}

.news-ul li {
margin-top: 60px;
}

.news-ul li:first-child {
margin-top: 0;
}

.news-page {
margin-top: 90px;
}

@media (max-width:1679px) {

.news-one .news-pic img {
height: 350px;
}

.news-three .news-pic img {
height: 280px;
}

.news1-con .news-pic {
width: 530px;
}

.news1-con .news-fonts {
margin-left: 530px;
}

.news1-mo {
left: 585px;
}

.news-one {
padding: 80px 0 50px;
}

.news-nav a {
padding-bottom: 30px;
}

.news-pic {
width: 500px;
}

.news-fonts {
margin-left: 500px;
}

.news2-mo {
left: 555px;
}

.news-font h3 {
margin-top: 10px;
font-size: 30px;
line-height: 40px;
}

.news-font p {
margin: 20px 0 0;
}

.news-page {
margin-top: 50px;
}

.news-three {
padding: 70px 0 80px;
}
}

@media (max-width:1459px) {


.news-one .news-pic img {
height: 280px;
}

.news-three .news-pic img {
height: 260px;
}

.news1-con .news-pic {
width: 480px;
}

.news1-con .news-fonts {
margin-left: 480px;
}

.news1-mo {
left: 520px;
}

.news-one {
padding: 60px 0 40px;
}

.news-nav a {
padding-bottom: 20px;
}

.news-pic {
width: 450px;
}

.news-fonts {
margin-left: 450px;
padding-left: 40px;
}

.news2-mo {
left: 490px;
}

.news-font h3 {
margin-top: 10px;
font-size: 24px;
line-height: 36px;
}

.news-font p {
margin: 12px 0 0;
line-height: 30px;
}

.news-page {
margin-top: 40px;
}

.news-ul li {
margin-top: 40px;
}

.news-three {
padding: 40px 0 60px;
}
}

@media (max-width:1259px) {

.news-one .news-pic img {
height: 240px;
}

.news-three .news-pic img {
height: 200px;
}

.news-font p {
-webkit-line-clamp: 2;
}

.news1-con .news-pic {
width: 410px;
}

.news1-con .news-fonts {
margin-left: 410px;
}

.news1-mo {
left: 445px;
}

.news-nav a {
padding-bottom: 16px;
margin: 0 25px -1px;
}

.news-pic {
width: 380px;
}

.news-fonts {
margin-left: 380px;
padding-left: 35px;
}

.news2-mo {
left: 415px;
}

.news-font h3 {
margin-top: 10px;
font-size: 20px;
line-height: 30px;
}

.news-font p {
margin: 10px 0 0;
}

.news-ul li {
margin-top: 35px;
}
}

@media (max-width:991px) {
.news-nav a {
padding-bottom: 12px;
font-size: 16px;
margin: 0 15px -1px;
}

.news1-con .news-pic {
width: 380px;
}

.news1-con .news-fonts {
margin-left: 380px;
}

.news1-mo {
left: 410px;
}

.news-pic {
width: 360px;
}

.news-fonts {
margin-left: 360px;
padding-left: 30px;
}

.news2-mo {
left: 390px;
}

.news-font em {
font-size: 14px;
line-height: 30px;
}
}

@media (max-width:767px) {

.news-one .news-pic img {
height: 100%;
}

.news-three .news-pic img {
height: 100%;
}

.news1-con .news-pic {
width: 350px;
}

.news1-con .news-fonts {
margin-left: 350px;
}

.news1-mo {
left: 380px;
}

.news-pic {
width: 320px;
}

.news-fonts {
margin-left: 320px;
}

.news2-mo {
left: 350px;
}

.news-font h3 {
font-size: 16px;
margin: 8px 0 0;
}

.news-font p {
margin: 6px 0 0;
-webkit-line-clamp: 2;
font-size: 14px;
line-height: 24px;
}

.news-ul li {
margin-top: 25px;
}

.news-three, .news-one {
padding: 40px 0;
}

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

@media (max-width:640px) {
.news-nav a {
padding-bottom: 8px;
}

.news1-con .news-pic, .news-pic {
float: none;
width: 100%;
}

.news1-con .news-fonts, .news-fonts {
margin: 20px 0 0;
padding: 0;
}

.news-font {
padding: 0;
}

.news2-mo, .news1-mo {
position: relative;
top: 0;
left: 0;
margin-top: 16px;
font-size: 14px;
}

.news-font h3 {
margin: 0;
}

.lpage-select {
display: none;
}
}

/* ====================== newsinfo 新闻详情 ================= */
.newsinfo {
}

.newsinfo-content {
padding: 64px 0 43px;
}

.newsinfo-con {
padding: 0 100px;
}

.newsinfo-tit {
font-size: 36px;
line-height: 40px;
color: #333;
font-family: 'pingfang-heavy';
}

.newsinfo-dec {
margin-top: 40px;
font-size: 18px;
line-height: 30px;
color: rgba(51,51,51,.7);
font-family: 'pingfang-heavy';
}

.newsinfo-dec span {
display: inline-block;
margin-left: 30px;
}

.newsinfo-dec span:first-child {
margin-left: 0;
}

.newsinfo-cont {
margin-top: 42px;
padding-top: 43px;
border-top: 1px solid #c1c1c1;
font-size: 18px;
line-height: 30px;
color: rgba(0,0,0,.7);
font-family: 'pingfang-medium';
}

.newsinfo-cont img {
display: inline-block;
}

.newsinfo-ul {
font-size: 0;
margin: 74px -20px 0;
text-align: center;
}

.newsinfo-ul li {
display: inline-block;
width: 50%;
padding: 0 20px;
}

.newsinfo-ul li > img {
}

.newsinfo-page {
border-top: 1px solid #c1c1c1;
padding: 56px 0;
margin: 80px 0px 0;
position: relative;
font-size: 0;
}

.newsinfo-page a {
padding: 0 30px;
position: relative;
display: inline-block;
vertical-align: top;
width: 50%;
}

.newsinfo-page a h4 {
font-size: 16px;
line-height: 30px;
color: rgba(51,51,51,.7);
font-family: 'pingfang-heavy';
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.newsinfo-page a.newsinfo-left {
text-align: left;
padding-left: 24px;
}

.newsinfo-page a.newsinfo-right {
text-align: right;
padding-right: 24px;
}

.newsinfo-left::before {
position: absolute;
content: "";
width: 16px;
height: 26px;
background: url(/uploads/image/pimages/newsinfo-left.png)no-repeat center;
background-size: 100% 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.newsinfo-right::before {
position: absolute;
content: "";
width: 16px;
height: 26px;
background: url(/uploads/image/pimages/newsinfo-right.png)no-repeat center;
background-size: 100% 100%;
right: 0;
top: 50%;
transform: translatey(-50%);
}

.newsinfo-page a.newsinfo-cent {
padding: 0;
z-index: 3;
position: absolute;
width: 30px;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

.newsinfo-cent img {
width: 100%;
}

.newsinfo-page a:hover h4 {
color: #0069c2;
}

@media (max-width:1459px) {
.newsinfo-tit {
font-size: 30px;
line-height: 40px;
}

.newsinfo-dec {
margin-top: 20px;
}

.newsinfo-con {
padding: 0 50px;
}

.newsinfo-cont {
margin-top: 20px;
padding-top: 20px;
font-size: 16px;
}

.newsinfo-page {
margin: 40px 0 0;
padding: 30px 0;
}
}

@media (max-width:1259px) {
.newsinfo-con {
padding: 0px;
}

.newsinfo-tit {
font-size: 24px;
line-height: 30px;
}

.newsinfo-dec {
margin-top: 12px;
font-size: 16px;
}

.newsinfo-ul {
margin-top: 50px;
}
}

@media (max-width:991px) {
.newsinfo-content {
padding: 50px 0 40px;
}

.newsinfo-right::before,
.newsinfo-left::before {
width: 12px;
height: 20px;
}

.newsinfo-page a.newsinfo-cent {
width: 24px;
}

.newsinfo-tit {
font-size: 22px;
line-height: 30px;
}

.newsinfo-ul {
margin-top: 30px;
}
}

@media (max-width:767px) {
.newsinfo-content {
padding: 40px 0;
}

.newsinfo-cont {
font-size: 14px;
line-height: 26px;
}

.newsinfo-tit {
font-size: 18px;
line-height: 30px;
}

.newsinfo-ul li {
width: 100%;
margin-top: 20px;
}

.newsinfo-ul li:first-child {
margin-top: 0px;
}

.newsinfo-ul {
margin-top: 20px;
}

.newsinfo-page {
margin: 25px 0 0;
padding: 20px 0;
}

.newsinfo-cont p {
margin: 0 0 15px !important;
}
}

@media (max-width:640px) {

.newsinfo-page a {
width: 100%;
text-align: center !important;
}

.newsinfo-page a.newsinfo-cent {
top: auto;
bottom: 0;
transform: translatex(-50%);
}

.newsinfo-cent img {
width: 24px;
display: inline-block;
}

.newsinfo-page {
margin: 25px 0 0;
padding: 20px 0 30px;
}

.newsinfo-dec span {
margin-left: 15px;
}

.newsinfo-dec {
margin-top: 6px;
}

.newsinfo-cont {
margin-top: 15px;
padding-top: 15px;
}
}

/* =================== contact 联系我们 =============== */
.contact {
}

.contact-content {
}

.contact-tit {
font-size: 36px;
line-height: 40px;
color: #333;
font-family: 'pingfang-bold';
}

.contact-one {
padding: 100px 0 100px;
}

.contact1-con {
}

.contact1-pic {
float: right;
width: 68.53%;
position: relative;
height: 519px;
}

.contact1-bf {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
left: 0;
top: 0;
display: none;
}

.contact1-fonts {
margin-right: 68.53%;
padding-right: 50px;
}

.contact1-fonts h3 {
}

.contact1-ul {
margin-top: 37px;
max-height: 400px;
}

.contact1-ul ul {
}

.contact1-ul li:first-child {
margin-top: 0;
}

.contact1-ul li {
margin-top: 35px;
padding-top: 40px;
border-top: 1px solid #d2d2d2;
}

.contact1-icon {
width: 31px;
}

.contact1-icon img {
width: 100%;
}

.contact1-ul li h4 {
margin: 17px 0 1px;
font-size: 18px;
line-height: 30px;
color: #333;
}

.contact1-ul li p {
color: rgba(51,51,51,.5);
}

.contact1-ul li p span {
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'pingfang-medium';
}

.contact1-ul li p em {
display: inline-block;
}

.contact-two {
padding: 85px 0 95px;
}

.contact2-con {
margin-top: 115px;
}

.contact2-top {
}

.contact2-top ul {
margin: 0 -16px;
}

.contact2-top li {
float: left;
width: 50%;
padding: 0 16px;
}

.contact2-toptxt {
background: #fff;
padding: 15px 30px 10px;
}

.contact2-toptxt h4 {
padding-bottom: 11px;
font-size: 18px;
line-height: 30px;
color: #333;
font-family: 'pingfang-heavy';
border-bottom: 1px solid #eaeaea;
}

.contact2-topsel {
}

.contact2-topsel select {
padding: 18px 0 11px;
width: 100%;
font-size: 16px;
line-height: 36px;
color: rgba(51,51,51,.7);
font-family: 'pingfang-medium';
}

.contact2-topsel option {
}

.contact2-topsel option span {
display: inline-block;
}

.contact2-topinp {
padding: 13px 0 5px;
font-size: 0;
}

.contact2-topinp input {
width: 50%;
display: inline-block;
padding-right: 10px;
font-size: 16px;
line-height: 36px;
color: rgba(51,51,51,.7);
font-family: 'pingfang-medium';
}

.contact2-topinp input::-webkit-input-placeholder {
color: rgb(51,51,51,.7);
}

.contact2-bot {
}

.contact2-botul {
margin: -31px -16px 0;
}

.contact2-botul li {
float: left;
width: 50%;
padding: 0 16px;
margin-top: 31px;
}

.contact2-botul li > div {
background: #fff;
padding: 21px 30px 22px;
font-size: 18px;
line-height: 36px;
color: rgba(51,51,51,.5);
font-family: 'pingfang-heavy';
}

.contact2-botul li.contact2-botlon {
width: 100%;
}

.contact2-botinp {
}

.contact2-botarea {
display: block;
min-width: 100%;
max-width: 100%;
min-height: 304px;
max-height: 304px;
}

.contact2-botinp1 {
}

.contact2-submit {
text-align: center;
margin-top: 60px;
}

.contact2-submit button {
cursor: pointer;
border-width: 1px;
}

.contact2-submit button::before {
height: 1px;
bottom: -1px;
}

.contact2-botul li > div input::-webkit-input-placeholder {
color: rgb(51,51,51,.5);
}

.contact2-bot input {
width: 100%;
}

@media (max-width:1919px) {
}

@media (max-width:1459px) {
.contact1-pic {
height: 460px;
}

.contact1-ul li {
padding-top: 25px;
margin-top: 30px;
}

.contact1-ul {
margin-top: 25px;
max-height: 360px;
}

.contact-tit {
font-size: 30px;
}

.contact2-con {
margin-top: 40px;
}

.contact-two, .contact-one {
padding: 60px 0;
}

.contact2-botarea {
min-height: 240px;
max-height: 240px;
}

.contact2-botul li > div {
padding: 16px 30px;
}
}

@media (max-width:1259px) {
.contact-tit {
font-size: 26px;
line-height: 32px;
}

.contact2-toptxt h4, .contact2-botul li > div, .contact1-ul li h4 {
font-size: 16px;
}

.contact1-fonts {
padding-right: 35px;
}

.contact1-pic {
height: 410px;
}

.contact1-ul li {
padding-top: 16px;
margin-top: 20px;
}

.contact1-ul {
margin-top: 20px;
}

.contact2-top li {
padding: 0 10px;
}

.contact2-top ul {
margin: 0 -10px;
}

.contact2-botul li {
margin-top: 20px;
padding: 0 10px;
}

.contact2-botul {
margin: -20px -10px 0;
}

.contact2-toptxt {
padding: 15px 18px 10px;
}

.contact2-botul li > div {
padding: 12px 18px;
}

.contact2-botarea {
min-height: 200px;
max-height: 200px;
}

.contact2-submit {
margin-top: 30px;
}
}

@media (max-width:991px) {
.contact1-pic {
float: none;
width: 100%;
}

.contact1-fonts {
margin: 30px 0 0;
padding: 0;
}

.contact1-ul li h4 {
margin: 10px 0 1px;
}
}

@media (max-width:767px) {
.contact-tit {
font-size: 22px;
line-height: 30px;
}

.contact-two, .contact-one {
padding: 40px 0;
}

.contact2-top li {
width: 100%;
margin-top: 20px;
}

.contact2-top li:first-child {
margin-top: 0;
}

.contact2-botul li {
width: 100%;
}

.contact2-toptxt {
padding: 15px 16px 10px;
}

.contact2-botul li > div {
padding: 12px 16px;
}

.contact2-botarea {
min-height: 160px;
max-height: 160px;
}

.contact2-submit {
margin-top: 20px;
}

.contact2-con {
margin-top: 20px;
}
}

@media (max-width:640px) {
.contact1-icon {
width: 24px;
}

.contact2-topsel select, .contact2-botul li > div,
.contact2-topinp input {
font-size: 14px;
line-height: 24px;
}

.contact2-botarea {
min-height: 130px;
max-height: 130px;
}

.contact2-topinp input {
width: 100%;
}
}
/* ======================= about 关于我们 ================ */
.about {
}

.about-content {
}

.about-tit {
text-align: center;
font-size: 36px;
line-height: 40px;
color: #333;
font-family: 'pingfang-heavy';
}

.about-one {
padding: 80px 0 80px;
}

.about1-con {
}

.about1-pic {
float: left;
width: 40.29%;
}

.about1-video {
display: block;
position: relative;
width: 100%;
height: 600px;
overflow: hidden;
}

.about1-video::before {
position: absolute;
z-index: 3;
content: "";
width: 88px;
height: 88px;
background: url(/uploads/image/pimages/abt1-bof.png)no-repeat center;
background-size: 100% 100%;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

.about1-bf {
position: absolute;
left: 0;
top: 0;
transition: ease .8s;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.about1-video:hover .about1-bf {
transform: scale(1.1);
}

.about1-fonts {
margin-left: 40.29%;
padding-left: 80px;
}

.about1-fonts .about-tit {
text-align: left;
}

.about1-fonts > h4 {
font-size: 36px;
line-height: 50px;
color: #333;
}

.about1-p {
margin-top: 20px;
max-height: 252px;
font-size: 16px;
line-height: 36px;
color: rgba(51,51,51,.8);
font-family: 'pingfang-bold';
}

.about1-p p {
}

.about1-txt {
margin-top: 30px;
}

.about1-ul {
margin: 0 -10px;
}

.about1-ul li {
float: left;
width: 25%;
padding: 0 10px;
}

.about1-ul li > div {
}

.about1-ul li h4 {
font-size: 0;
}

.about1-ul li h4 span {
display: inline-block;
vertical-align: middle;
font-size: 56px;
line-height: 56px;
color: #e60012;
font-family: 'bahnschrift';
font-weight: lighter;
}

.about1-ul li h4 em {
display: inline-block;
vertical-align: bottom;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.about1-ul li p {
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-light';
font-weight: bold;
}

.about-two {
padding: 80px 0 80px;
}

.about2-con {
margin-top: 40px;
}

.about2-ul {
}

.about2-ul li {
float: left;
width: 33.333%;
}

.about2-ul li > div {
}

.about2-pic {
overflow: hidden;
position: relative;
width: 100%;
height: 301px;
}

.about2-pic::before {
position: absolute;
z-index: 3;
content: "";
width: 100%;
height: 100%;
background: rgba(255,255,255,.5);
left: 0;
top: 0;
transition: ease .5s;
}

.about2-ul li:hover .about2-pic::before {
opacity: 0;
}

.abt2-bf {
position: absolute;
left: 0;
top: 0;
transition: ease .8s;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.about2-ul li:hover .abt2-bf {
transform: scale(1.1);
}

.abt2-fonts {
position: relative;
padding: 40px 50px;
background: #dce7f0;
}

.abt2-fonts::before {
position: absolute;
content: "";
width: 100%;
height: 0;
left: 0;
bottom: 0;
transition: ease .5s;
background: #0069c2;
}

.about2-ul li:hover .abt2-fonts::before {
height: 100%;
}

.abt2-h3 {
font-size: 0;
position: relative;
}

.abt2-icon {
display: inline-block;
vertical-align: middle;
transition: ease .5s;
width: 41px;
height: 41px;
background: #0069c2;
position: relative;
overflow: hidden;
border-radius: 50%;
}

.abt2-icon img {
position: absolute;
left: 50%;
transition: ease .5s;
transform: translate(-50%,-50%);
}

.abt2-icon img:nth-child(1) {
top: 50%;
}

.abt2-icon img:nth-child(2) {
top: -100%;
}

.about2-ul li:hover .abt2-icon img:nth-child(1) {
top: 100%;
}

.about2-ul li:hover .abt2-icon img:nth-child(2) {
top: 50%;
}

.about2-ul li:hover .abt2-icon {
background-color: #fff;
}

.abt2-h3 em {
margin-left: 10px;
display: inline-block;
vertical-align: middle;
font-size: 36px;
line-height: 40px;
color: #333;
font-family: 'pingfang-bold';
}

.abt2-fonts p {
margin-top: 12px;
position: relative;
font-size: 16px;
line-height: 30px;
color: rgba(51,51,51,.8);
font-family: 'pingfang-heavy';
}

.about2-ul li:hover .abt2-h3 em,
.about2-ul li:hover .abt2-fonts p {
color: #fff;
}

.about-three {
position: relative;
padding: 80px 0 80px;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.about-three .about-tit {
color: #fff;
}

.about3-con {
margin-top: 100px;
}

.abt3-swip {
position: relative;
padding-bottom: 175px;
}

.abt3-slide {
}

.abt3-slide h3 {
position: relative;
font-size: 0;
padding-left: 60px;
}

.abt3-slide h3::before {
position: absolute;
content: "";
width: 40px;
height: 40px;
background: url(/uploads/image/pimages/abt3-cir.png)no-repeat center;
background-size: 100% 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
}

.abt3-slide h3::after {
position: absolute;
content: "";
width: 298px;
height: 1px;
background: rgba(255,255,255,.5);
right: 0;
top: 50%;
transform: translatey(-50%);
}

.abt3-slide h3 span {
display: inline-block;
font-size: 36px;
line-height: 40px;
color: #fff;
font-family: 'd-din-bold';
}

.abt3-p {
margin-top: 30px;
font-size: 16px;
line-height: 30px;
color: #fff;
font-family: 'pingfang-bold';
}

.abt3-p p {
}

.abt3-swip .swiper-button-next,
.abt3-swip .swiper-button-prev {
font-size: 20px;
line-height: 44px;
color: #fff;
font-weight: bold;
left: 50%;
top: auto;
bottom: 0;
background: none;
text-align: center;
transition: ease .5s;
transform: translatex(-50%);
}

.abt3-swip .swiper-button-next {
margin-left: 55px;
}

.abt3-swip .swiper-button-prev {
margin-left: -55px;
}

.abt3-swip .swiper-button-prev::after {
position: absolute;
content: "";
width: 42px;
height: 42px;
background: url(/uploads/image/pimages/abt3-bf.png)no-repeat center;
background-size: 100% 100%;
right: -60px;
top: 50%;
transform: translatey(-50%);
}


.about-four {
padding: 80px 0 80px;
}

.about4-con {
margin-top: 40px;
}

.abt4-swip {
position: relative;
padding-bottom: 125px;
}

.abt4-slide {
display: block;
position: relative;
background: transparent;
transition: ease .5s;
}

.abt4-pic {
font-size: 0;
text-align: center;
padding: 48px 20px;
}

.abt4-pic img {
display: inline-block;
}

.abt4-font {
position: relative;
text-align: center;
padding: 25px 20px;
}

.abt4-font h5 {
position: relative;
font-size: 16px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
transition: ease .5s;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.abt4-font::before {
position: absolute;
content: "";
width: 100%;
height: 0;
left: 0;
bottom: 0;
transition: ease .5s;
background: #0069c2;
}

.abt4-slide:hover .abt4-font::before {
height: 100%;
}

.abt4-slide:hover .abt4-font h5 {
color: #fff;
}

.abt4-slide:hover {
background-color: #fff;
}


.about-five {
padding: 80px 0 100px;
}

.about5-con {
margin-top: 40px;
}

.about5-swip {
position: relative;
padding-bottom: 175px;
}

.abt5-slide {
}

.indpar-pic {
}

.indpar-pic img {
}

.about5-swip .swiper-pagination,
.abt3-swip .swiper-pagination,
.abt4-swip .swiper-pagination {
display: none;
width: 100%;
bottom: 0;
}

.about5-swip .swiper-pagination-bullet,
.abt3-swip .swiper-pagination-bullet,
.abt4-swip .swiper-pagination-bullet {
margin: 0 5px;
}

.about5-swip .swiper-pagination-bullet-active,
.abt3-swip .swiper-pagination-bullet-active,
.abt4-swip .swiper-pagination-bullet-active {
background-color: #fff;
}

.abt4-swip .swiper-button-next,
.abt4-swip .swiper-button-prev,
.about5-swip .swiper-button-next,
.about5-swip .swiper-button-prev {
font-size: 24px;
color: #333;
font-weight: bold;
left: 50%;
top: auto;
bottom: 0;
width: 56px;
height: 56px;
border-radius: 50%;
background: #fff;
line-height: 56px;
text-align: center;
transform: translatex(-50%);
transition: ease .5s;
}

.abt4-swip .swiper-button-next,
.about5-swip .swiper-button-next {
margin-left: 50px;
}

.abt4-swip .swiper-button-prev,
.about5-swip .swiper-button-prev {
margin-left: -50px;
}

.abt4-swip .swiper-button-next:hover,
.abt4-swip .swiper-button-prev:hover,
.about5-swip .swiper-button-next:hover,
.about5-swip .swiper-button-prev:hover {
color: #fff;
background-color: #0069c2;
}

.about5-swip .swiper-button-next,
.about5-swip .swiper-button-prev {
background-color: #f5f5f5;
}

@media (max-width:1919px) {
.about1-ul li h4 span {
font-size: 42px;
}

.abt3-slide h3::after {
width: 240px;
}
}

@media (max-width:1459px) {
.about-tit, .about1-fonts > h4, .abt3-slide h3 span {
font-size: 30px;
line-height: 40px;
}

.about-five {
padding: 60px 0 80px;
}

.about5-swip, .abt4-swip, .abt3-swip {
padding-bottom: 100px;
}

.about-four, .about-two, .about-one, .about-three {
padding: 60px 0;
}

.abt4-pic {
padding: 30px;
}

.abt4-font {
padding: 15px;
}

.about4-con, .about5-con {
margin-top: 35px;
}

.about2-pic {
height: 240px;
}

.abt2-fonts {
padding: 30px;
}

.abt2-h3 em {
font-size: 26px;
}

.about1-fonts {
padding-left: 45px;
}

.about1-video {
height: 500px;
}

.about1-video::before {
width: 65px;
height: 65px;
}
/* .about1-p{max-height: 180px;} */
.abt3-slide h3::after {
width: 120px;
}

.abt3-p p {
display: inline;
}

.about3-con {
margin-top: 60px;
}
}

@media (max-width:1259px) {
.about-tit, .about1-fonts > h4, .abt3-slide h3 span {
font-size: 26px;
}

.about5-swip, .abt4-swip {
padding-bottom: 80px;
}

.abt4-pic {
padding: 30px 20px;
}

.about2-pic {
height: 200px;
}

.abt2-fonts {
padding: 30px 20px;
}

.abt2-h3 em {
font-size: 22px;
}

.about1-fonts {
padding-left: 40px;
}

.about1-video {
height: 400px;
}

.about1-video::before {
width: 65px;
height: 65px;
}

.about1-p {
max-height: 180px;
}

.about1-ul li h4 span {
font-size: 32px;
line-height: 40px;
}

.abt3-slide h3::before {
width: 32px;
height: 32px;
}

.about3-con {
margin-top: 40px;
}

.abt2-h3 em {
font-size: 24px;
}

.abt4-font {
padding: 10px 15px;
}
}

@media (max-width:991px) {
.abt4-swip .swiper-button-next,
.abt4-swip .swiper-button-prev,
.about5-swip .swiper-button-next,
.about5-swip .swiper-button-prev {
width: 45px;
height: 45px;
line-height: 45px;
font-size: 20px;
}
}

@media (max-width:767px) {
.about-tit, .about1-fonts > h4, .abt3-slide h3 span {
font-size: 22px;
line-height: 30px;
}

.about-four, .about-two, .about-one, .about-three, .about-five {
padding: 40px 0;
}

.abt4-swip .swiper-button-next,
.abt4-swip .swiper-button-prev,
.about5-swip .swiper-button-next,
.about5-swip .swiper-button-prev,
.abt3-swip .swiper-button-next,
.abt3-swip .swiper-button-prev {
display: none;
}

.about4-con, .about5-con {
margin-top: 20px;
}

.about5-swip .swiper-pagination,
.abt3-swip .swiper-pagination,
.abt4-swip .swiper-pagination {
display: block;
width: 100%;
}

.abt4-pic {
padding: 25px 15px;
}

.abt4-font h5 {
font-size: 14px;
}

.about5-swip, .abt4-swip, .abt3-swip {
padding-bottom: 30px;
}

.abt3-slide h3::after, .abt3-slide h3::before {
display: none;
}

.abt3-p {
margin-top: 6px;
}

.abt3-slide {
text-align: center;
}

.abt3-slide h3 {
padding: 0;
}

.about3-con, .about2-con {
margin-top: 20px;
}

.abt3-p {
font-size: 14px;
}

.about2-ul li {
width: 50%;
}

.abt2-h3 em {
font-size: 16px;
}

.abt2-fonts p {
font-size: 14px;
margin-top: 5px;
}

.abt2-fonts {
padding: 20px 16px;
}

.about2-pic {
height: 160px;
}

.about1-pic {
float: none;
width: 100%;
}

.about1-video {
height: 240px;
}

.about1-video::before {
width: 42px;
height: 42px;
}

.about1-fonts {
margin: 0;
padding: 25px 0 0;
}

.about1-p {
max-height: none;
height: auto;
padding: 0;
}

.about1-p {
font-size: 14px;
line-height: 24px;
}

.about1-ul li {
width: 50%;
margin-top: 20px;
}

.about1-ul li h4 span {
font-size: 24px;
line-height: 30px;
}

.about1-ul li h4 em, .about1-ul li p {
font-size: 14px;
}

.about1-ul {
margin-top: -20px;
}
}

@media (max-width:640px) {
.about2-ul li {
width: 100%;
margin-top: 20px;
}

.about2-ul li:first-child {
margin-top: 0;
}

.about1-video {
height: 200px;
}
/* .about1-ul li{width: 100%;text-align: center;margin-top: 20px;} */
/* .about1-ul{margin-top: -20px;} */
}

/* ======================= case 项目案例 ================== */
.app-menu {
height: 45px;
background: #fff;
display: none;
}

.app-parent {
height: 100%;
position: relative;
}

.app-item {
position: relative;
height: 45px;
padding: 0 15px;
}

.app-cate {
line-height: 45px;
float: left;
font-size: 14px;
color: #333;
font-weight: bold;
}

.app-tig {
position: absolute;
width: 20px;
height: 45px;
top: 0;
right: 15px;
background: url(/uploads/image/pimages/pro-dowm.png) no-repeat center;
}

.app-parent .pro-menu {
display: none;
position: absolute;
width: 100%;
left: 0;
top: 100%;
z-index: 33;
}

.app-parent.open .app-tig {
transform: rotate(90deg);
}

.app-parent.open .app-item {
border-bottom: solid 1px #eee;
}

.app-menu .pro-menu {
padding: 0 6px;
background: white;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.app-menu .pro-item1 {
position: relative;
height: 41px;
line-height: 40px;
border-bottom: solid 1px #eeeeee;
padding: 0 10px;
}

.app-menu .pro-cate1 {
display: block;
margin-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
color: #222;
}

.app-menu .pro-tig1 {
position: absolute;
right: 20px;
top: 0;
transition: all .5s;
width: 20px;
height: 40px;
background: url(/uploads/image/pimages/pro-dowm.png) no-repeat center;
}

.app-menu .pro-item2 {
position: relative;
height: 41px;
line-height: 40px;
border-bottom: solid 1px #eeeeee;
padding: 0 10px;
}

.app-menu .pro-cate2 {
display: block;
margin-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 14px;
color: #555;
padding-left: 16px;
background:  no-repeat left center;
}

.app-menu .pro-tig2 {
position: absolute;
right: 20px;
top: 0;
transition: all .5s;
width: 20px;
height: 40px;
background: url(/uploads/image/pimages/pro-dowm.png) no-repeat center;
}

.app-menu .pro-slide2 {
border-bottom: solid 1px #eeeeee;
}

.app-menu .pro-pad {
padding: 7px 25px 4px;
}

.app-menu .pro-pad a {
display: block;
font-size: 12px;
color: #888;
line-height: 20px;
}

.app-menu .pro-slide1, .app-menu .pro-slide2 {
display: none;
}

.app-menu .pro-parent1.open .pro-cate1, .app-menu .pro-cate1:hover {
color: #0069c2;
font-weight: bold;
}

.app-menu .pro-parent1.open .pro-tig1, .app-menu .pro-parent2.open .pro-tig2 {
transform: rotate(90deg);
}

.app-menu .pro-parent2.open .pro-cate2 {
color: #0069c2;
}

.app-menu .pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
color: #0069c2;
}

.app-menu .pro-parent1.open .pro-slide1, .app-menu .pro-parent2.open .pro-slide2 {
display: block;
}

.app-menu .pro-parent1:last-child .pro-item1 {
border-bottom: none;
}

.app-menu {
box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.case {
}

.nybanner-swip {
position: relative;
}

.nybanner-swip .nybanner {
}

.nybanner-pages {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translatey(-50%);
z-index: 3;
}

.nybanner-page {
position: relative;
width: 100%;
}

.nybanner-swip .swiper-pagination {
display: none;
width: 100%;
bottom: 20px;
}

.nybanner-swip .swiper-pagination-bullet {
margin: 0 5px;
}

.nybanner-swip .swiper-button-next,
.nybanner-swip .swiper-button-prev {
width: 54px;
height: 54px;
border-radius: 50%;
line-height: 52px;
color: #fff;
font-size: 18px;
border: 2px solid #fff;
text-align: center;
background: transparent;
transition: ease .5s;
}

.nybanner-swip .swiper-button-next:hover,
.nybanner-swip .swiper-button-prev:hover {
border-color: #0069c2;
background-color: #0069c2;
}

.case-content {
padding: 53px 0 100px;
}

.case-nav {
padding-bottom: 41px;
}

.casenav-ul {
font-size: 0;
text-align: right;
margin: 0 -20px;
}

.casenav-ul li {
display: inline-block;
padding: 0 10px 13px;
margin: 0 20px;
position: relative;
}

.casenav-one {
display: block;
position: relative;
padding-right: 20px;
font-size: 18px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
}

.casenav-one::before {
position: absolute;
content: "";
width: 11px;
height: 7px;
background: url(/uploads/image/pimages/casenav-down.png)no-repeat center;
transition: ease .5s;
background-size: 100% 100%;
right: 0;
top: 50%;
transform: translatey(-50%);
}

.casenav-drop {
padding: 12px 10px 10px;
display: none;
position: absolute;
width: 100%;
top: 100%;
left: 0;
background: #026ac2;
z-index: 4;
transition: ease .5s;
}

.casenav-drop a {
display: block;
font-size: 14px;
line-height: 30px;
color: #fff;
text-align: center;
}

.casenav-drop a:hover {
border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.casenav-ul li:hover .casenav-drop {
display: block;
}

.casenav-ul li:hover .casenav-one {
color: #0069c2;
}

.casenav-ul li:hover .casenav-one::before {
background-image: url(/uploads/image/pimages/casenav-down1.png);
}

.case-one {
}

.case1-con {
min-height: 500px;
}

.case1-ul {
margin: -38px -19px 0;
font-size: 0;
}

.case1-ul li {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0 19px;
margin-top: 38px;
}

.case1-a {
display: block;
}

.case-pic {
overflow: hidden;
}

.case-pic img {
transition: ease .8s;
}

.case1-a:hover .case-pic img {
transform: scale(1.1);
}

.case1-fonts {
background: #e8e8e8;
position: relative;
}

.case1-fonts::before {
position: absolute;
content: "";
width: 100%;
height: 0;
background: #0069c2;
left: 0;
bottom: 0;
transition: ease .5s;
}

.case1-a:hover .case1-fonts::before {
height: 100%;
}

.case1-fonts > div {
position: relative;
padding: 49px 35px 46px;
transition: ease .5s;
}

.case1-a:hover .case1-fonts > div {
padding: 49px 45px 46px;
}

.case1-tit {
position: relative;
padding-right: 120px;
}

.case1-tit h3 {
font-size: 24px;
line-height: 30px;
color: #333;
font-family: 'pingfang-bold';
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
transition: ease .5s;
}

.case1-tit span {
display: block;
padding-right: 50px;
font-weight: bold;
font-size: 14px;
line-height: 24px;
color: #333;
position: absolute;
right: 0;
top: 50%;
transform: translatey(-50%);
transition: ease .5s;
}

.case1-tit span::before {
position: absolute;
content: "";
width: 20px;
height: 20px;
background: url(/uploads/image/pimages/more1.png)no-repeat center;
background-size: 100% 100%;
border-radius: 50%;
right: 0;
top: 50%;
margin-top: -10px;
transition: ease .5s;
}

.case1-a:hover .case1-tit h3,
.case1-a:hover .case1-tit span {
color: #fff;
}

.case1-a:hover .case1-tit span::before {
background-image: url(/uploads/image/pimages/morea.png);
}

.case1-tags {
margin-top: 14px;
}

.case1-tag {
padding: 0 16px;
margin-right: 16px;
margin-top: 12px;
display: inline-block;
font-size: 14px;
line-height: 30px;
color: #333;
border-radius: 30px;
font-family: 'pingfang-medium';
transition: ease .5s;
border: 1px solid #0069c2;
}

.case1-tag:last-child {
margin-right: 0;
}

.case1-a:hover .case1-tag {
color: #fff;
border-color: #fff;
}

@media (max-width: 1459px) {
.case-content {
padding: 60px 0;
}

.casenav-one {
font-size: 16px;
}

.casenav-ul li {
margin: 0 15px;
padding-bottom: 5px;
}

.casenav-ul {
margin: 0 -15px;
}

.case-nav {
padding-bottom: 30px;
}

.case1-ul li {
padding: 0 15px;
margin-top: 30px;
}

.case1-ul {
margin: -30px -15px 0;
}

.case1-tit h3 {
font-size: 22px;
}

.case1-fonts > div {
padding: 40px 30px;
}

.case1-a:hover .case1-fonts > div {
padding: 40px;
}

.case1-tags {
margin-top: 6px;
}

.case1-tag {
margin-right: 12px;
}
}

@media (max-width: 1259px) {
.case1-tit h3 {
font-size: 20px;
}

.case1-fonts > div {
padding: 35px 25px;
}

.case1-a:hover .case1-fonts > div {
padding: 35px 35px;
}

.case1-tag {
padding: 0 12px;
}

.casenav-ul li {
margin: 0 10px;
padding-bottom: 2px;
}

.casenav-ul {
margin: 0 -10px;
}

.nybanner-swip .swiper-button-next,
.nybanner-swip .swiper-button-prev {
width: 42px;
height: 42px;
line-height: 40px;
}
}

@media (max-width:991px) {
.casenav-ul li {
margin: 0 8px;
padding-bottom: 0px;
}

.casenav-ul {
margin: 0 -8px;
}

.case1-tit h3 {
font-size: 18px;
}

.case1-tag {
padding: 0 10px;
margin-right: 10px;
margin-top: 10px;
}

.case1-fonts > div {
padding: 30px 25px;
}

.case1-a:hover .case1-fonts > div {
padding: 30px 30px;
}
}

@media (max-width:767px) {
.app-menu {
display: block;
}

.pro-tig1::before {
display: none;
}

.case-nav {
display: none;
}

.case-nav2 {
display: block;
}

.case-nav2 li {
width: 46%;
float: left;
margin: 2%;
text-align: center;
border-bottom: 1px solid #9e9e9e;
}

.case-nav2-hide {
display: none !important;
}

.case-content {
padding: 40px 0;
}

.case-nav {
padding-bottom: 20px;
}

.case1-fonts > div, .case1-a:hover .case1-fonts > div {
padding: 20px 15px 25px;
}

.case1-tit span {
padding-right: 40px;
}

.case1-tit {
padding-right: 110px;
}

.case1-ul li {
padding: 0 10px;
margin-top: 20px;
}

.case1-ul {
margin: -20px -10px 0;
}

.case1-tit h3 {
font-size: 16px;
}

.case1-tit span {
margin-top: 5px;
position: relative;
top: 0;
left: 0;
transform: none;
display: inline-block;
}

.case1-tit {
padding: 0;
}

.case1-tag {
padding: 0 8px;
line-height: 24px;
margin-right: 6px;
margin-top: 10px;
}

.nybanner-swip .swiper-button-next,
.nybanner-swip .swiper-button-prev {
display: none;
}

.nybanner-swip .swiper-pagination {
display: block;
}
}

@media (max-width:640px) {
.case1-ul li {
width: 100%;
}
}

/* ======================= caseinfo 案例详情 ================ */
.caseinfo {
}

.caseinfo-content {
padding: 0px 0px 0px 33.59%;
position: relative;
}

.caseinfo-left {
width: 33.59%;
position: absolute;
left: 0;
top: 0;
bottom: auto;
height: 100vh;
background-color: #fff;
}

.caseinfo-left.on {
position: fixed;
left: 0;
top: 0;
bottom: auto;
}

.caseinfo-left.on.on2 {
position: absolute;
top: auto;
bottom: 0;
}

.caseinfo-right {
padding: 0 30px 0 80px;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.caseinfo-right::before {
position: absolute;
content: "";
width: 14px;
height: 38px;
background: url(/uploads/image/pimages/caseinfo-mo.png)no-repeat center;
background-size: 100% 100%;
right: 45px;
bottom: 88px;
}

.caseinfo-fonts {
padding: 97px 89px 40px 110px;
}

.caseinfo-fonts h3 {
}

.caseinfo-tags {
margin-top: 34px;
}

.caseinfo-tagul {
font-size: 0;
margin: -10px -10px 0;
}

.caseinfo-tagul li {
display: inline-block;
padding: 0 10px;
margin-top: 10px;
}

.caseinfo-tagul li a {
padding: 3px 14px;
min-width: 100px;
text-align: center;
display: block;
font-size: 16px;
line-height: 30px;
color: #fff;
background: #0069c2;
border-radius: 30px;
}

.caseinfo-fonts h4 {
margin-top: 52px;
font-size: 16px;
line-height: 30px;
color: #004077;
font-family: 'pingfang-bold';
}

.caseinfo-p {
margin-top: 17px;
max-height: 330px;
font-size: 16px;
line-height: 30px;
color: #333;
}

.caseinfo-p::-webkit-scrollbar {
width: 3px;
background: url(/uploads/image/pimages/caseinfo-left1.png)repeat-y center;
}

.caseinfo-p::-webkit-scrollbar-thumb {
background: url(/uploads/image/pimages/caseinfo-left2.png)repeat-y center;
border-radius: 0px;
}

.caseinfo-page {
margin-top: 71px;
padding-top: 79px;
border-top: 1px solid #d2d2d2;
font-size: 0;
}

.caseinfo-page a {
display: inline-block;
margin: 0 50px;
}

.caseinfo-page a:first-child {
margin-left: 0;
}

.caseinfo-page a:last-child {
margin-right: 0;
}

.caseinfo-page a {
color: #333;
background: #f5f5f5 !important;
border-color: #f5f5f5;
}

.caseinfo-page a:hover {
color: #fff;
background: #0069c2 !important;
border-color: #0069c2;
}

.caseinfo-pics {
padding-right: 50px;
position: relative;
}

.caseinfo-pic {
font-size: 0;
margin-top: 20px;
}

.caseinfo-pic:first-child {
margin-top: 0;
}

.caseinfo-pic img {
display: block;
width: 100%;
}
/* .caseinfo-pics{overflow-y: auto;max-height: 400px;}
.caseinfo-pics::-webkit-scrollbar {
width: 3px;
background: url(/uploads/image/pimages/caseinfo-scrl.png)repeat-y center;
}
.caseinfo-pics::-webkit-scrollbar-thumb {
background:url(/uploads/image/pimages/caseinfo-scrl2.png)repeat-y center;
border-radius: 0px;
} */
.foot-app, .foot {
position: relative;
}

@media (max-width:1919px) {
.caseinfo-fonts {
padding: 80px 60px 40px 100px;
}

.caseinfo-tagul li a {
min-width: 90px;
}

.caseinfo-page {
margin-top: 50px;
padding-top: 40px;
}

.caseinfo-page a {
margin: 0 30px;
}
}

@media (max-width:1459px) {
.caseinfo-fonts {
padding: 60px 30px 40px 80px;
}

.caseinfo-fonts h4 {
margin-top: 30px;
}

.caseinfo-tags {
margin-top: 20px;
}

.caseinfo-tagul li a {
min-width: auto;
font-size: 14px;
}

.caseinfo-tagul li {
padding: 0 5px;
}

.caseinfo-tagul {
margin: -10px -5px 0;
}

.caseinfo-page a {
margin: 0 20px;
}

.caseinfo-page {
margin-top: 40px;
padding-top: 30px;
}
}

@media (max-width:1259px) {
.caseinfo-fonts {
padding: 60px 30px 40px 20px;
}
}

@media (max-width:991px) {
.caseinfo-left.on.on2,
.caseinfo-left.on, .caseinfo-left {
position: relative;
left: 0;
top: 0;
width: 100%;
height: auto !important;
}

.caseinfo-content {
padding: 0;
}

.caseinfo-pics {
padding: 0;
}

.caseinfo-right {
padding: 40px 15px;
}

.caseinfo-page {
margin-top: 30px;
padding-top: 20px;
}

.caseinfo-page a {
margin: 0 12px;
}

.caseinfo-fonts h4 {
margin-top: 20px;
}

.caseinfo-p {
max-height: none;
padding: 0;
}

.caseinfo-fonts {
padding: 40px 15px;
}

.caseinfo-right::before {
display: none;
}
}

@media (max-width:767px) {
.caseinfo-tags {
margin-top: 15px;
}

.caseinfo-fonts h4 {
margin-top: 16px;
}

.caseinfo-p {
margin-top: 10px;
font-size: 14px;
line-height: 26px;
}

.caseinfo-page {
margin-top: 25px;
padding-top: 18px;
}
}
/*视频弹窗*/
.msg-box-bg {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
display: none;
z-index: 10001;
background: rgba(0,0,0,0.5);
}

.msg-box {
width: 860px;
height: 524px;
padding: 50px;
background-color: #f3f3f3;
position: absolute;
left: 50%;
margin-left: -430px;
top: 0;
margin-top: -262px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
width: 38px;
height: 38px;
font-size: 30px;
color: #666;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.msg-box .close-box:hover {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
/*视频弹窗 -end*/

@media (max-width:1259px) {
.msg-box {
width: 800px;
height: 465px;
padding: 30px;
}

.msg-box .close-box {
width: 24px;
height: 24px;
font-size: 24px;
top: 5px;
right: 5px
}
}

@media (max-width:991px) {

.msg-box {
width: 600px;
height: 365px;
left: 50%;
margin-left: -300px;
}
}

@media (max-width:767px) {
.msg-box {
width: 500px;
margin-left: -250px;
}
}

@media (max-width:640px) {
.msg-box {
width: 320px;
margin-left: -160px;
height: 300px;
}
}

@media (max-width: 400px) {
.msg-box {
width: 280px;
margin-left: -140px;
}
}

/* =================== news 新闻动态 ===================== */
.news {
}

.ny-nav {
}

.nav-ul {
font-size: 0;
text-align: center;
}

.nav-ul li {
display: inline-block;
}

.nav-ul li.on {
}

.nav-ul li a {
display: block;
padding: 23px 41px;
font-size: 18px;
line-height: 30px;
color: #444;
transition: ease .5s;
position: relative;
}

.nav-ul li a::before {
position: absolute;
content: "";
width: 0;
height: 3px;
background: #d30c2e;
left: 50%;
bottom: 0;
transform: translatex(-50%);
transition: ease .5s;
}

.nav-ul li.on a::before {
width: 100%;
}

.nav-ul li.on a {
color: #d30c2e;
}

/* ===================== 下拉 ================ */
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1100;
background: #fff;
border-top: 1px solid #eeeeee;
-webkit-transition: none;
-o-transition: none;
transition: none;
height: auto;
display: none;
overflow: hidden;
width: 100%;
left: 0;
margin-top: 0;
-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}

.category-item-single {
position: static;
}

.category-item {
}

.dropdown-menu.single {
width: 300px;
left: 50%;
transform: translatex(-50%);
}

.category-item:hover .dropdown-menu {
opacity: 1;
display: block;
visibility: visible;
}

/* .category-item:hover .dropdown-menu.single{max-height: 450px;opacity: 1;} */
.dropdown-menu ul {
padding: 54px 0 85px;
}

.dropdown-menu li {
float: left;
padding: 0 0 0 45px;
width: 21.14%;
}

.dropdown-menu li.dropdown-img {
width: 21.42%;
padding: 0 0px 0 0;
}

.dropdown-img1 {
width: 100%;
}

.dropdown-img1 img {
width: 100%;
}

.dropdown-menu li:first-child {
padding-left: 0;
}
/* .dropdown-menu li:last-child{padding-right: 0;border-right: none;} */
.dropdown-tit {
display: block;
margin-bottom: 6px;
font-size: 24px;
color: #242e38;
line-height: 40px;
font-family: 'semi';
}

.dropdown-dec {
display: block;
font-size: 18px;
color: #444;
line-height: 28px;
padding: 16px 12px 15px 0px;
border-bottom: 1px solid #e5e5e5;
position: relative;
}

.dropdown-dec::before {
content: "";
position: absolute;
width: 0;
height: 1px;
background: #d30c2e;
bottom: -1px;
left: 50%;
transform: translatex(-50%);
transition: ease .5s;
}

.dropdown-dec:hover::before {
width: 100%;
}

.dropdown-dec:hover i {
color: #d30c2e;
}

.dropdown-dec i {
font-size: 18px;
color: #666;
font-weight: 550;
float: right;
}

.dropdown-menu li a:last-child {
margin-bottom: 0;
}

.dropdown-menu li a:hover {
color: #d30c2e;
}

.dropdown-menu li.dropdown-title {
width: 26%;
padding-right: 30px;
}

.dropdowntit-font {
}

.dropdowntit-font h3 {
font-size: 30px;
line-height: 40px;
color: #333;
}

.dropdowntit-font h5 {
font-size: 16px;
line-height: 30px;
color: #555;
margin: 9px 0 43px;
}

@media (max-width:1460px) {
.dropdown-dec {
font-size: 17px;
padding: 16px 12px 15px 0px !important;
}

.dropdown-menu li {
}
}

@media (max-width:1259px) {
.dropdown-menu li {
padding: 0 0 0 30px;
}

.dropdown-dec {
font-size: 16px;
padding: 12px 12px 11px 0px !important;
}

.dropdown-menu li.dropdown-img {
width: 25%;
}

.dropdown-menu li.dropdown-title {
width: 31%;
}

.dropdowntit-font h5 {
margin-bottom: 30px;
}
}

@media (max-width:1170px) {
.dropdown-menu li {
}
}




@keyframes rotaterotatez {
0% {
transform: translate(-50%,-50%) rotatez(0deg);
}

100% {
transform: translate(-50%,-50%) rotatez(360deg);
}
}

@-moz-keyframes rotaterotatez /* firefox */
{
0% {
transform: translate(-50%,-50%) rotatez(0deg);
}

100% {
transform: translate(-50%,-50%) rotatez(360deg);
}
}

@-webkit-keyframes rotaterotatez /* safari å’œ chrome */
{
0% {
transform: translate(-50%,-50%) rotatez(0deg);
}

100% {
transform: translate(-50%,-50%) rotatez(360deg);
}
}

@-o-keyframes rotaterotatez /* opera */
{
0% {
transform: translate(-50%,-50%) rotatez(0deg);
}

100% {
transform: translate(-50%,-50%) rotatez(360deg);
}
}


.lb-data .lb-number {
display: none !important;
}


/* 常规下拉 */
.category-item-single .dropdown-menu {
padding-bottom: 0;
margin-top: 0px;
display: none;
position: absolute;
width: 192px;
top: 100%;
left: 50%;
transform: translatex(-50%);
}

.category-item.category-item-single {
position: relative;
}

.category-item:hover .dropdown-menu {
display: block;
}

.category-item.category-item-single .dropdown-pad {
text-align: center;
background: #fff;
padding: 8px 20px;
}

.category-item.category-item-single .dropdown-menu a {
display: block;
font-size: 16px;
line-height: 30px;
padding: 15px 0;
color: #333;
transition: ease .5s;
border-top: 1px dashed #e5e5e5;
}

.category-item.category-item-single .dropdown-menu a:hover {
color: #d30c2e;
}

.category-item.category-item-single .dropdown-menu a:first-child {
border-top: none;
}

.dropdown-menu li a:hover {
color: #d30c2e;
}

/* 产品下拉 */
.xiala {
position: absolute;
padding: 33px 36px 27px;
min-width: 510px;
text-align: left;
left: -22%;
top: 100%;
display: none;
background: #fff;
}

.category-item:hover .xiala {
display: block;
}

.xiala-con {
position: relative;
font-size: 0;
text-align: center;
width: 100%;
}

.xiala-ul {
}

.xiala-li {
float: left;
width: 50%;
}

.xiala-li:first-child {
border: none;
}

.xiala-li.xiala-link {
width: 48.4%;
padding-left: 30px;
}

.xiala-li.xiala-pic {
width: 51.6%;
}

.xiala-li ul {
}

.xiala-li li {
text-align: left;
}

.xiala-li li > a {
margin-top: 6px;
display: block;
font-size: 16px;
line-height: 30px;
color: rgba(51,51,51,.6);
}

.xiala-li li > h4 {
margin-top: -5px;
padding-bottom: 9px;
font-size: 18px;
line-height: 30px;
color: #333;
border-bottom: 1px solid rgba(7,21,58,.3);
}

.xiala-li li > a:hover {
color: #d30c2e;
}

@media (max-width:1679px) {
.nybanner .ny-title .ny-tit {
font-size: 48px;
}

.nybanner .ny-title p {
font-size: 32px;
}

.nybanner .ny-title span {
font-size: 22px;
}

.ny-tit,
.ino-left h3 {
font-size: 38px;
}

.ny-cont h4 {
font-size: 48px;
line-height: 60px;
}
}

@media (max-width:1459px) {
.nybanner {
height: 578px;
}

.ban-nav .com-ul li {
height: 60px;
line-height: 60px;
}

.ban-nav .com-ul li a {
font-size: 16px;
padding: 0 10px;
}

.ny-mbx {
height: 60px;
line-height: 60px;
}

.com-mbx {
font-size: 16px;
}

.ny-padd {
padding: 60px 0;
}

.ny-cont h4 {
font-size: 40px;
line-height: 50px;
}

.ny-cont p {
margin-top: 12px;
}
}

@media (max-width:1259px) {
.nybanner {
height: 485px;
}

.ban-nav .com-ul li a {
font-size: 16px;
}

.com-mbx a {
font-size: 14px;
}

.com-mbx {
padding-bottom: 10px;
}

.ban-nav .com-ul li {
height: 50px;
line-height: 50px;
}

.ny-mbx {
height: 50px;
line-height: 50px;
}

.more3 {
width: 150px;
height: 45px;
line-height: 45px;
font-size: 16px;
}

.anchor {
display: none !important;
}

.ny-cont h4 {
font-size: 32px;
line-height: 40px;
}

.ny-cont p {
font-size: 16px;
margin-top: 5px;
}
}

@media (max-width: 991px) {
.nybanner {
height: 400px;
}

.ban-nav .com-ul li {
width: auto;
}

.ban-nav .com-ul li a {
padding: 0 20px;
font-size: 15px;
}

.ny-cont h4 {
font-size: 26px;
line-height: 30px;
}
}

@media(max-width:767px) {
.ny-mbx {
display: none;
}

.ny-padd {
padding: 40px 0;
}

.ny-cont h4 {
font-size: 24px;
line-height: 30px;
}
}

@media (max-width:640px) {
.nybanner {
height: auto;
}

.nybanner img.ny-app {
display: block;
}

.nybanner .ny-img {
display: none;
}

.nybanner .ny-title .ny-tit {
font-size: 22px;
line-height: 42px;
}

.nybanner .ny-title p {
font-size: 18px;
margin: 0 0 2px;
}

.nybanner .ny-title span {
font-size: 16px;
}

.ny-mbx {
display: none;
}

.nybanner .ny-title {
width: 100%;
}
}




.case-on .casenav-one {
color: #0069c2;
}

.case-on .casenav-one::before {
background-image: url(/uploads/image/pimages/casenav-down1.png);
}


.ict-r {
/* height: 1000px; */
overflow-y: scroll;
padding-bottom: 50px;
}


.ict-r::-webkit-scrollbar {
width: 2px;
background-color: rgba(181, 181, 181, 0.15);
}

.ict-r::-webkit-scrollbar-thumb {
background-color: white;
border-radius: 10px;
}


.hipad5-pic2::before {
position: absolute;
content: "";
width: 50%;
height: 100%;
background: none;
left: 0;
top: 0;
}

.hipad5-pic2::after {
position: absolute;
content: "";
width: 32px;
height: 33px;
background: none;
background-size: 100% 100%;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}


.ssky {
width: 100%;
height: 50px;
display: none;
}

.ssky .p1 {
font-size: 16px;
display: inline-block;
color: #333;
font-weight: bold;
padding-right: 0px;
line-height: 50px;
}

.ssky .p2 {
font-size: 16px;
display: inline-block;
color: #333;
padding: 0px 5px;
line-height: 50px;
}


.ct1-on {
display: block
}

.ct2-on {
border-top: 1px solid #f44336 !important;
}

.contact1-ul .ct2-on h4 {
margin: 17px 0 1px;
font-size: 18px;
line-height: 30px;
color: #333;
}


.sskeys3 {
width: 200px;
}

.sskeys3 a {
width: 31.3%;
float: left;
margin: 1%;
min-height: 32px;
}

.pro2-nvb {
margin-top: 30px;
margin-bottom: 20px;
}

.pro2-nvb ul {
}

.pro2-nvb ul li {
float: left;
margin-right: 25px;
background-color: #ccc;
padding: 8px 15px;
border-radius: 4px;
}

.pro2-nvb ul li:last-child {
margin-right: 0%;
}

.pro2-nvb ul li a {
font-size: 15px;
display: block;
color: white;
}

.pro2-nvb ul li.on, .pro2-nvb ul li:hover {
background-color: #d30c2e;
}

.pro2-nvb ul li.on a {
}

@media(max-width:767px) {

.pro2-nvb {
margin: auto;
margin-bottom: 30px;
}

.pro2-nvb ul {
}
}
