﻿@charset "UTF-8";

.container, .container-middle, .wrap {
padding-right: 15px;
padding-left: 15px;
margin: 0 auto;
}

@media (min-width: 768px) {
.wrap, .container, .container-middle {
width: 750px;
}
}

@media (min-width: 992px) {
.wrap, .container, .container-middle {
width: 970px;
}
}

@media (min-width: 1260px) {
.wrap, .container, .container-middle {
width: 1230px;
}
}

@media (min-width: 1460px) {
.container-middle, .container {
width: 1430px;
}
}

@media (min-width: 1920px) {
.container-middle {
width: 1630px;
}

.container {
width: 1430px;
}
}

/*header*/
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
z-index: 5000;
background: #fff;
transition: ease .5s;
}

.header.on {
box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.header-con {
}

.header .logo {
display: block;
float: left;
position: relative;
z-index: 1200;
margin: 10px 0;
}

.header .logo img { /* width: 80px; */
height: 60px;
}

.gpcode {
float: left;
font-size: 18px;
line-height: 30px;
color: #b7020a;
font-family: "胡晓波男神体";
margin: 35px 0;
margin-left: 20px;
}

.header-right {
float: right;
margin: 23px 0;
margin-left: 60px;
}

.header-top {
background: url(../images/headtop-ba_01.jpg)no-repeat center;
transition: ease .5s;
padding: 25px 0;
}

.ny-top {
background: #fff;
}

.header-slogan {
float: left;
font-size: 22px;
line-height: 40px;
color: #341d17;
}

.header-phone {
font-size: 24px;
line-height: 40px;
color: #fff;
margin-top: 10px;
position: relative;
padding-left: 28px;
font-family: "DINMITTELSCHRIFTSTD";
}

.header-phone::before {
position: absolute;
content: "";
width: 17px;
height: 17px;
background: url(../images/headtop-phone.png)no-repeat center;
background-size: 100% 100%;
top: 10px;
left: 0;
}

.header-phone span {
display: inline-block;
font-family: "ITCAvantGardeStd-BkCn";
font-size: 22px;
line-height: 30px;
color: #341d17;
}

.header-search {
float: right;
margin-top: 0px;
position: relative;
margin-right: 0;
}

.bt-search {
position: relative;
border: none;
background: none;
float: left;
width: 34px;
height: 34px;
text-align: right;
line-height: 43px;
cursor: pointer;
transition: .5s;
z-index: 10;
}
/* .bt-search:hover{background: #fff;} */
.bt-search .sub-bot {
display: inline-block;
width: 21px;
height: 20px;
line-height: 34px;
background: transparent;
border: none;
z-index: 3;
cursor: pointer;
background: url(../images/icon-searcha.png) no-repeat center transparent;
padding-right: 0px;
}

.header.on .sub-bot {
background-image: url(../images/icon-searcha.png);
}

.searchop .search-all {
z-index: 10;
opacity: 1;
visibility: visible;
}

.search-all {
position: absolute;
right: 0;
top: 0;
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;
}

.language {
float: right;
position: relative;
padding-left: 16px;
font-size: 16px;
line-height: 24px;
}

.language::before {
position: absolute;
content: "";
width: 1px;
height: 17px;
background: rgba(255,255,255,.6);
left: 0;
top: 50%;
transform: translateY(-50%);
}

.header.on .language::before {
background: #666;
}

.language-text {
display: block;
color: #fff;
line-height: 34px;
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: 10px;
-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%;
width: 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;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.language-list a:hover {
color: #002857
}

.language:hover .language-text {
font-weight: bold;
}

.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-navbar {
}

.navbar {
float: right;
transition: ease .5s;
margin: 0 -32px;
}

.navitem {
float: left;
padding: 0 22px;
}

.navitem > a {
display: inline-block;
font-size: 18px;
color: #333;
line-height: 30px;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
background: transparent;
padding: 25px 10px;
position: relative;
}

.navitem.active > a {
color: #b7020a;
}

.navitem:hover > a {
color: #b7020a;
}

.navitem > a::before {
position: absolute;
content: "";
width: 0px;
height: 3px;
background: #b7020a;
left: 50%;
bottom: 0%;
transform: translateX(-50%);
transition: ease .5s;
}

.navitem:hover > a::before,
.navitem.active > a::before {
width: 100%;
}


/*header -end*/
/* ========== header-app ========= */
.header-app.hny .navbar-app {
background: #333;
}

.header-app {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
z-index: 500;
overflow: hidden;
box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .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: #fff;
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;
background: #fff !important;
height: 60px;
}

.header-app .logo {
display: inline-block;
height: 60px;
vertical-align: middle;
padding: 10px 15px;
}

.header-app .logo img {
height: 100%;
display: inline-block;
}

.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.on {
color: white;
background: #b7020a;
border-radius: 30px;
}

.app-sousuo {
line-height: 22px;
border-right: solid 1px #fff;
padding-right: 0px;
color: #000;
float: left;
font-size: 22px !important;
margin-top: 19px;
margin-left: 15px;
}

.alert-search {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
top: 0;
left: 0;
z-index: 9999;
}

.alert-top {
height: 60px;
background: rgba(57,36,30,1);
padding: 0 15px;
}

.alert-top .text {
height: 30px;
margin-top: 15px;
background: none;
border-bottom: solid 1px #fff;
width: 80%;
float: left;
color: white;
}

.alert-top .search {
margin-left: 10px;
background: url(../images/search.png) no-repeat center;
width: 20px;
height: 20px;
background-size: cover;
float: left;
margin-top: 25px;
}

.alert-top span {
color: #fff;
float: right;
font-size: 20px !important;
margin-top: 21px;
}

.navapp-user {
float: right;
width: 60px;
height: 60px;
color: rgba(255, 255, 255, .82);
line-height: 60px;
font-size: 16px;
}

.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: #b7020a;
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: 50px;
left: 0;
bottom: 0;
right: 0;
width: 100%;
z-index: 620;
padding: 20px 20px 70px;
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 #e5e5e5;
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;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
color: #b7020a;
}

.category-cont a:last-child {
border: none;
}

.category-cont a.active {
color: #b7020a;
}

.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: #888;
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: #b7020a;
}

.category-cont {
display: none;
}

.nav-list li.open .category-cont {
display: block;
border: solid 1px #e5e5e5;
}

.category-pad {
padding: 0 15px;
}

.category-cont a {
line-height: 40px;
border-bottom: 1px dashed #e5e5e5;
display: block;
font-size: 14px;
color: #333;
}

.category-pad a.active {
color: #b7020a;
}

.cate-item1 {
position: relative;
border-bottom: solid 1px #cfcfcf;
}

.category-li:last-child .cate-item1 {
border-bottom: none;
}

.cate-item1 a {
border-bottom: none;
font-size: 16px;
line-height: 48px;
margin-right: 60px;
display: block;
color: #444;
}

.category-li.open .cate-item1 a {
color: #b7020a
}

.category-cont1 a:last-child {
border: none;
}

.category-cont1 a.active {
color: #b7020a;
}

.category-tig1 {
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-tig1::before, .category-tig1::after {
content: '';
background: #888;
position: absolute;
top: 50%;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.category-tig1::before {
width: 16px;
height: 2px;
right: 0;
margin-top: -1px;
}

.category-tig1::after {
width: 2px;
height: 16px;
margin-top: -8px;
right: 7px;
}

.category-li.open .category-tig1::after {
opacity: 0;
}

.category-li.open .category-tig1::before {
background: #b7020a;
}

.category-cont1 {
display: none;
}

.category-li.open .category-cont1 {
display: block;
border-bottom: solid 1px #cfcfcf;
}

.category-li:last-child.open .category-cont1 {
border-bottom: none;
border-top: solid 1px #cfcfcf;
}

.category-pad1 {
padding: 0 15px;
}

.category-cont1 a {
line-height: 40px;
border-bottom: 1px solid #cfcfcf;
display: block;
color: #666;
}

.category-pad1 a.active {
color: #b7020a;
}

.app-search {
position: relative;
}

.app-search-text {
width: 76%;
height: 48px;
font-size: 14px;
text-align: left;
display: inline-block;
vertical-align: middle;
}

.app-search-btn {
width: 48px;
height: 48px;
display: inline-block;
background: transparent;
vertical-align: middle;
font-size: 16px;
line-height: 48px;
text-align: right;
position: absolute;
right: 0;
top: 0;
}

.btn1.close1, .btn2.close1, .btn3.close1, .btn4.close1 {
bottom: 0;
right: 0;
}

.btn1.open1 {
bottom: 125px;
right: 0;
}

.btn2.open1 {
bottom: 100px;
right: 55px;
}

.btn3.open1 {
bottom: 58px;
right: 98px;
}

.btn4.open1 {
bottom: 0px;
right: 117px;
}

.header-app .headtop-left {
float: none;
width: 100%;
margin-left: 0;
}

.header-app .top-search {
width: 100%;
margin-top: 25px;
}

.header-app .top-search {
border-radius: 30px;
border: 1px solid #777;
position: relative;
margin-top: 25px;
padding: 5px 25px;
width: 100%;
}

.header-app .top-search input:nth-child(2) {
width: 17px;
height: 30px;
position: absolute;
right: 20px;
top: 50%;
margin-top: -15px;
background: url(../images/top-search.png)no-repeat center;
background-size: 100%;
cursor: pointer;
}

.header-app .top-search input:nth-child(1) {
font-size: 14px;
line-height: 30px;
color: #777;
width: 100%;
padding-right: 25px;
}

.header-app .headtop-right {
position: static;
margin-right: 0;
float: none;
width: 100%;
text-align: center;
margin: 25px 0 0;
}

.header-app .logo p {
font-size: 12px;
line-height: 16px;
color: #333;
font-weight: bold;
}

/*footer*/
.footer {
background: #222;
position: relative;
}

.bottom1 {
padding: 50px 0 0px;
}

.bottom2 {
padding: 25px 0; /* border-top: 1px solid rgba(255,255,255,.1); */
padding-top: 0px;
}

.bottom2 a {
display: inline-block;
font-size: 14px;
line-height: 24px;
color: #999;
transition: .5s;
position: relative;
}

.bottom2 a i {
font-style: normal;
margin: 0 10px;
}

.bottom2 .bottom2-con {
}

.bottom2 a.link-ctm::after {
display: none;
}

.bottom2 a:hover {
color: #fff;
}

.bottom2 .left {
float: left;
padding: 0px 0;
}

.bottom2 .right {
float: right;
font-size: 0;
}

.bottom2 .left p {
float: left;
font-size: 14px;
line-height: 24px;
color: #999;
margin-right: 0;
}

.bottom2 .left span {
padding-left: 14px;
margin-left: 14px;
display: inline-block;
font-size: 14px;
line-height: 24px;
color: #999;
position: relative;
}

.bottom2 .left span::before {
position: absolute;
content: "";
width: 2px;
height: 15px;
background: #8d8d8d;
left: 0;
top: 50%;
transform: translateY(-50%);
}

.bottom2 .right a {
float: left;
}

.bottom2 .right span {
display: inline-block;
position: relative;
padding-left: 14px;
margin-left: 14px;
}

.bottom2 .right span::before {
position: absolute;
content: "";
width: 1px;
height: 14px;
background: rgba(255,255,255,.1);
left: 0;
top: 50%;
transform: translateY(-50%);
}

.bottom2 .right span:first-child {
margin-left: 0;
padding-left: 0;
}

.bottom2 .right span:first-child::before, .bottom2 .right span:last-child::before {
display: none;
}

.bottom2 .right span:last-child {
padding-left: 16px;
margin-left: 16px;
}

.bottom2-img {
display: inline-block;
float: right;
}

.bottom-lx {
float: left;
}

.bottomlx-txt {
text-align: right;
}

.bottom-lx h3 {
font-size: 48px;
color: #333;
line-height: 50px;
}

.bottom-ewm {
text-align: left;
width: 100%;
font-size: 0;
margin: 34px -10px 0;
}

.bottom-ewm1 {
display: inline-block;
width: 112px;
text-align: center;
margin: 0 10px;
}

.bottom-ewm img {
display: inline-block;
max-width: 100%;
margin-bottom: 6px;
}

.bottom-ewm p {
font-size: 14px;
line-height: 28px;
color: rgba(255,255,255,.3);
}

.bottom-contact {
float: left;
padding-right: 27px;
}

.bottom-contact h4 {
margin-top: 24px;
font-size: 34px;
line-height: 40px;
color: #ededed;
position: relative;
/* font-family: "AkzidenzGrotesk-Light"; */
}

.bottom-contact h5 {
margin-top: 9px;
font-size: 14px;
line-height: 36px;
color: #999;
}

.bottom-lx ul {
float: right;
}

.bottom-lx li {
font-size: 16px;
line-height: 30px;
color: rgba(230,197,156,0.5);
}

.bottom-ulfont {
float: left;
position: relative;
}

.bottom-ul {
margin: 0 -35px;
}

.bottom-ul ul {
float: left;
margin: 0 35px;
}

.bottom-ul ul:last-child {
max-width: 15.5%;
}

.bottom-ul ul.botul-k {
margin: 0 55px 0 5px;
}

.bottom-ul ul li {
padding: 0px 0;
}

.bottom-ul ul li:first-child {
margin-bottom: 10px;
}

.bottom-ul ul li a, .bottom1-contact li {
display: block;
font-size: 16px;
line-height: 36px;
color: #999;
transition: ease .5s;
}

.bottom-ul ul li:first-child a {
font-size: 18px;
color: #fff;
position: relative;
}

.bottom-ul ul li a:hover {
color: #fff;
}

.bottom1-ewm {
float: right;
padding-top: 10px;
}

.bott-share {
text-align: right;
margin-top: 0;
}

.bott-share .bshare-custom {
font-size: 0;
margin: 0 -12px;
}

.bott-share a {
display: inline-block !important;
background: none !important;
font-size: 20px !important;
width: 38px !important;
height: 38px !important;
line-height: 38px !important;
text-align: center;
border-radius: 50% !important;
color: rgba(255,255,255,1) !important;
transition: ease .5s !important;
padding-left: 0 !important;
text-decoration: none !important;
margin: 0 12px !important;
background: transparent !important;
border: 1px solid rgba(255,255,255,.1);
}

.bott-share a:hover {
color: #fff !important;
opacity: 1 !important;
background: #b7020a !important;
border-color: #b7020a;
}

.bott-share a::after {
display: none !important;
}

.bsBox {
width: 232px !important;
height: 256px !important;
}

.bottewm-img {
text-align: right;
width: 136px;
display: inline-block;
}

.bottewm-img img {
display: inline-block;
max-width: 100%;
}

.bottewm-img p {
margin-top: 5px;
font-size: 14px;
line-height: 24px;
color: #ccc;
text-align: center;
}
/*footer -end*/
/*app-底部*/
.foot-app {
width: 100%;
background: #222;
padding: 0;
padding-bottom: 0px;
display: none;
background-size: cover;
border-top: 1px solid #eeeeee;
}

.footer-menu {
padding: 0 15px;
}

.footer-top {
padding: 20px 20px;
}

.appfoot-ul {
padding: 10px 0;
float: left;
max-width: 53%;
}

.appfoot-ul ul {
font-size: 0;
}

.appfoot-ul li {
display: inline-block;
margin: 5px 0;
}

.appfoot-ul li a {
display: block;
padding: 0 12px;
font-size: 16px;
color: rgba(255,255,255,0.5);
line-height: 30px;
}

/* .footer-bot{padding: 20px 20px 40px;} */
.footer-tit {
position: relative;
border-bottom: 1px solid rgba(255,255,255,0.5);
}

.open .footer-tit a {
color: rgba(255,255,255,1);
}

.footer-tit a {
font-size: 16px;
color: rgba(255,255,255,0.5);
line-height: 48px;
margin-right: 48px;
display: block;
}

.footer-tig {
font-size: 14px;
color: #333;
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.5);
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: rgba(255,255,255,1);
}

.footer-cont {
display: none;
border: solid 1px rgba(255,255,255,0.5);
border-top: 0;
padding: 0 15px;
}

.footer-cont a {
line-height: 40px;
color: rgba(255,255,255,0.5);
display: block;
font-size: 14px;
border-bottom: dashed 1px rgba(255,255,255,0.5);
}

.footer-cont a:last-child {
border: none;
}

.footer-left {
width: 30%;
float: right;
}

.footer-left img {
display: block;
width: 100%;
}

.footer-right {
width: 100%;
}

.footer-right p {
font-size: 14px;
color: rgba(119,119,119,0.5);
line-height: 26px;
}

.footer-right p a {
display: inline-block;
margin-right: 20px;
transition: ease .5s;
}

.footer-right p a:hover {
color: rgba(244, 222, 193, 1);
}

.footer-share {
text-align: right;
}

.footer-right .img {
float: right;
width: 16%;
text-align: center;
background: #373737;
padding: 7px;
padding-bottom: 5px;
}

.footer-right .imgg {
margin-bottom: 10px;
}

.footer-right .imgg img {
width: 100%;
}

.footer-right .fr2 {
float: right;
}

.footer-share a {
display: inline-block !important;
float: none !important;
background: none !important;
font-size: 20px !important;
height: 30px !important;
line-height: 30px !important;
margin: 0 7px !important;
padding: 0 !important;
opacity: 1 !important;
color: rgba(255, 255, 255, 0.5) !important;
}

.foot-lx {
width: 50%;
}

.footer-bot .bottom2 {
background: transparent;
}

.footer-bot .left a:last-child {
margin-right: 0;
}

.footer-bot .left {
float: left;
}

.footer-bot .right {
float: right;
}

.footer-bot .bottom2-img {
float: right;
}

.footer-link,
.footer-link a {
line-height: 26px;
font-size: 14px;
color: rgba(244, 222, 193, .6);
}

.footer-link {
padding-bottom: 20px;
overflow: hidden;
}

.footer-link a {
display: block;
float: left;
margin-right: 15px;
}

.footer-link span {
float: left;
}

.footer-top .bottom-lx, .footer-top .bottom-lx ul {
float: none;
}

.footertop-img {
margin-top: 10px;
}

.footer-right .img .image {
float: left;
width: 25%;
}

.footer-right .con1 {
float: none;
width: 100%;
text-align: center;
}

.footer-right .con1 .bdshare-button-style2-16 .bds_sqq, .footer-right .con1 .bdshare-button-style2-16 .bds_tsina, .footer-right .con1 .bdshare-button-style2-16 .bds_weixin {
background: none !important;
font-size: 20px !important;
float: none !important;
}

.footer-bot p:nth-child(2) {
margin-right: 0;
}

.footer-top .bottom1-ewm {
float: none;
}

.bottomlx-txt {
}

.footer-top .bottom1-font {
float: none;
text-align: center;
margin-right: 0;
margin-top: 15px;
}

.footer-top .bottom1-phone {
margin-top: 10px;
}

.foot-app .bottom-logo {
margin: 30px 0;
}
/*==================================home-banner==============================*/
/* btn */
.button-fan {
display: block;
position: relative;
font-size: 16px;
line-height: 36px;
color: #fff;
width: 220px;
height: 50px;
margin: 0 auto;
border-radius: 30px;
overflow: hidden;
text-align: center;
transition: ease .5s;
text-transform: uppercase;
overflow: hidden;
}

.button-fan span {
position: relative;
z-index: 2;
display: block;
padding: 6px 0;
border: 1px solid #b7020a;
transition: ease;
border-radius: 30px;
}

.button-fan::before {
content: '';
width: 100%;
height: 26px;
position: absolute;
bottom: 0;
left: 0;
transition: ease .5s;
background: #b7020a;
}

.button-fan::after {
content: '';
width: 100%;
height: 25px;
position: absolute;
top: 0;
left: 0;
transition: ease .5s;
background: #b7020a;
}

.button-fan:hover::before {
height: 0;
}

.button-fan:hover::after {
height: 0;
}

.button-fan:hover {
color: #b7020a;
}

.button-fan:hover span {
border-color: #b7020a;
}

.home-banner {
position: relative;
}

.pc-banner {
position: relative;
}

.banner-slide {
display: block;
position: relative;
}

.banner-slide img {
width: 100%;
}

.banner-font {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: left;
z-index: 4;
transform: translateY(-65%);
}

.banner-cont {
filter: alpha(opacity=0);
position: relative;
padding-bottom: 63px;
}

.banner-cont h3 {
margin-top: 6px;
font-size: 60px;
line-height: 72px;
color: #fff;
position: relative;
}

.banner-cont h4 {
font-size: 46px;
line-height: 72px;
color: #fff;
font-weight: lighter;
}

.banner-cont h5 {
margin-top: 25px;
font-size: 22px;
line-height: 30px;
color: #fff;
font-weight: lighter;
}

.banner-mo {
margin: 47px 0 0;
}

.home-banner .swiper-slide-active .banner-cont {
opacity: 1;
filter: alpha(opacity=100);
transition: all .8s linear;
transition-delay: .1s;
}

.home-banner.app {
display: none;
}

.home-banner.app img {
width: 100%;
}

.home-appbanner {
width: 100%;
display: none;
}

.banner-nav {
position: absolute;
width: 100%;
top: 50%;
left: 0;
z-index: 5;
font-size: 0;
padding-top: 135px;
transform: translateY(-50%);
}

.pc-banner .swiper-pagination {
/* display: none; */
bottom: 50px;
width: 100%;
}

.pc-banner .swiper-pagination-bullet {
width: 15px;
height: 4px;
border-radius: 5px;
background: #fff;
margin: 0 7px;
}

.pc-banner .swiper-pagination-bullet-active {
width: 30px;
background: #b7020a;
}

.banner-bf {
display: inline-block;
width: 33px;
height: 33px;
margin: 0 12px;
cursor: pointer;
background: url(../images/banner-bf.png)no-repeat center;
background-size: 100% 100%;
}

.pc-banner .swiper-button-prev, .pc-banner .swiper-button-next {
position: static;
display: inline-block;
margin: 0 0 10px;
width: 22px;
height: 16px;
background: url(../images/banner-right_03.png)no-repeat center;
background-size: 100% 100%;
}

.pc-banner .swiper-button-prev {
transform: rotate(180deg);
}

.banner-img {
width: 100%;
}

.appbanner-img {
width: 100%;
display: none;
}
/* .home-banner .swiper-slide-active img {
visibility: visible !important;
-webkit-animation: scaleUpDown 6s infinite;
animation: scaleUpDown 6s infinite;
} */

i.fontaw {
font-style: normal;
font-family: 'fontaw';
font-size: 20px;
position: relative;
z-index: 3;
}



.more {
position: relative;
z-index: 22;
width: 180px;
font-size: 16px;
border: 1px solid #b7020a;
height: 55px;
overflow: hidden;
display: block;
text-align: center;
color: white;
line-height: 55px;
transition: all .5s;
}

.more::before {
position: absolute;
content: '';
top: 0;
right: -30%;
bottom: 0;
left: -30%;
z-index: -1;
background: #b7020a;
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);
}

.more span {
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 11;
}

.more:hover::before {
opacity: 0;
transform: translate(400px, 0) skew(-60deg, 0deg);
}

.more:hover {
color: #b7020a;
transition: color 0s linear;
border: 1px solid #b7020a;
}
/*home-banner -end*/
/* banner-list */
.home-banner {
/* margin-bottom: -100px; */
}

.banner-list {
position: relative;
z-index: 2;
}

.bannerli-con {
background: #fff;
box-shadow: 0 0 13px rgba(0,0,0,.1);
padding: 34px 0 31px;
}

.bannerli-ul {
}

.bannerli-ul li {
float: left;
width: 25%;
}

.bannerli-ul li > div {
text-align: center;
position: relative;
padding: 0 80px;
}

.bannerli-ul li > div::before {
position: absolute;
content: "";
width: 1px;
height: 140px;
background: #eee;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.bannerli-ul li:last-child > div::before {
display: none;
}

.bannerli-icon {
width: 42px;
height: 42px;
margin: 0 auto;
overflow: hidden;
}

.bannerli-icon img {
width: 100%;
transition: ease .5s;
}

.bannerli-ul li:hover .bannerli-icon img {
transform: translateY(-42px);
}

.bannerli-txt {
margin-top: 14px;
}

.bannerli-txt h3 {
font-size: 20px;
line-height: 30px;
color: #333;
}

.bannerli-txt p {
margin-top: 1px;
font-size: 16px;
line-height: 24px;
color: #666;
}


/* index */
.index-tit {
font-size: 48px;
line-height: 60px;
color: #333;
text-align: center;
}

.index-dec {
margin-top: 8px;
font-size: 16px;
line-height: 30px;
color: #666;
text-align: center;
}

.index-tit span {
font-family: "CenturyGothic";
}
/* 产品中心 */
.index-one {
padding: 71px 0 80px;
}

.ino-con {
position: relative;
width: 100%;
margin-top: 41px;
}

.ino-menu {
font-size: 0;
text-align: center;
overflow-x: auto;
white-space: nowrap;
}

.ino-menu::-webkit-scrollbar {
height: 5px;
background-color: #fff;
}

.ino-menu::-webkit-scrollbar-thumb {
background-color: #b7020a;
border-radius: 10px;
}

.ino-menu a {
position: relative;
display: inline-block;
border-radius: 30px;
font-size: 16px;
line-height: 30px;
color: #333;
transition: ease .5s;
}

.ino-menu a::before {
position: absolute;
content: "";
width: 0;
height: 100%;
background: #b7020a;
border-radius: 30px;
transition: ease .5s;
top: 0;
left: 0;
}

.ino-menu a.on {
color: #fff;
}

.ino-menu a.on::before {
width: 100%;
}

.ino-menu a span {
display: block;
position: relative;
padding: 5px 30px;
}

.ino-menu a span::before {
position: absolute;
content: "";
width: 1px;
height: 15px;
background: #e5e5e5;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.ino-menu a.on span::before, .ino-menu a:last-child span::before {
display: none;
}

.ino-cont {
margin-top: 30px;
}

.ino-pro {
display: none;
}

.ino-pro.on {
display: block;
}

.ino-ul {
/* margin: 0 -10px; */
}

.ino-ul li, .ino-ul .swiper-slide {
float: left;
width: 25%;
padding: 0 10px;
}

.ino-ul li a, .ino-ul .swiper-slide a {
display: block;
padding: 0 15px;
background: #fff;
box-shadow: 0 0 13px rgb(0 0 0 / 10%);
margin: 10px 0;
}

.ino-img {
padding: 20px 15px;
width: 100%;
overflow: hidden;
text-align: center;
font-size: 0;
}

.ino-img img {
display: inline-block;
max-width: 100%;
transition: ease 1s;
}

.ino-txt {
padding: 24px 5px 30px;
border-top: 1px solid #eee;
text-align: center;
}

.ino-txt h3 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.ino-txt h3 em {
display: inline;
font-size: 20px;
line-height: 30px;
color: #242424;
}

.ino-txt h3 span {
display: inline;
font-size: 20px;
line-height: 30px;
color: #242424;
font-family: "ROBOTO-REGULAR";
display: none;
}

.ino-txt h4 {
margin: 10px auto 0;
font-size: 14px;
line-height: 35px;
color: #666;
width: 110px;
height: 35px;
text-align: center;
border-radius: 5px;
background: #eee;
transition: ease .5s;
}

.ino-ul li:hover .ino-txt h4, .ino-ul .swiper-slide:hover .ino-txt h4 {
background-color: #b7020a;
color: #fff;
}

.ino-ul li:hover .ino-img img, .ino-ul .swiper-slide:hover .ino-img img {
transform: scale(1.05);
}

/* SEMEFAB核心优势 */
.index-two {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 71px 0 124px;
}

.index-two .index-tit, .index-two .index-dec {
color: #fff;
}

.index-two .index-dec {
margin-top: 6px;
}

.index-two .index-tit i, .index-two .index-tit span {
color: #fff;
}

.intw-con {
position: relative;
margin-top: 103px;
}

.intw-ul {
margin: 0 -50px;
}

.intw-ul li {
float: left;
width: 33.333%;
padding: 0 50px;
}

.intw-ul li > div {
position: relative;
text-align: center;
}

.intw-icon {
width: 90px;
height: 84px;
margin: 0 auto;
}

.intw-icon img {
width: 100%;
}

.intw-txt {
margin-top: 49px;
position: relative;
}

.intw-ul li:nth-child(1) .intw-txt::before {
position: absolute;
content: "";
width: 500%;
height: 1px;
background: rgba(255,255,255,.2);
left: -100%;
top: 4px;
}

.intw-txt span {
padding-top: 14px;
position: relative;
display: block;
font-size: 20px;
line-height: 36px;
color: #fff;
font-family: "CenturyGothic";
}

.intw-txt h3 {
margin-top: 31px;
font-size: 24px;
line-height: 36px;
color: #fff;
}

.intw-txt p {
margin-top: 8px;
font-size: 16px;
line-height: 28px;
color: rgba(255,255,255,.8);
}

.intw-txt span:before {
position: absolute;
content: '';
width: 10px;
height: 10px;
top: 0%;
left: 50%;
margin-left: -5px;
filter: alpha(opacity=0)\9;
border-radius: 50%;
background: #fff;
}

.intw-ul li:hover .intw-txt span:before {
background: radial-gradient(circle, #b7020a, rgba(183,2,10,0.3));
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 750ms;
animation-delay: 750ms;
transition: ease .5s;
}

.intw-ul li:hover .intw-txt span::after {
display: block;
}

.intw-txt span:after {
position: absolute;
content: '';
width: 10px;
height: 10px;
top: 0%;
left: 50%;
margin-left: -5px;
opacity: 0;
filter: alpha(opacity=0)\9;
border-radius: 50%;
background: radial-gradient(circle, #b7020a, rgba(183,2,10,1));
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
z-index: 0;
-webkit-animation-delay: 1500ms;
animation-delay: 1500ms;
transition: ease .5s;
display: none;
}


/* 关于我们 */
.index-three {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 90px 0 100px;
}

.int-con {
margin-top: 20px;
}

.int-dec {
text-align: center;
font-size: 0;
}

.int-dec em {
display: block;
font-size: 16px;
line-height: 28px;
color: #666;
}

.int-dec d {
display: inline;
}

.int-dec span.int-color {
color: #b7020a;
}

.int-cont {
margin-top: 41px;
}

.int-ul {
font-size: 0;
text-align: center;
}

.int-ul li {
display: inline-block;
padding: 0 80px;
}

.int-ul li > div {
}

.int-ul li h3 {
color: #333;
font-family: "DINMITTELSCHRIFTSTD";
height: 80px;
}

.int-ul li h3 span {
display: inline;
font-size: 80px;
}

.int-ul li h3 em {
display: inline;
font-size: 48px;
}

.int-ul li p {
margin-top: 7px;
font-size: 16px;
line-height: 30px;
color: #333;
}

.int-more {
margin-top: 72px;
}


/* 新闻资讯 */
.index-four {
background: #f5f5f5;
padding: 72px 0 80px;
}

.infou-con {
margin: 46px 0px 0;
}

.infou-ul {
margin: 0 -12.5px;
margin-top: -15px;
}

.infou-ul li {
float: left;
width: 33.333%;
padding: 0 12.5px;
margin-top: 15px;
}

.infou-ul li a {
display: block;
background: #fff;
box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.infou-img {
width: 100%;
overflow: hidden;
}

.infou-img img {
width: 100%;
transition: ease 1s;
}

.infou-txt {
padding: 18px 30px 25px;
}

.infou-txt span {
display: block;
font-size: 16px;
line-height: 36px;
color: #666;
font-family: "CenturyGothic";
}

.infou-txt h3 {
margin-top: 1px;
font-size: 22px;
line-height: 36px;
color: #333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
transition: ease .5s;
}

.infou-txt p {
margin-top: 4px;
font-size: 15px;
line-height: 25px;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
min-height: 50px;
}

.infou-ul li:hover .infou-txt h3 {
color: #b7020a;
}

.infou-ul li:hover .infou-img img {
transform: scale(1.05);
}
/*客服*/
/* */
/* ===kf==== */
.kf {
transition: .8s;
z-index: 999999;
background-color: transparent;
position: fixed;
top: 50%;
right: 20px;
width: 50px;
border-radius: 5px;
}

.kf span {
z-index: 1000001;
transition: .5s;
cursor: pointer;
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 5px 0 0 5px;
margin-bottom: 3px;
}

.kf span:hover {
background-color: #b7020a;
}

.kf .zx {
background-position: 0 0;
background: #a7afb9 url(../images/kefu-zx.png)no-repeat center top 12px;
}

.kf .back_top {
border: none;
background: #a7afb9 url(../images/kf-top.png)no-repeat center top 13px;
}

.kf span a {
transition: .5s;
display: block;
color: #fff;
line-height: 24px;
font-size: 14px;
text-align: center;
padding-top: 22px;
}

.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 {
background: #a7afb9 url(../images/kefu-qq.png)no-repeat center;
}

.kf .zxlya {
background: #a7afb9 url(../images/kf-wx_03.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;
right: 62px;
position: absolute;
top: -72px;
background: #fff;
padding: 5px;
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: 10px 20px;
text-align: center;
box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
border-radius: 5px;
width: 110px;
font-size: 14px;
color: #333;
}

.kfimgr {
position: absolute;
bottom: 23px;
right: -9px;
}

.kf-ly {
background: #a7afb9 url(../images/kf-ly_03.png)no-repeat center;
}

.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(../images/zk1.png)no-repeat center left;
position: absolute;
box-shadow: none;
}

.shou:hover {
background: transparent url(../images/zk.png)no-repeat center left;
}

.kf-phone {
background: #a7afb9 url(../images/kf-phone1.png)no-repeat center;
}

.kf-phone1, .zxwb {
display: none;
font-size: 15px;
color: #333;
background-color: #fff;
position: absolute;
right: 60px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
padding: 10px 12px;
background: #fff;
border-radius: 5px;
}

.kf-phone1 .kfimgr, .zxwb .kfimgr {
bottom: 10px;
}

.kf-shqi {
width: 100%;
height: 40px;
}

.kf-shqi .m-icon {
display: block;
margin: 0 auto;
width: 30px;
height: 30px;
border-radius: 50%;
background: #a7afb9 url(../images/kf-close.png) no-repeat center;
background-size: 15px;
cursor: pointer;
transform: rotate(45deg);
transition: all 0.3s;
}

.kf-shqi .m-icon:hover {
background-color: #b7020a;
}

.kf.show .m-icon {
transform: rotate(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(../images/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-color: #b7020a;
}

@media (max-width:991px) {
.kf {
display: none;
}

.kffixed {
display: block;
}
}

/* app-kf */
.kffixed {
position: fixed;
bottom: 0;
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(236,27,36,0.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-size: contain;
margin: 0 1px;
position: relative;
}

.teldb img {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}

.teldb a {
color: white;
}

@media(max-width:1919px) {
.bannerli-ul li > div {
padding: 0 40px;
}

.banner-cont h3 {
font-size: 50px;
line-height: 60px;
}

.banner-cont h4 {
font-size: 40px;
line-height: 50px;
}

.index-tit {
font-size: 42px;
line-height: 50px;
}

.banner-cont h5 {
font-size: 20px;
margin-top: 15px;
}

.int-ul li h3 span {
font-size: 70px;
}
}

@media(max-width:1459px) {
.index-tit {
font-size: 40px;
line-height: 50px;
}

.bottom-ul ul {
margin: 0 22px;
}

.bottom-ul {
margin: 0 -22px;
}

.banner-cont h3 {
font-size: 50px;
line-height: 60px;
}

.banner-cont h4 {
font-size: 36px;
line-height: 50px;
}

.banner-cont h5 {
margin-top: 20px;
}

.gpcode {
font-size: 16px;
margin-left: 15px;
}

.navitem {
padding: 0 10px;
}

.navbar {
margin: 0 -20px;
}

.intw-icon {
width: 80px;
height: 75px;
}

.infou-txt h3 {
font-size: 22px;
}
}

@media(max-width:1259px) {
.banner-cont h3 {
font-size: 40px;
line-height: 60px;
}

.banner-cont h4 {
font-size: 28px;
line-height: 40px;
}

.banner-cont h5 {
margin-top: 10px;
}

.header, .footer {
display: none !important;
}

.foot-app, .header-app {
display: block !important;
}



body {
padding-top: 60px;
}

.index-tit {
font-size: 34px;
line-height: 46px;
}

.bottom1-ewm {
margin-left: 0;
}

.bottom-contact {
float: left;
}

.footer-top .bottom1-ewm {
float: right;
}

.bott-share a {
margin: 0 6px !important;
}

.bannerli-ul li > div {
padding: 0 24px;
}

.bannerli-txt p {
font-size: 14px;
}

.bannerli-txt h3 {
font-size: 18px;
}

.banner-mo {
margin: 30px 0 0;
}

.ino-txt h3 em, .ino-txt h3 span {
font-size: 18px;
}

.ino-img {
padding: 20px 0;
}

.ino-ul li {
padding: 0 8px;
}

.ino-ul {
margin: 0 -8px;
}

.intw-icon {
width: 70px;
height: 65px;
}

.int-ul li h3 span {
font-size: 60px;
}

.int-ul li h3 em {
font-size: 40px;
}

.int-ul li h3 {
height: 60px;
}

.intw-ul li {
padding: 0 20px;
}

.intw-ul {
margin: 0px;
}

.intw-txt h3 {
font-size: 22px;
margin-top: 10px;
}

.int-dec em {
display: inline;
}

.int-dec {
max-width: 90%;
margin: 0 auto;
}

.int-ul li {
padding: 0 60px;
}
}

@media(max-width:991px) {
.kffixed {
display: block;
}

.banner-cont h3 {
font-size: 36px;
line-height: 50px;
}

.banner-cont h4 {
font-size: 24px;
line-height: 30px;
}

.banner-cont h5 {
font-size: 18px;
}

.footer-bot {
padding-bottom: 45px;
}

.index-tit {
font-size: 30px;
line-height: 40px;
}

.bottom-contact h3 {
font-size: 28px;
padding-left: 40px;
}

.bottom2 {
padding: 15px 0;
}

.ino-con {
margin-top: 30px;
}

.ino-txt {
padding: 20px 0;
}

.intw-con {
margin: 50px 0 0;
}

.intw-icon {
width: 60px;
height: 56px;
}

.intw-txt {
margin-top: 30px;
}

.intw-ul li {
padding: 0 12px;
}

.intw-txt p {
margin-top: 4px;
font-size: 14px;
line-height: 24px;
}

.intw-txt h3 {
margin-top: 6px;
font-size: 20px;
}

.intw-txt span {
font-size: 18px;
line-height: 30px;
}

.int-ul li {
padding: 0 30px;
}

.int-ul li h3 span {
font-size: 50px;
}

.int-ul li h3 em {
font-size: 30px;
}

.int-ul li h3 {
height: 50px;
}

.int-more {
margin-top: 40px;
}

.infou-ul li {
padding: 0 8px;
}

.infou-ul {
margin: 0 -8px;
margin-top: -15px;
}

.infou-txt {
padding: 20px 18px 25px;
}

.infou-txt span, .infou-txt p {
font-size: 14px;
line-height: 24px;
}

.infou-txt h3 {
font-size: 20px;
line-height: 30px;
}

.bottewm-img {
width: 110px;
}

.bottom-contact h4 {
font-size: 28px;
margin-top: 10px;
}

.bottom-contact h5 {
line-height: 24px;
margin-top: 5px;
}

.appfoot-ul {
max-width: 40%;
}

.home-banner {
margin-bottom: -50px;
}

.banner-cont {
padding-bottom: 40px;
}

.ino-menu a span {
padding: 4px 20px;
}

.ino-ul li {
width: 33.333%;
margin-top: 20px;
}

.ino-ul {
margin-top: -20px;
}

.bannerli-ul li {
width: 50%;
margin-top: 20px;
}

.bannerli-ul li:nth-child(even) > div::before {
display: none;
}

.bannerli-ul {
margin-top: -20px;
}

.bannerli-icon {
width: 30px;
height: 30px;
}

.bannerli-ul li:hover .bannerli-icon img {
transform: translateY(-30px);
}
}

@media(max-width:767px) {
.bsBox {
width: 163px !important;
height: 186px !important;
margin-left: -82px !important;
}

.bsTop {
width: 151px !important;
}

.bsFrameDiv > div {
width: 140px !important;
height: 150px !important;
}

.bsFrameDiv img {
width: 130px !important;
height: 130px !important;
margin: 10px !important;
}

.index-one, .index-three {
padding: 40px 0;
}

.index-tit {
font-size: 23px;
line-height: 34px;
}

.banner-more {
margin-top: 20px;
}

.banner-cont h3 {
font-size: 24px;
line-height: 34px;
}

.banner-cont h4 {
font-size: 22px;
margin-top: 10px;
}

.banner-cont h5 {
margin-top: 5px;
display: table-column;
/* font-weight: bold; */
}

.banner-cont {
padding-bottom: 30px;
}

.bottom-contact h3 {
font-size: 22px;
padding-left: 30px;
margin-bottom: 3px;
}

.index-dec {
margin-top: 0;
}

.index-two, .index-four, .index-fiv {
padding: 40px 0;
}

.banner-cont h5 {
font-size: 14px;
}

.appfoot-ul {
float: none;
width: 100%;
max-width: none;
}

.appfoot-ul ul {
border-bottom: 1px solid rgba(255,255,255,.1);
}

.index-dec {
font-size: 15px;
line-height: 26px;
}

.ino-menu a {
font-size: 14px;
}

.banner-mo {
margin: 20px 0 0;
}

.ino-con {
margin-top: 20px;
}

.ino-txt h3 em, .ino-txt h3 span {
font-size: 16px;
}

.intw-ul li:nth-child(1) .intw-txt::before {
display: none;
}

.intw-ul li {
width: 50%;
margin-top: 20px;
}

.intw-ul {
margin-top: -20px;
}

.intw-txt h3 {
font-size: 16px;
line-height: 26px;
}

.intw-txt {
margin-top: 12px;
}

.intw-txt span {
font-size: 16px;
line-height: 26px;
}

.int-dec em {
font-size: 14px;
line-height: 24px;
}

.int-dec {
max-width: 100%;
}

.int-ul li h3 span {
font-size: 36px;
}

.int-ul li h3 em {
font-size: 20px;
}

.int-ul li h3 {
height: 40px;
}

.int-ul li {
float: left;
width: 33.333%;
padding: 0 15px;
}

.int-ul li p {
font-size: 14px;
line-height: 24px;
margin-top: 2px;
}

.ino-menu a span {
padding: 0 15px;
}

.infou-con {
margin-top: 20px;
}

.int-ul {
margin: 0 -15px;
}

.infou-txt h3 {
font-size: 16px;
}

.infou-txt {
padding: 16px 20px 20px;
}

.bannerli-txt h3 {
font-size: 16px;
}

.ino-menu::-webkit-scrollbar {
height: 3px;
}
}

@media(max-width:640px) {
.banner-slide img.home-appbanner {
display: block;
}

.banner-slide img.home-pcbanner {
display: none;
}

.banner-cont {
padding-bottom: 0;
}

.banner-cont h3 {
font-size: 18px;
text-align: center;
line-height: 32px;
}

.banner-cont h4 {
font-size: 20px;
line-height: 28px;
margin-top: 10px;
text-align: center;
font-weight: bold;
}

.bottom-contact h3 {
font-size: 20px;
}

.ino-ul li {
width: 50%;
}

.infou-ul li {
width: 50%;
}

.home-banner {
margin-bottom: 0;
}

.bannerli-ul li {
width: 100%;
}

.bannerli-ul li > div::before {
display: none;
}

.banner-list {
padding: 40px 0 0;
}

.bottom-contact {
padding-right: 0;
margin-top: 20px;
}

.bottewm-img {
text-align: center;
width: 100%;
}

.bottom-contact, .bott-share {
text-align: center;
}

.footer-top .bottom1-ewm, .bottom-contact {
float: none;
}

.int-more, .int-cont {
margin-top: 25px;
}
}

@media(max-width:530px) {
.bottom2 .left p {
float: none;
}

.bottom2 .left span {
margin-left: 0px;
margin-right: 10px;
padding: 0;
}

.bottom2 .left span::before {
display: none;
}

.ino-ul li {
width: 100%;
}

.intw-ul li {
width: 100%;
}

.int-ul li {
width: 50%;
margin-top: 15px;
}

.int-ul {
margin-top: -15px;
}

.int-ul li:nth-child(3) {
transform: translateX(50%);
}

.infou-ul li {
width: 100%;
}
}

@media(max-width:375px) {
.bottom-contact {
float: none;
}

.footer-top .bottom1-ewm {
float: none;
margin-top: 10px;
margin-bottom: 10px;
}

.bott-share {
margin-top: 10px;
}
}

@media(max-width:320px) {
.bottom2 .right span {
padding-left: 10px;
margin-left: 10px;
}
}



/*==============内页================*/
.ny-banner {
position: relative;
margin-top: 80px;
}

.ny-banner img {
display: block;
width: 100%;
}

.ny-banner img.ny-app {
display: none;
}

.ny-font {
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
margin-top: 21px;
}

.ny-font .ny-tit {
font-size: 42px;
color: white;
font-weight: bold;
line-height: 1;
}

.ny-font .ny-dec {
font-size: 20px;
color: white;
line-height: 32px;
margin-top: 12px;
}

.crumb {
position: absolute;
bottom: 13px;
left: 0;
width: 100%;
}

.crumb p, .crumb p a {
color: white;
font-size: 14px;
line-height: 48px;
}

.second-nav {
background: white;
}

.second-menu {
padding: 18px 0;
overflow-x: auto;
white-space: nowrap;
}

.second-menu a {
position: relative;
display: inline-block;
padding: 0 30px;
font-size: 16px;
color: #666;
line-height: 30px;
}

.second-menu a:first-child {
padding-left: 0;
}

.second-menu a::after {
position: absolute;
content: '';
background: #dddddd;
width: 1px;
height: 12px;
top: 9px;
right: 0;
}

.second-menu a:last-child::after {
display: none;
}

.second-menu a.on, .second-menu a:hover {
font-weight: bold;
color: #b7020a;
}

.inner-tit {
font-size: 36px;
color: #333;
font-weight: bold;
text-align: center;
line-height: 40px;
}

@media (max-width: 1259px) {
.second-menu a {
padding: 0 20px;
}
}

/*招商加盟*/
.join {
background: #f1f1f1;
}

.sjoin-one {
padding: 40px 0 80px;
background: #f1f1f1;
}

.sjo-slide img {
display: block;
width: 100%;
}

.sjo-slide {
position: relative;
}

.sjo-font {
padding: 120px 90px;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.sjo-font p {
font-size: 16px;
color: #fff;
line-height: 36px;
}

.sjo-nav {
background: white;
overflow: hidden;
}

.sjo-pagination {
overflow: hidden;
}

.sjo-nav .sjo-page {
position: relative;
opacity: 1;
height: auto;
border-radius: 0;
background: none;
float: left;
width: 33.3333333%;
padding: 22px 0 17px;
border-bottom: solid 1px #fff;
}

.sjo-nav .sjo-page::after {
position: absolute;
content: '';
width: 1px;
height: 68px;
top: 20px;
right: 0;
background: #dbdbdb;
}

.sjo-nav .sjo-page:last-child::after {
display: none;
}

.sjo-icon {
width: 40px;
height: 40px;
margin: 0 auto;
overflow: hidden;
}

.sjo-icon img {
display: block;
width: 100%;
height: 100%;
transition: all .5s;
}

.sjo-page h3 {
font-weight: bold;
font-size: 18px;
color: #444;
text-align: center;
line-height: 20px;
margin-top: 8px;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
transform: translateY(-40px);
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active h3 {
color: #e9541a;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active {
border-bottom: solid 3px #e9541a;
}

.sjoin-two {
padding: 80px 0 75px;
background: white;
}

.sjoin-two ul {
margin-top: 57px;
}

.sjoin-two li {
width: 20%;
float: left;
text-align: center;
}

.sjt-icon {
width: 91px;
height: 91px;
border-radius: 50%;
background: #b7020a;
margin: 0 auto;
}

.sjt-icon img {
display: block;
width: 100%;
height: 100%;
}

.sjoin-two li p {
padding: 0 15px;
font-size: 16px;
color: #666;
line-height: 26px;
margin-top: 35px;
}

.sjoin-two li:hover .sjt-icon {
-webkit-animation: doudong 1.5s ease;
animation: doudong 1.5s ease;
}

@-webkit-keyframes doudong {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}

20% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}

40% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}

60% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
}

80% {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}

100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

@keyframes doudong {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}

20% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
}

40% {
-webkit-transform: translateY(-6px);
transform: translateY(-6px);
}

60% {
-webkit-transform: translateY(3px);
transform: translateY(3px);
}

80% {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}

100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}

.sjoin-three {
padding-top: 78px;
padding-bottom: 45px;
}

.sjoin-three ul {
margin: 50px -15px 0;
}

.sjoin-three li {
width: 33.33333333%;
float: left;
padding: 0 15px;
margin-bottom: 33px;
}

.sje-num {
font-weight: bold;
padding-left: 30px;
font-size: 60px;
line-height: 48px;
font-family: arial;
color: #d1d1d1;
position: relative;
z-index: 4;
}

.sje-font {
background: white;
position: relative;
padding: 29px 30px;
margin-top: -11px;
}

.sje-font p {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 16px;
color: #555;
line-height: 24px;
height: 48px;
}

.sje-font::after {
bottom: -20px;
left: 35px;
transition: all 1.5s;
position: absolute;
z-index: 3;
content: '';
width: 0;
height: 0;
border-bottom: solid 10px transparent;
border-left: solid 7px transparent;
border-top: solid 10px white;
border-right: solid 7px transparent;
}

.sje-pic {
width: 100%;
overflow: hidden;
}

.sje-pic img {
width: 100%;
display: block;
transition: all .4s;
}

.sjoin-three li:hover img {
transform: scale(1.05);
}

.sjoin-three li:hover .sje-font::after {
left: 50%;
}

.sjf {
margin-top: 45px;
padding: 30px 0 25px;
background: url(../images/sjf-bg.jpg) no-repeat center;
background-size: cover;
}

.sjf ul {
padding: 0 105px;
}

.sjf li {
width: 25%;
float: left;
padding: 40px 0;
}

.sjf-icon {
position: relative;
width: 133px;
height: 100px;
padding: 0 16.5px;
background: white;
border-radius: 10px;
margin: 0 auto;
}

.sjf-icon img {
display: block;
height: 100%;
}

.sjf-icon::after {
position: absolute;
content: '';
height: 100%;
top: 0;
width: 114px;
right: -114px;
background: url(../images/sjf-after.png) no-repeat center;
}

.sjf li h3 {
font-size: 16px;
color: #fff;
line-height: 24px;
margin-top: 10px;
text-align: center;
}

.sjf li:nth-child(4n) .sjf-icon::after {
display: none;
}

.sjoin-five {
padding: 78px 0 80px;
}

.sjv {
background: white;
padding: 42px 0 79px;
}

.sjv-form {
width: 600px;
margin: 0 auto;
margin-top: 45px;
}

.sjv-text {
height: 56px;
border: solid 1px #e5e5e5;
margin-bottom: 10px;
}

.sjv-text input {
width: 100%;
height: 100%;
padding: 0 15px;
font-size: 14px;
color: #888;
line-height: 54px;
border: none;
background: none;
}

.sjv-area {
height: 116px;
border: solid 1px #e5e5e5;
margin-bottom: 30px;
}

.sjv-area textarea {
width: 100%;
height: 100%;
padding: 10px 15px;
font-size: 14px;
color: #888;
border: none;
background: none;
resize: none;
}

.sjv-form button {
transition: all .5s;
cursor: pointer;
display: block;
color: white;
width: 138px;
height: 46px;
text-align: center;
line-height: 46px;
background: #b7020a;
margin: 0 auto;
border: none;
outline: none;
}

.sjv-form button:hover {
background: #e9541a;
}

@media (max-width: 1259px) {
.sjf ul {
padding: 0;
}

.sjf-icon::after {
width: 102px;
right: -102px;
}

.ny-banner img.ny-pc {
display: none;
}

.ny-banner img.ny-app {
display: block;
}

.ny-banner {
margin-top: 0;
}
}

@media (max-width: 991px) {
.sjo-font {
padding: 60px 40px;
}

.sjf-icon::after {
width: 47px;
right: -47px;
background-size: contain;
}

.second-menu a {
padding: 0 20px;
}
}

@media (max-width: 767px) {
.ny-font {
margin-top: -10px;
}

.ny-font .ny-tit {
font-size: 30px;
}

.crumb p, .crumb p a {
line-height: 20px;
}

.ny-font .ny-dec {
font-size: 15px;
line-height: 20px;
margin-top: 5px;
}

.sjoin-one {
padding-bottom: 40px;
}

.sjo-nav .sjo-page {
padding: 10px 0;
}

.sjo-icon {
width: 35px;
height: 35px;
}

.sjo-page h3 {
font-size: 14px;
line-height: 16px;
margin-top: 3px;
}

.sjo-nav .sjo-page.swiper-pagination-bullet-active .sjo-icon img {
transform: translateY(-35px);
}

.sjo-font {
padding: 20px 15px;
margin-right: 10px;
overflow-y: auto;
width: 100%;
position: static;
background: white;
}

.sjo-font::-webkit-scrollbar {
width: 2px;
background-color: #fff;
}

.sjo-font::-webkit-scrollbar-thumb {
background-color: #e9541a;
border-radius: 10px;
}

.sjo-font p {
font-size: 13px;
line-height: 22px;
color: #666;
}

.sjo-nav .sjo-page::after {
height: 40px;
}

.inner-tit {
font-size: 22px;
line-height: 26px;
}

.sjoin-two {
padding: 40px 0 30px;
}

.sjoin-two ul {
margin-top: 25px;
}

.sjoin-two li {
width: 100%;
float: none;
overflow: hidden;
margin-bottom: 15px;
}

.sjt-icon {
float: left;
width: 50px;
height: 50px;
margin: 0;
}

.sjoin-two li p {
margin-left: 65px;
margin-top: 0;
text-align: left;
padding: 0;
font-size: 14px;
line-height: 25px;
}

.sjoin-three {
padding: 40px 0 20px;
}

.sjoin-three li {
width: 100%;
padding: 0 5px;
margin-bottom: 20px;
}

.sjoin-three ul {
margin: 25px -5px 0;
}

.sje-font p {
line-height: 22px;
height: auto;
-webkit-line-clamp: initial;
font-size: 14px;
}

.sje-font {
padding: 15px;
}

.sje-num {
font-size: 40px;
line-height: 30px;
padding-left: 15px;
}

.sjf {
margin-top: 25px;
padding: 30px 0;
}

.sjf li {
padding: 10px 0;
}

.sjf-icon {
width: 70px;
height: 50px;
padding: 0 10px;
}

.sjf li h3 {
font-size: 12px;
line-height: 20px;
margin-top: 3px;
}

.sjf-icon::after {
display: none;
}

.sjoin-five {
padding: 40px 0;
background: white;
}

.sjv {
padding: 0;
}

.sjv-form {
width: 100%;
margin-top: 25px;
}

.sjv-text {
height: 40px;
}

.sjv-text input {
padding: 0 10px;
}

.sjv-form button {
width: 130px;
height: 35px;
line-height: 35px;
}

.sjv-area {
margin-bottom: 20px;
}
}

/*===========投资者关系===========*/
.nei_anchor {
padding: 15px 0;
text-align: center;
display: none;
position: fixed;
left: 0;
top: 0;
font-size: 0;
width: 100%;
z-index: 1001;
background: #fff;
box-shadow: 0px 0px 8px 0px #d6d6d6;
}

.nei_anchor span {
margin: 0 8px;
text-align: center;
height: 40px;
width: 136px;
line-height: 40px;
display: inline-block;
*display: inline;
*zoom: 1;
}

.nei_anchor span a {
text-transform: uppercase;
font-family: arial;
height: 40px;
font-size: 16px;
color: #666;
line-height: 40px;
display: block;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
position: relative;
}

.nei_anchor span a:after {
content: '';
width: 1px;
height: 17px;
background: #dadada;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.nei_anchor span:last-child a:after {
display: none;
}

.nei_anchor span:hover a, .nei_anchor span.on a {
font-weight: bold;
color: #b7020a;
}

.invest {
background: #f1f1f1;
padding-bottom: 80px;
}

.sinv-one {
padding: 40px 0 60px;
}

.sio {
background: white;
}

.sio-left {
padding: 57px 40px 53px;
width: 50%;
float: left;
background: url(../images/sio-left.png) no-repeat center;
background-size: cover;
}

.sio-left h3 {
margin-bottom: 20px;
padding-bottom: 11px;
border-bottom: solid 1px rgba(255,255,255,0.2);
font-size: 26px;
color: white;
line-height: 36px;
font-weight: bold;
}

.sio-dec {
overflow: hidden;
}

.sio-dec span {
float: left;
width: 23%;
color: white;
font-size: 14px;
line-height: 36px;
}

.sio-dec p {
margin-left: 23%;
color: white;
font-size: 14px;
line-height: 36px;
}

.sio-right {
padding: 57px 40px 0px;
width: 50%;
float: left;
}

.sio-right h3 {
margin-bottom: 20px;
font-size: 26px;
color: #333;
line-height: 36px;
font-weight: bold;
}

.sio-font {
border: solid 1px #eeeeee;
width: 420px;
}

.sio-top {
padding: 16px 20px 14px;
border-bottom: solid 1px #eee;
}

.sio-name, .sio-hq {
overflow: hidden;
}

.sio-name h4 {
float: left;
font-size: 22px;
color: #333;
line-height: 36px;
}

.sio-name h5 {
margin-left: 88px;
float: left;
font-size: 26px;
color: #0f870f;
line-height: 36px;
font-family: arial;
}

.sio-name h6 {
margin-left: 20px;
float: left;
font-size: 14px;
color: #0f870f;
line-height: 36px;
font-family: arial;
}

.sio-hq p {
font-size: 14px;
color: #666;
line-height: 24px;
float: left;
margin-right: 30px;
}

.sio-hq span {
font-size: 14px;
color: #888;
line-height: 24px;
float: left;
font-family: arial;
}

.sio-bot {
padding: 19px 20px;
}

.sio-bot li {
float: left;
min-width: 112px;
font-size: 14px;
color: #666;
line-height: 36px;
}

.sio-bot li i {
font-style: normal;
color: #0f870f;
}

.sio-bot li b {
font-weight: normal;
color: #e10101;
}

.sinv-two {
padding-bottom: 80px;
}

.sit-nav {
overflow: hidden;
border-bottom: solid 2px #e9541a;
background: white;
}

.sit-nav a {
position: relative;
display: block;
width: 33.33333333%;
float: left;
text-align: center;
font-size: 18px;
color: #333;
line-height: 58px;
font-weight: bold;
}

.sit-nav a::after {
position: absolute;
content: '';
width: 1px;
height: 50%;
top: 14.5px;
right: 0;
background: #d7d7d7;
}

.sit-nav a:last-child::after {
display: none;
}

.sit-nav a span {
padding-left: 32px;
display: inline-block;
line-height: 58px;
}

.sit-nav a.sit-a1 span {
background: url(../images/sit-a1.png) no-repeat left center;
}

.sit-nav a.sit-a2 span {
background: url(../images/sit-a2.png) no-repeat left center;
}

.sit-nav a.sit-a3 span {
background: url(../images/sit-a3.png) no-repeat left center;
}

.sit-nav a.on {
background: #e9541a;
color: white;
}

.sit-nav a.on::after {
display: none;
}

.sit-nav a.on.sit-a1 span {
background-image: url(../images/sit-a1H.png);
}

.sit-nav a.on.sit-a2 span {
background-image: url(../images/sit-a2H.png);
}

.sit-nav a.on.sit-a3 span {
background-image: url(../images/sit-a3H.png);
}

.sit-big {
margin-bottom: 41px;
}

.sit-box {
display: none;
padding: 38px 30px 41px;
background: white;
overflow: hidden;
}

.sit-box.on {
display: block;
}

.sit-li {
width: 50%;
padding: 0 10px;
float: left;
}

.sit-list {
overflow: hidden;
display: block;
width: 100%;
margin-bottom: 20px;
padding: 20px 30px;
border: solid 1px #eeeeee;
}

.sit-pic {
width: 89px;
height: 91px;
overflow: hidden;
float: left;
background: #f3f3f3;
}

.sit-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.sit-font {
margin-left: 114px;
padding-top: 15px;
}

.sit-font h3 {
color: #444;
font-size: 18px;
line-height: 36px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.sit-font span {
display: block;
color: #888;
font-size: 14px;
line-height: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.sit-list:hover .sit-font h3 {
color: #e9541a;
}
/*分页*/
.pagee {
text-align: center;
position: relative;
}

.pagee a {
display: inline-block;
width: 40px;
background: #fff;
height: 40px;
font-size: 16px;
color: #333;
text-align: center;
line-height: 40px;
margin: 0 3px;
}

.pagee a:hover, .pagee a.on {
color: #fff;
background-color: #b7020a;
}

.pagee a.prev, .pagee a.next {
font-weight: bolder;
}

.sie-nav {
overflow: hidden;
border-bottom: solid 2px #e9541a;
background: white;
}

.sie-nav .sie-page {
height: auto;
border-radius: 0;
background: none;
opacity: 1;
position: relative;
display: block;
width: 25%;
float: left;
text-align: center;
font-size: 18px;
color: #333;
line-height: 58px;
font-weight: bold;
}

.sie-nav .sie-page::after {
position: absolute;
content: '';
width: 1px;
height: 50%;
top: 14.5px;
right: 0;
background: #d7d7d7;
}

.sie-nav .sie-page:last-child::after {
display: none;
}

.sie-nav .sie-page.swiper-pagination-bullet-active {
background: #e9541a;
color: white;
}

.sie-nav .sie-page.swiper-pagination-bullet-active::after {
display: none;
}

.sie-swiper {
background: white;
padding: 46px 40px 69px;
}

.sie-swiper li {
margin-bottom: 50px;
float: left;
width: 50%;
}

.sie-swiper li.li-big {
width: 100%;
}

.sie-swiper li.li-hide {
display: none;
}

.sie-pic {
float: left;
width: 138px;
height: 138px;
border-radius: 50%;
overflow: hidden;
}

.sie-pic img {
display: block;
width: 100%;
height: 100%;
}

.sie-font {
margin-left: 170px;
height: 138px;
}

.sie-font .sie-name {
line-height: 36px;
color: #333;
font-size: 18px;
}

.sie-font .sie-dec {
line-height: 28px;
color: #666;
line-height: 28px;
}

.sie-more {
transition: all .5s;
width: 158px;
height: 43px;
overflow: hidden;
background: #b2b2b2;
}

.sie-more a {
display: block;
height: 100%;
text-align: center;
line-height: 43px;
color: white;
font-size: 14px;
}

.sie-more a i {
padding-left: 5px;
font-size: 12px;
}

.sie-more:hover {
background: #e9541a;
}

.sinv-four {
margin-top: 40px;
padding: 40px 40px 60px;
background: white;
}

.sif-tit {
font-size: 26px;
line-height: 36px;
color: #333;
font-weight: bold;
margin-bottom: 22px;
}

.sif-list {
float: left;
width: 33.3333333%;
padding: 0 10px;
}

.sif-li {
margin: 0 -10px 10px;
}

.sif-li input {
display: block;
width: 100%;
height: 50px;
border: solid 1px #eaeaea;
font-size: 16px;
color: #888;
padding: 0 13px;
}

.sif-big {
float: left;
width: 100%;
padding: 0 10px;
}

.sif-area textarea {
display: block;
width: 100%;
height: 127px;
border: solid 1px #eaeaea;
font-size: 16px;
color: #888;
padding: 10px 13px;
resize: none;
}

.sif-sub input {
width: 158px;
height: 43px;
background: #b7020a;
font-size: 14px;
color: white;
border: none;
outline: none;
}

.sif-sub {
margin-top: 33px;
}

.sif-sub input:hover {
background: #e9541a;
}

@media (max-width: 1259px) {
.sio-font {
width: 390px;
}

.sie-pic {
width: 120px;
height: 120px;
}

.sie-font {
margin-left: 140px;
height: 120px;
}
}

@media (max-width: 991px) {
.sio-left {
width: 100%;
}

.sio-right {
width: 100%;
padding-bottom: 50px;
padding-top: 30px;
}

.sio-font {
width: 100%;
}

.sit-box {
padding: 38px 20px 40px;
}

.sit-list {
padding: 20px;
}

.sit-pic {
width: 80px;
height: 81px;
}

.sit-font {
margin-left: 100px;
padding-top: 12px;
}
}

@media (max-width:767px) {
.sinv-one {
padding: 40px 0;
}

.second-menu {
padding: 8px 0;
}

.second-menu a {
padding: 0 15px;
font-size: 14px;
}

.nei_anchor {
display: none !important;
}

.sio-left {
padding: 30px 20px;
}

.sio-left h3, .sio-right h3, .sif-tit {
font-size: 20px;
line-height: 26px;
padding-bottom: 7px;
margin-bottom: 10px;
}

.sio-dec span, .sio-dec p {
line-height: 30px;
}

.sio-dec span {
width: 30%;
}

.sio-dec p {
margin-left: 30%;
}

.sio-right {
padding: 30px 20px;
}

.sio-top {
padding: 15px;
}

.sio-name h4 {
font-size: 18px;
line-height: 26px;
}

.sio-name h5 {
font-size: 20px;
line-height: 26px;
margin-left: 30px;
}

.sio-name h6 {
font-size: 14px;
line-height: 26px;
margin-left: 15px;
}

.sio-hq {
margin-top: 5px;
}

.sio-bot {
padding: 15px;
}

.sio-bot li {
line-height: 26px;
font-size: 13px;
}

.sit-nav a {
font-size: 12px;
line-height: 40px;
}

.sit-nav a span {
padding-left: 20px;
line-height: 40px;
}

.sit-nav a.sit-a1 span, .sit-nav a.sit-a2 span, .sit-nav a.sit-a3 span {
background-size: 15px;
}

.sit-box {
padding: 30px 15px 20px;
}

.sit-li {
width: 100%;
padding: 0;
}

.sit-list {
padding: 10px;
margin-bottom: 10px;
}

.sit-pic {
width: 60px;
height: 61px;
}

.sit-font {
margin-left: 75px;
padding-top: 7px;
}

.sit-font h3 {
font-size: 14px;
line-height: 26px;
}

.sit-font span {
font-size: 12px;
}

.sit-big {
margin-bottom: 25px;
}

.pagee a {
font-size: 14px;
width: 30px;
height: 30px;
line-height: 30px;
}

.sinv-two {
padding-bottom: 40px;
}

.sie-nav .sie-page {
font-size: 12px;
line-height: 38px;
}

.sie-nav .sie-page::after {
top: 9.5px;
}

.sie-swiper {
padding: 30px 15px 40px;
}

.sie-swiper li {
width: 100%;
margin-bottom: 15px;
}

.sie-pic {
width: 90px;
height: 90px;
}

.sie-font {
height: 90px;
margin-left: 100px;
}

.sie-font .sie-name {
font-size: 14px;
line-height: 26px;
}

.sie-font .sie-dec {
font-size: 12px;
line-height: 20px;
}

.sie-more {
width: 130px;
height: 35px;
}

.sie-more a {
line-height: 35px;
font-size: 13px;
}

.sinv-four {
padding: 28px 15px 40px;
}

.sif-list, .sif-big {
width: 100%;
padding: 0;
margin-bottom: 10px;
}

.sif-li {
margin: 0;
}

.sif-li input {
height: 40px;
font-size: 14px;
padding: 0 10px;
}

.sif-area textarea {
height: 100px;
font-size: 14px;
padding: 8px 10px;
}

.sif-sub input {
width: 130px;
height: 35px;
font-size: 13px;
}

.sif-sub {
margin-top: 25px;
}
}

/*========成功案例===========*/
.appli {
background: #f1f1f1;
padding: 50px 0 77px;
}

.appli.section {
overflow: visible !important;
}

.appli-box {
margin: 0 -11px;
overflow: hidden;
padding-bottom: 18px;
}

.appli-li {
padding: 0 11px;
width: 33.33333333%;
float: left;
margin-bottom: 22px;
}

.appli-list {
display: block;
width: 100%;
overflow: hidden;
position: relative;
}

.appli-pic {
width: 100%;
overflow: hidden;
}

.appli-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.appli-font {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
position: absolute;
width: 100%;
left: 0;
bottom: 0;
color: white;
line-height: 45px;
text-align: center;
font-size: 18px;
background: rgba(0,0,0,0.5);
}

.appli-list:hover img {
transform: scale(1.05);
}

.appli-float {
float: left;
margin-right: 10px;
}

.appli-item {
position: relative;
}

.appli-top {
width: 170px;
height: 46px;
background: white;
border: solid 1px #e9541a;
padding: 0 24px 0 33px;
}

.appli-category {
float: left;
display: block;
font-size: 16px;
line-height: 44px;
color: #e9541a;
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
position: relative;
}

.appli-tig {
float: right;
line-height: 44px;
color: #e9541a;
}

.appli-item:hover .appli-top {
background: #e9541a;
}

.appli-item:hover .appli-category, .appli-item:hover .appli-tig {
color: #fff;
}

.appli-dropdown {
position: absolute;
width: 100%;
top: 100%;
left: 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;
}

.appli-pad a {
display: block;
border-bottom: solid 1px #eee;
padding: 13px 30px;
line-height: 24px;
font-size: 16px;
}

.appli-item:hover .appli-dropdown {
max-height: 450px;
opacity: 1;
}

.appli-pad a:hover {
color: #e9541a;
}

@media (max-width: 767px) {
.appli-box {
margin: 0 -7.5px;
padding-bottom: 15px;
}

.appli-li {
width: 50%;
padding: 0 7.5px;
margin-bottom: 15px;
}

.appli-nav {
margin: 0 -7.5px;
}

.appli-float {
margin-right: 0;
padding: 0 7.5px;
width: 50%;
}

.appli-top {
width: 100%;
height: 40px;
padding: 0 20px;
}

.appli-category, .appli-tig {
line-height: 38px;
}

.appli-pad a {
font-size: 14px;
padding: 10px 20px;
line-height: 20px;
}

.appli {
padding: 40px 0 45px;
}

.appli-font {
line-height: 40px;
font-size: 15px;
padding: 0 15px;
}
}

/*========成功案例详情===========*/
.appinfo {
padding: 60px 0;
background: #f1f1f1;
}

.ainfo h1 {
font-size: 30px;
color: #333;
line-height: 40px;
text-align: center;
font-weight: bold;
}

.appli-dec {
margin-bottom: 35px;
font-family: arial;
font-size: 14px;
color: #888;
line-height: 40px;
text-align: center;
text-align: center;
}


.appdt-cont {
margin: 20px 0 50px;
}

.appli-dec span {
padding-left: 22px;
display: inline-block;
margin: 0 9px;
}

.appli-dec span.appli-time {
background: url(../images/appli-time.png) no-repeat left center;
display: none;
}

.appli-dec span.appli-look {
background: url(../images/appli-look.png) no-repeat left center;
display: none;
}

.appli-dec span.appli-zan {
cursor: pointer;
background: url(../images/appli-zan.png) no-repeat left center;
display: none;
}

.appli-dec span.appli-zan.on {
background-image: url(../images/appli-zanH.png);
}

.ainfo p {
color: #666;
font-size: 14px;
line-height: 30px;
}

.info-page {
float: left;
overflow: hidden;
}

.info-page a {
transition: all .5s;
display: block;
margin-right: 10px;
font-size: 16px;
float: left;
border: solid 1px #b7020a;
line-height: 40px;
color: #b7020a;
}

.info-page a i {
font-weight: bolder;
padding: 0 10px;
font-size: 16px !important;
}

.info-page a.info-prev {
padding: 0 40px 0 30px;
}

.info-page a.info-next {
padding: 0 30px 0 40px;
}

.info-page a:hover {
color: white;
background: #b7020a;
}

.info-share {
float: right;
}

.info-share span {
float: left;
line-height: 40px;
color: #666;
font-size: 14px;
}

.info-share .bshare-custom a {
margin-left: 8px;
width: 32px;
height: 32px;
border-radius: 50%;
float: left;
padding-left: 0;
}

.info-share .bshare-custom {
float: left;
padding: 4px 0;
margin-left: 8px;
}

.info-share .bshare-custom a.bshare-sinaminiblog {
background: url(../images/info-wb.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-weixin {
background: url(../images/info-wx.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-qqim {
background: url(../images/info-qq.png) no-repeat center;
}

.info-share .bshare-custom a.bshare-qzone {
background: url(../images/info-qz.png) no-repeat center;
}

.asolution {
padding-top: 55px;
}

.asolution h3 {
font-size: 26px;
line-height: 36px;
color: #333;
font-weight: bold;
margin-bottom: 35px;
}

@media (max-width: 991px) {
.ainfo p img {
display: block;
width: 100%;
}
}

@media (max-width: 767px) {
.appinfo {
padding: 40px 0;
}

.ainfo h1 {
font-size: 24px;
line-height: 30px;
}

.appli-dec {
margin-bottom: 10px;
}

.ainfo p {
line-height: 24px;
}

.info-page, .info-share {
float: none;
}

.info-page a.info-prev {
padding: 0 20px 0 10px;
}

.info-page a i {
padding: 0 5px;
}

.info-page a.info-next {
padding: 0 10px 0 20px;
}

.info-share {
margin-top: 10px;
}

.asolution {
padding-top: 30px;
}

.asolution h3 {
font-size: 20px;
line-height: 24px;
margin-bottom: 20px;
}

.info-page a {
line-height: 34px;
}
}




/*============解决方案===================*/
.solution {
padding: 60px 0 65px;
background: #f1f1f1;
}

.solu-box {
margin: 0 -7.5px;
overflow: hidden;
}

.solu-li {
padding: 0 7.5px;
width: 33.33333333%;
float: left;
margin-bottom: 15px;
}

.solu-list {
display: block;
width: 100%;
}

.solu-pic {
width: 100%;
overflow: hidden;
}

.solu-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.solu-font {
padding: 33px 25px 24px;
background: #f7f7f7;
}

.solu-font h4 {
transition: all .5s;
font-size: 24px;
line-height: 32px;
color: #333333;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.solu-font p {
font-size: 14px;
line-height: 24px;
color: #888;
height: 48px;
margin: 9px 0 13px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.solu-font span {
transition: all .5s;
display: inline-block;
padding-left: 33px;
font-size: 16px;
color: #333;
background: url(../images/solu-more.png) no-repeat left center;
transition: all .5s;
line-height: 40px;
}

.solu-list:hover img {
transform: scale(1.05);
}

.solu-list:hover .solu-font h4 {
color: #b7020a;
}

.solu-list:hover .solu-font span {
color: #b7020a;
transform: translateX(10px);
}

@media (max-width: 767px) {
.solu-li {
width: 50%;
}

.solu-font {
padding: 20px 15px;
}

.solu-font h4 {
font-size: 17px;
line-height: 20px;
}

.solu-font p {
font-size: 13px;
line-height: 20px;
height: 40px;
}

.solu-font span {
line-height: 24px;
font-size: 13px;
background-size: 20px;
padding-left: 25px;
}

.solution {
padding: 40px 0;
}
}

/*============解决方案详情===================*/
.sinfo-one {
padding: 60px 0 64px;
background: #f1f1f1;
}

.sinfo-one h1 {
font-size: 30px;
color: #333;
line-height: 40px;
text-align: center;
font-weight: bold;
}

.sinfo-one p {
font-size: 14px;
color: #777;
line-height: 26px;
text-align: center;
}

.sinfo-one .appli-dec {
margin-bottom: 30px;
}

.sso-box {
background: white;
padding: 68px 50px;
overflow: hidden;
margin-top: 36px;
}

.sso-left {
float: left;
width: 60%;
}

.sso-left img {
display: block;
width: 100%;
}

.sso-right {
padding-left: 35px;
float: left;
width: 40%;
padding-top: 73px;
}

.sso-right p {
font-size: 14px;
color: #777;
line-height: 26px;
text-align: left;
}

.sinfo-two {
padding: 57px 0 68px;
background: url(../images/sst-bg.jpg) no-repeat center;
background-size: cover;
}

.sst-tit {
font-size: 30px;
line-height: 40px;
color: #fff;
font-weight: bold;
text-align: center;
}

.sst-dec {
font-size: 15px;
line-height: 30px;
color: rgba(255,255,255,0.6);
margin: 8px 0 40px;
text-align: center;
}

.sst-swiper {
position: relative;
padding-bottom: 77px;
}

.sst-top {
transition: all .5s;
border-right: solid 1px #fdfdfd;
padding: 47px 0 34px;
background: rgba(255,255,255,0.9);
}

.sst-icon {
width: 80px;
height: 80px;
margin: 0 auto;
overflow: hidden;
}

.sst-icon img {
transition: all .5s;
display: block;
width: 100%;
}

.sst-top h3 {
transition: all .5s;
text-align: center;
font-size: 22px;
color: #333333;
line-height: 30px;
margin-top: 14px;
}

.sst-bot {
transition: all .5s;
border-right: solid 1px rgba(106,119,150,0.24);
height: 164px;
padding-top: 26px;
background: rgba(106,119,150,0.3);
}

.sst-bot p {
font-size: 15px;
color: rgba(255,255,255,0.62);
text-align: center;
}

.sst-swiper .swiper-slide:hover .sst-top {
background: #e9541a;
}

.sst-swiper .swiper-slide:hover .sst-icon img {
transform: translateY(-80px);
}

.sst-swiper .swiper-slide:hover .sst-top h3 {
color: white;
}

.sst-swiper .swiper-slide:hover .sst-bot {
background: #fff;
}

.sst-swiper .swiper-slide:hover .sst-bot p {
color: #666666;
}

.sst-swiper .swiper-pagination {
bottom: 2.5px;
width: 100%;
}

.sst-swiper .swiper-pagination-bullet {
margin: 0 4px;
width: 11px;
height: 11px;
opacity: 1;
border: solid 1px rgba(255,255,255,0.6);
background: none;
}

.sst-swiper .swiper-pagination-bullet-active {
background: #e9541a;
border-color: #e9541a;
}

.sst-swiper .swiper-button-next.swiper-button-disabled, .sst-swiper .swiper-button-prev.swiper-button-disabled {
opacity: 1
}

.sst-swiper .sst-prev, .sst-swiper .sst-next {
z-index: 33;
background: none;
top: auto;
margin-top: 0;
bottom: 0;
color: white;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 20px;
}

.sst-swiper .sst-prev {
left: 44%;
}

.sst-swiper .sst-next {
right: 44%;
}

.sinfo-three {
padding-top: 53px;
background: #f1f1f1;
padding-bottom: 20px;
}

.sinfo-tit {
font-size: 26px;
color: #333;
line-height: 40px;
text-align: center;
font-weight: bold;
margin-bottom: 23px;
}

.sinfo-four {
background: #f1f1f1;
padding-bottom: 80px;
}

@media (max-width: 1259px) {
.sst-top h3 {
font-size: 20px;
}

.sso-right {
padding-left: 0;
padding-top: 0;
}

.sso-box {
padding: 30px;
}
}

@media (max-width: 991px) {
.sst-top h3 {
font-size: 16px;
}

.sst-bot p {
font-size: 14px;
}

.sst-top {
padding: 25px 0;
}

.sst-bot {
height: 130px;
}
}

@media (max-width: 767px) {
.sinfo-one {
padding: 40px 0;
}

.sinfo-one h1, .sinfo-tit, .sst-tit {
font-size: 24px;
line-height: 30px;
}

.sinfo-one .appli-dec {
margin-bottom: 10px;
}

.sinfo-one p {
line-height: 22px;
}

.sso-box {
margin-top: 20px;
}

.sso-box {
padding: 0;
}

.sso-left, .sso-right {
float: none;
width: 100%;
}

.sso-right {
padding: 15px 15px 20px;
}

.sst-icon {
width: 50px;
height: 50px;
}

.sst-swiper .swiper-slide:hover .sst-icon img {
transform: translateY(-50px);
}

.sst-top h3 {
font-size: 14px;
margin-top: 5px;
}

.sst-top {
padding: 15px 0;
}

.sinfo-two {
padding: 40px 0;
}

.sst-dec {
font-size: 13px;
line-height: 20px;
margin-bottom: 25px;
}

.sst-bot {
height: 110px;
}

.sst-swiper {
padding-bottom: 50px;
}

.sst-swiper .sst-next {
right: 34%;
}

.sst-swiper .sst-prev {
left: 34%;
}

.sinfo-three {
padding-top: 40px;
}
}


/*=============产品列表================*/
.pro-box {
margin: 0 -11px;
overflow: hidden;
}

.pro-li {
width: 33.333333%;
float: left;
padding: 0 11px;
margin-bottom: 22px;
}

.pro-list {
display: block;
width: 100%;
background: white;
}

.pro-pic {
width: 100%;
overflow: hidden;
border-bottom: solid 1px #f1f1f1;
}

.pro-pic img {
display: block;
width: 100%;
height: 100%;
transition: all .5s;
}

.pro-font {
transition: all .5s;
padding: 18px 20px;
background: url(../images/pro-more.png) no-repeat right 35px center;
}

.pro-font h3 {
font-size: 16px;
color: #333;
line-height: 25px;
margin-right: 50px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.pro-font p {
font-size: 14px;
color: #888;
line-height: 24px;
margin-right: 50px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.pro-list:hover img {
transform: scale(1.05);
}

.pro-list:hover .pro-font h3 {
color: #b7020a;
}

.pro-list:hover .pro-font {
background-position: right 20px center;
background-image: url(../images/pro-moreH.png);
}

@media (max-width: 767px) {
.pro-box {
margin: 0 -7.5px;
}

.pro-li {
width: 50%;
padding: 0 7.5px;
margin-bottom: 15px;
}

.pro-font {
padding: 10px 13px;
background-size: 20px;
background-position: right 13px center;
}

.pro-font h3 {
margin-right: 25%;
}
}

/*============关于我们===================*/
.about-one {
padding-top: 60px;
background: #f1f3f6;
}

.abo-box {
position: relative;
overflow: hidden;
}

.abo-left {
width: 50%;
float: left;
position: relative;
overflow: hidden;
background: black;
}

.abo-left img {
display: block;
width: 100%;
opacity: 1;
}

.abo-left video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0
}

.abo-right {
padding: 83px 20px 89px 45px;
width: 50%;
position: absolute;
height: 100%;
background: white;
top: 0;
right: 0;
}

.abo-right h3 {
margin-bottom: 15px;
font-size: 20px;
color: #333;
font-weight: bold;
line-height: 30px;
}

.abo-dec p {
font-size: 14px;
color: #666;
line-height: 30px;
}

.abo-dec {
height: 85%;
padding-right: 40px;
overflow-y: auto;
}

.abo-dec::-webkit-scrollbar {
width: 3px;
background: url(../images/scroll.jpg) repeat-y center;
}

.abo-dec::-webkit-scrollbar-thumb {
background: url(../images/scrollH.jpg) repeat-y center;
border-radius: 10px;
}

.about-one ul {
padding: 31px 0;
}

.about-one li {
width: 33.3333333%;
float: left;
padding: 50px 0;
}

.abo-icon {
width: 80px;
height: 80px;
overflow: hidden;
float: left;
}

.abo-icon img {
display: block;
width: 100%;
}

.abo-font {
padding-left: 20px;
margin-left: 87px;
border-left: solid 1px #d4d4d4;
}

.abo-font h3 {
height: 60px;
color: #b7020a;
overflow: hidden;
font-size: 50px;
font-family: 'heb';
line-height: 46px;
}

.abo-font h3 span {
font-size: 62px;
}

.abo-font p {
font-size: 18px;
color: #666;
line-height: 20px;
}

.about-two {
padding: 80px 0;
}

.abt-slide {
height: 420px;
overflow: hidden;
position: relative;
}

.abt-top {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: all .5s;
}

.abt-top h3 {
margin-bottom: 4px;
font-weight: bold;
padding: 49px 25px 24px;
font-size: 20px;
color: #333;
line-height: 40px;
background: url(../images/abt-top.jpg) repeat-x center bottom;
}

.abt-top h4 {
padding: 0 25px;
margin-bottom: 6px;
font-size: 20px;
color: #333;
line-height: 46px;
font-family: 'Open Sans';
}

.abt-top p {
margin-bottom: 8px;
padding: 0 25px;
font-size: 14px;
color: rgba(102,102,102,.7);
line-height: 22px;
padding-right: 35px;
}

.abt-bot img {
display: block;
width: 100%;
height: 100%;
}

.abt-bot {
position: absolute;
width: 100%;
left: 0;
top: -100%;
transition: all .5s;
height: 100%;
}

.abt-font {
position: absolute;
width: 100%;
padding: 0 25px 5px;
left: 0;
bottom: 0;
}

.abt-font h3 {
font-size: 20px;
color: #fff;
font-weight: bold;
line-height: 30px;
}

.abt-font h4 {
margin-bottom: 16px;
font-size: 20px;
color: rgba(255,255,255,.6);
font-family: 'Open Sans';
line-height: 20px;
}

.abt-font p {
margin-bottom: 12px;
font-size: 14px;
color: rgba(255,255,255,.7);
line-height: 20px;
}

.abt-slide:hover .abt-bot {
top: 0;
}

.abt-slide:hover .abt-top {
top: 100%;
}

.abt-swiper {
position: relative;
}

.abt-swiper .swiper-pagination, .abt-swiper1 .swiper-pagination {
width: 100%;
display: none;
}

.abt-swiper .swiper-pagination-bullet, .abt-swiper1 .swiper-pagination-bullet, .abt-swiper.abt-swiper .swiper-pagination-bullet .swiper-pagination-bullet {
opacity: 1;
background: #d9d9d9;
margin: 0 5px;
}

.abt-swiper .swiper-pagination-bullet-active, .abt-swiper1 .swiper-pagination-bullet-active {
background: #e9541a;
}

.abt-swiper .swiper-button-prev, .abt-swiper .swiper-button-next {
width: 45px;
height: 45px;
border-radius: 50%;
background: #d9d9d9;
color: white;
text-align: center;
line-height: 45px;
font-size: 16px;
font-weight: bold;
top: 93px;
margin-top: 0;
}

.abt-swiper .swiper-button-prev {
left: -85px;
}

.abt-swiper .swiper-button-next {
right: -85px;
}

.abt-swiper .swiper-button-prev:hover,
.abt-swiper .swiper-button-next:hover {
background: #b7020a;
}

.about-three {
padding: 78px 0 96px;
background: #f1f3f6;
}

.about-tit {
font-size: 36px;
color: #333;
text-align: center;
font-weight: bold;
line-height: 40px;
}

.abe-dec {
font-size: 18px;
color: #666;
line-height: 22px;
text-align: center;
margin: 14px 0 38px;
}

.about-three ul {
margin: 0 -1.5px;
}

.about-three li {
width: 33.33333333%;
padding: 0 1.5px;
float: left;
}

.abe-li {
width: 100%;
overflow: hidden;
position: relative;
}

.abe-pic {
width: 100%;
overflow: hidden;
}

.abe-pic img {
display: block;
width: 100%;
}

.abe-font {
position: absolute;
width: 100%;
left: 0;
height: 100%;
top: 0;
background: rgba(0,0,0,0.5);
}

.abe-icon {
width: 70px;
height: 70px;
transition: all .5s;
overflow: hidden;
margin: 0 auto;
}

.abe-icon img {
display: block;
width: 100%;
}

.abe-mid {
transition: all .5s;
padding: 0 45px;
height: 138px;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
left: 0;
}

.abe-mid h3 {
font-size: 26px;
color: white;
font-weight: bold;
line-height: 30px;
margin-top: 20px;
margin-bottom: 18px;
text-align: center;
}

.abe-mid p {
font-size: 14px;
color: #fff;
line-height: 24px;
text-align: center;
height: 144px;
overflow-y: auto;
padding-right: 10px;
}

.abe-mid p::-webkit-scrollbar {
width: 3px;
background: url(../images/scroll.jpg) repeat-y center;
}

.abe-mid p::-webkit-scrollbar-thumb {
background: url(../images/scrollH.jpg) repeat-y center;
border-radius: 10px;
}

.about-three li:hover .abe-mid {
height: 282px;
}

.abf-tit {
transition: all .5s;
margin-bottom: 17px;
font-size: 36px;
line-height: 40px;
color: white;
font-weight: bold;
text-align: center;
}

.about-four {
transition: all .5s;
padding: 137px 0 186px;
background: url(../images/abf-bg.jpg) no-repeat center;
background-size: cover;
}

.about-four p {
transition: all .5s;
width: 600px;
text-align: center;
margin: 0 auto;
font-size: 16px;
color: #fff;
line-height: 30px;
}

.about-four:hover p, .about-four:hover .abf-tit {
transform: translateY(-10px);
}

.about-five {
padding: 77px 0 80px;
background-color: rgb(241 243 246);
}

.abv-dec {
font-size: 18px;
color: #666;
line-height: 22px;
text-align: center;
margin: 14px 0 52px;
}

.abv-pic {
width: 100%;
overflow: hidden;
padding: 0 29px;
display: block;
}

.abv-pic img {
display: block;
width: 100%;
}

.abv-swiper {
position: relative;
}

.abv-swiper .swiper-pagination {
width: 100%;
display: none;
bottom: 0;
}

.abv-swiper .swiper-pagination-bullet {
opacity: 1;
background: #d9d9d9;
margin: 0 5px;
}

.abv-swiper .swiper-pagination-bullet-active {
background: #e9541a;
}

.abv-swiper .swiper-button-prev, .abv-swiper .swiper-button-next {
width: 45px;
height: 45px;
border-radius: 50%;
background: #d9d9d9;
color: white;
text-align: center;
line-height: 45px;
font-size: 16px;
font-weight: bold;
top: 50%;
margin-top: -22.5px;
}

.abv-swiper .swiper-button-prev {
left: -45px;
}

.abv-swiper .swiper-button-next {
right: -45px;
}

.abv-swiper .swiper-button-prev:hover, .abv-swiper .swiper-button-next:hover {
background: #b7020a;
}

@media (max-width: 1400px) {
.abt-swiper .swiper-button-prev, .abt-swiper .swiper-button-next {
display: none;
}

.abt-swiper .swiper-pagination, .abt-swiper1 .swiper-pagination {
width: 100%;
display: block;
}
}

@media (max-width: 1320px) {
.abv-swiper .swiper-button-prev, .abv-swiper .swiper-button-next {
display: none;
}

.abv-swiper .swiper-pagination {
width: 100%;
display: block;
}
}

@media (max-width: 1259px) {
.abv-swiper {
padding-bottom: 30px;
}
}

@media (max-width: 991px) {
.abo-right {
padding: 40px 20px 40px 30px;
}

.abo-icon {
width: 70px;
height: 70px;
}

.abo-font {
margin-left: 70px;
padding-left: 10px;
}

.abo-font h3 {
height: 50px;
font-size: 40px;
}

.abo-font h3 span {
font-size: 50px;
}

.abt-slide {
height: 400px;
}

.abe-mid {
padding: 0 15px;
}
}

@media (max-width: 767px) {
.about-one {
padding-top: 40px;
}

.abo-left {
width: 100%;
float: none;
}

.abo-right {
width: 100%;
position: static;
padding: 30px 15px;
}

.abo-dec {
padding-right: 0;
}

.abo-right h3 {
margin-bottom: 10px;
}

.abo-dec p {
line-height: 22px;
}

.about-one li {
width: 50%;
padding: 15px 0;
}

.abo-icon {
height: 50px;
width: 50px;
}

.abo-font {
margin-left: 50px;
}

.abo-font h3 {
height: 30px;
line-height: 30px;
font-size: 20px;
}

.abo-font h3 span {
font-size: 30px;
}

.abo-font p {
font-size: 13px;
}

.about-one ul {
padding: 22px 0;
}

.about-two {
padding: 40px 0;
}

.abt-top h3 {
padding: 0 15px 10px;
font-size: 17px;
line-height: 24px;
}

.abt-top h4 {
padding: 0 15px;
font-size: 14px;
line-height: 24px;
}

.abt-top p {
padding: 0 15px;
}

.abt-bot {
display: none;
}

.abt-top {
position: static;
}

.abt-slide {
height: auto;
}

.abt-swiper {
padding-bottom: 10px;
}

.about-three {
padding: 40px 0 30px;
}

.about-tit {
font-size: 24px;
line-height: 28px;
}

.abe-dec {
font-size: 14px;
margin: 7px 0 25px;
}

.about-three li {
width: 100%;
margin-bottom: 20px;
}

.abe-mid p {
line-height: 22px;
}

.abe-mid h3 {
font-size: 20px;
line-height: 24px;
margin: 10px 0;
}

.abe-icon {
width: 50px;
height: 50px;
}

.abe-mid {
height: auto;
}

.abe-pic {
height: 285px;
}

.abf-tit {
font-size: 24px;
line-height: 28px;
margin-bottom: 12px;
}

.about-four {
padding: 50px 0;
}

.about-four p {
width: 100%;
font-size: 14px;
line-height: 22px;
}

.about-five {
padding: 40px 0;
}

.abv-dec {
font-size: 14px;
margin: 7px 0 25px;
}

.abv-pic {
padding: 0 10px;
}

.abv-swiper {
padding-bottom: 30px;
}
}

/*========产品列表===============*/
.product {
padding: 50px 0 80px;
background: #f1f1f1;
}

.pro-left {
float: left;
width: 280px;
}

.pro-search {
height: 46px;
background: #fff;
border: solid 1px #e5e5e5;
margin-bottom: 24px;
}

.pro-search .submit {
width: 44px;
height: 44px;
float: right;
background: url(../images/pro-search.png) no-repeat center;
}

.pro-search .text {
color: #bcbcbc;
font-size: 14px;
width: 234px;
height: 44px;
padding: 0 15px;
}

.pro-tit {
height: 90px;
background: #b7020a;
padding: 25px 25px 0;
}

.pro-tit h3 {
font-size: 26px;
line-height: 30px;
color: white;
}

.pro-tit h4 {
font-size: 13px;
line-height: 25px;
color: rgba(255,255,255,.67);
text-transform: uppercase;
}

.pro-menu {
padding: 0 6px;
background: white;
}

.pro-item1 {
position: relative;
height: 66px;
line-height: 65px;
border-bottom: solid 1px #eeeeee;
padding: 0 20px;
}

.pro-cate1 {
display: block;
margin-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 16px;
color: #222;
}

.pro-tig1 {
position: absolute;
right: 20px;
top: 0;
transition: all .5s;
width: 20px;
height: 65px;
background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-item2 {
position: relative;
height: 51px;
line-height: 50px;
border-bottom: solid 1px #eeeeee;
padding: 0 20px;
}

.pro-cate2 {
display: block;
margin-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 16px;
color: #555;
padding-left: 16px;
background: url(../images/pro-cate2.png) no-repeat left center;
}

.pro-tig2 {
position: absolute;
right: 20px;
top: 0;
transition: all .5s;
width: 20px;
height: 50px;
background: url(../images/pro-dowm.png) no-repeat center;
}

.pro-slide2 {
border-bottom: solid 1px #eeeeee;
}

.pro-pad {
padding: 7px 35px 4px 35px;
}

.pro-pad a {
display: block;
font-size: 14px;
color: #888;
line-height: 30px;
}

.pro-slide1, .pro-slide2 {
display: none;
}

.pro-parent1.open .pro-cate1, .pro-cate1:hover {
color: #b7020a;
font-weight: bold;
}

.pro-parent1.open .pro-tig1, .pro-parent2.open .pro-tig2 {
transform: rotate(90deg);
}

.pro-parent2.open .pro-cate2 {
color: #e9541a;
}

.pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
color: #e9541a;
}

.pro-parent1.open .pro-slide1, .pro-parent2.open .pro-slide2 {
display: block;
}

.pro-parent1:last-child .pro-item1 {
border-bottom: none;
}

.pro-right {
width: 896px;
float: right;
}

.center-box {
margin: 0 -8px;
overflow: hidden;
padding-bottom: 24px;
}

.center-li {
width: 33.333%;
float: left;
padding: 0 8px;
margin-bottom: 16px;
}

.center-list {
display: block;
width: 100%;
background: white;
}

.center-pic {
width: 100%;
overflow: hidden;
border-bottom: solid 1px #f1f1f1;
}

.center-pic2, .ino-img2 {
height: 240px;
position: relative;
}

.center-pic img {
display: block;
width: 100%;
height: 100%;
transition: all .5s;
}

.center-pic2 img, .ino-img2 img {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
margin: auto;
/* transform: translate(-50%, -50%); */
width: auto;
height: auto;
max-height: 85%;
max-width: 85%;
display: block;
}

.center-font {
transition: all .5s;
padding: 18px 20px;
background: url(../images/pro-more.png) no-repeat right 35px center;
}

.center-font h3 {
font-size: 16px;
color: #333;
line-height: 25px;
margin-right: 50px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.center-font p {
font-size: 14px;
color: #888;
line-height: 24px;
margin-right: 50px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: none;
}

.center-list:hover img {
transform: scale(1.05);
}

.center-list:hover .center-font h3 {
color: #b7020a;
}

.center-list:hover .center-font {
background-position: right 20px center;
background-image: url(../images/pro-moreH.png);
}

.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(../images/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(../images/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: url(../images/pro-cate2.png) no-repeat left center;
}

.app-menu .pro-tig2 {
position: absolute;
right: 20px;
top: 0;
transition: all .5s;
width: 20px;
height: 40px;
background: url(../images/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: #e9541a;
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: #e9541a;
}

.app-menu .pro-pad a.on, .pro-pad a:hover, .pro-cate2:hover {
color: #e9541a;
}

.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;
}

@media (max-width: 1259px) {
.pro-right {
width: 640px;
}

.center-li {
width: 50%;
}
}

@media (max-width:991px) {
.app-menu {
display: block;
}

.pro-nav {
display: none;
}

.pro-left, .pro-right {
width: 100%;
float: none;
}
}

@media (max-width:767px) {
.product {
padding: 40px 0 50px;
}

.center-pic2, .ino-img2 {
height: 160px;
}

.pro-search {
height: 40px;
}

.pro-search .text, .pro-search .submit {
height: 38px;
}

.pro-search .text {
width: 80%;
}

.center-box {
margin: 0 -7.5px;
padding-bottom: 10px;
}

.center-li {
padding: 0 7.5px;
margin-bottom: 15px;
}

.center-font {
padding: 10px 13px;
background-size: 20px;
background-position: right 13px center;
}

.center-font h3 {
margin-right: 25%;
}
}

/*===========================*/
.proi-right {
float: right;
width: 900px;
background: white;
padding: 30px 20px 80px;
}

.pir-left {
width: 446px;
float: left;
}

.jqzoom {
border: solid 1px #eee;
position: relative;
padding: 0px;
cursor: pointer;
margin: 0px;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}

.jqzoom img {
width: 100%;
height: 100%;
}

.zoomdiv {
z-index: 100;
position: absolute;
top: 0px;
left: 0px;
width: 368px;
height: 368px;
background: #ffffff;
display: none;
text-align: center;
overflow: hidden;
}

.jqZoomPup {
z-index: 10;
visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
border: 1px solid #aaa;
background: #ffffff;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}

.spec-preview {
width: 100%;
}

.spec-scroll {
width: 100%;
position: relative;
height: 78px;
margin-top: 20px;
}

.spec-scroll .prev {
left: 0px;
text-align: left;
}

.spec-scroll .next {
right: 0px;
text-align: right;
}

.spec-scroll .prev, .spec-scroll .next {
font-weight: bold;
position: absolute;
top: 0;
width: 28px;
height: 74px;
cursor: pointer;
line-height: 74px;
font-size: 20px;
color: #999;
}

.spec-scroll .prev:hover, .spec-scroll .next:hover {
color: #b7020a;
}

.spec-scroll .items {
width: 400px;
height: 100%;
overflow: hidden;
position: relative;
margin-left: 27px;
}

.spec-scroll .items ul {
position: absolute;
}

.spec-scroll .items ul li {
width: 100%;
width: 93px;
text-align: center;
float: left;
margin-right: 7px;
}

.spec-scroll .items ul li img {
border: 1px solid #eee;
width: 100%;
height: 100%;
}

.spec-scroll .items ul li.hover img {
border: 1px solid #b7020a;
}

.spec-scroll .items ul li p {
color: #333;
font-size: 16px;
text-align: center;
margin-bottom: 0px;
}

.pir-right {
width: 384px;
float: right;
}

.pir-right h3 {
margin-bottom: 20px;
font-size: 26px;
color: #333;
line-height: 26px;
font-weight: bold;
}

.pir-right h4 {
margin-bottom: 9px;
font-size: 14px;
color: #666;
display: none;
line-height: 30px;
}

.pir-right h5 {
font-size: 16px;
color: #333;
line-height: 36px;
font-weight: bold;
}

.pir-right p {
font-size: 14px;
color: #666;
line-height: 26px;
height: auto;
overflow-y: auto;
padding-right: 10px;
}

.pir-right p::-webkit-scrollbar {
width: 2px;
background-color: #dcdbdb;
}

.pir-right p::-webkit-scrollbar-thumb {
background-color: #b7020a;
border-radius: 10px;
}

.pir-more {
transition: all .4s;
color: white;
margin: 28px 5px 35px;
font-size: 16px;
width: 150px;
display: block;
background: #b7020a;
padding: 13px 20px;
line-height: 22px;
}

.pir-more i {
float: right;
}

.pri-btn {
font-size: 0;
margin: 0px -5px;
}

.pri-btn a {
display: inline-block;
}

.pir-right .info-share {
float: none;
display: none;
}

.pir-more:hover {
background: #e9541a;
}

.pir-bot {
margin-top: 80px;
}

.pir-nav {
height: 46px;
background: #f1f1f1;
overflow-x: auto;
white-space: nowrap;
}

.pir-nav a {
padding: 0 28px;
display: inline-block;
position: relative;
color: #333;
font-size: 18px;
line-height: 46px;
}

.pir-nav a::after {
position: absolute;
content: '';
width: 1px;
height: 18px;
right: 0;
top: 14px;
background: #dcdcdc;
}

.pir-nav a.on {
color: white;
background: #b7020a;
}

.pir-nav a.on::after {
display: none;
}

.pir-box h3 {
margin-bottom: 24px;
font-size: 16px;
color: #333;
font-weight: bold;
line-height: 40px;
}

.pir-box {
padding: 37px 10px 0;
display: none;
}

.pir-box img {
max-width: 100%;
}

.pir-box.on {
display: block;
}

.pir-list {
overflow: hidden;
margin-bottom: 11px;
}

.pir-icon {
width: 54px;
height: 54px;
float: left;
overflow: hidden;
}

.pir-icon img {
display: block;
width: 100%;
height: 100%;
}

.pir-list p {
margin-left: 70px;
font-size: 16px;
color: #666;
line-height: 26px;
padding-top: 13px;
}

.pir-ttn {
transition: all .4s;
border: solid 1px #dcdcdc;
margin-right: 10px;
float: left;
color: #666;
font-size: 16px;
width: 170px;
display: block;
background: #fff;
padding: 12px 32px;
line-height: 22px;
}

.pir-ttn i {
float: right;
}

.pir-ttn:hover {
background: #e9541a;
border: solid 1px #e9541a;
color: white;
}

.pir-btn {
margin-top: 40px;
}

.pir-swiper {
display: none;
position: relative;
border: solid 1px #eee;
}

.pir-pic img {
display: block;
width: 100%;
}

.pir-swiper .swiper-pagination {
width: 100%;
bottom: 15px;
}

.pir-swiper .swiper-pagination-bullet {
opacity: 1;
background: #d9d9d9;
margin: 0 5px;
}

.pir-swiper .swiper-pagination-bullet-active {
background: #b7020a;
}

.pri-page {
margin-top: 25px;
}

@media (max-width: 1259px) {
.proi-right {
width: 640px;
}

.pir-left, .pir-right {
float: none;
width: 100%;
}

.pir-right {
margin-top: 30px;
}

.zoomdiv, .jqZoomPup {
display: none !important;
}

.spec-scroll .items {
width: 500px;
margin-left: 52px;
}

.pir-right p {
padding-right: 0;
height: auto;
}
}

@media (max-width: 991px) {
.proi-right {
width: 100%;
}

.spec-scroll .items {
width: 600px;
margin-left: 42px;
}
}

@media (max-width: 767px) {
.pir-swiper {
display: block;
}

.pir-left {
display: none;
}

.proi-right {
padding: 35px 15px 40px;
}

.pir-right h3 {
font-size: 20px;
line-height: 20px;
}

.pir-right p {
line-height: 22px;
}

.pir-more {
margin: 20px 5px 10px;
padding: 7px 20px;
width: 124px;
font-size: 14px;
}

.pir-more i {
font-size: 14px;
}

.pir-bot {
margin-top: 40px;
}

.pir-nav {
height: 40px;
}

.pir-nav a {
padding: 0 15px;
font-size: 14px;
line-height: 40px;
}

.pir-box {
padding: 20px 0 0;
}

.pir-box h3 {
font-size: 14px;
line-height: 24px;
margin-bottom: 10px;
}

.pir-icon {
width: 40px;
height: 40px;
}

.pir-list p {
margin-left: 50px;
font-size: 14px;
line-height: 22px;
padding-top: 3px;
}

.pir-ttn {
padding: 7px 20px;
width: 120px;
font-size: 14px;
}

.pir-btn {
margin-top: 25px;
}

.pri-page {
margin-top: 15px;
}
}


/*===========加入我们=============*/
.add {
padding: 40px 0 93px;
background: #f1f1f1;
}

.add-one {
margin-bottom: 60px;
}

.add-one li {
width: 50%;
float: left;
position: relative;
}

.ado-pic {
width: 100%;
overflow: hidden;
}

.ado-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.add-one li:hover img {
transform: scale(1.05);
}

.ado-font {
transition: all .5s;
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
padding: 0 50px;
}

.ado-font h3 {
margin-bottom: 25px;
color: white;
font-size: 24px;
line-height: 30px;
}

.ado-font p {
font-size: 14px;
color: white;
line-height: 26px;
}

.ado-pic1 {
float: left;
width: 50%;
overflow: hidden;
}

.ado-pic1 img {
display: block;
width: 100%;
transition: all .5s;
}

.ado-font1 {
padding: 100px 28px 0 38px;
position: absolute;
width: 50%;
right: 0;
height: 100%;
top: 0;
background: white;
}

.ado-font1 h3 {
transition: all .5s;
margin-bottom: 25px;
font-size: 24px;
color: #333;
line-height: 30px;
}

.ado-font1 p {
transition: all .5s;
font-size: 14px;
color: #666;
line-height: 26px;
height: 120px;
overflow-y: auto;
padding-right: 10px;
}

.ado-font1 p::-webkit-scrollbar {
width: 3px;
background: url(../images/scroll.jpg) repeat-y center;
}

.ado-font1 p::-webkit-scrollbar-thumb {
background: url(../images/scrollH.jpg) repeat-y center;
border-radius: 10px;
}

.ado-font2 {
background: url(../images/ado-bg.jpg) no-repeat center;
background-size: cover;
padding: 100px 28px 0 38px;
position: absolute;
width: 50%;
right: 0;
height: 100%;
top: 0;
}

.ado-font2 h3 {
transition: all .5s;
margin-bottom: 25px;
font-size: 24px;
color: #fff;
line-height: 30px;
}

.ado-font2 p {
transition: all .5s;
font-size: 14px;
color: #fff;
line-height: 26px;
}

.ado-font2 p::-webkit-scrollbar {
width: 3px;
background: url(../images/scroll.jpg) repeat-y center;
}

.ado-font2 p::-webkit-scrollbar-thumb {
background: url(../images/scrollH.jpg) repeat-y center;
border-radius: 10px;
}

.add-one li:hover .ado-font, .add-one li:hover .ado-font1 h3, .add-one li:hover .ado-font1 p, .add-one li:hover .ado-font2 h3, .add-one li:hover .ado-font2 p {
margin-top: -10px;
}

.add-search {
height: 50px;
background: white;
margin-bottom: 20px;
}

.add-search .text {
padding: 0 20px;
font-size: 16px;
color: #bebebe;
width: 80%;
float: left;
border: none;
background: none;
height: 100%;
}

.add-search .submit {
width: 58px;
float: right;
border: none;
background: url(../images/add-search.png) no-repeat center;
height: 100%;
}

.add-sele {
margin: 0 -6px;
}

.sele-list {
width: 25%;
float: left;
padding: 0 6px;
}

.sele-list select {
appearance: none;
-webkit-appearance: none;
width: 100%;
background: white url(../images/sele-list.png) no-repeat right 20px center;
border: solid 1px #dcdcdc;
height: 46px;
padding: 0 15px;
font-size: 16px;
color: #666666;
}

.add-form {
margin-bottom: 40px;
}

.join-s {
padding-bottom: 10px;
}

.job-item {
margin-bottom: 19px;
background: white;
}

.job-item.job-hide {
display: none;
}

.job-item.open .job-le:after {
opacity: 0;
}

.job-hea {
width: 100%;
cursor: pointer;
padding: 30px;
overflow: hidden;
}

.job-le {
float: right;
width: 46px;
height: 46px;
position: relative;
border: solid 1px #b7020a;
border-radius: 50%;
margin-top: 3.5px;
}

.job-le:before {
content: '';
width: 16px;
height: 2px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -8px;
margin-top: -1px;
background: #b7020a;
}

.job-le:after {
content: '';
height: 16px;
width: 2px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -1px;
margin-top: -8px;
background: #b7020a;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.job-ri {
float: left;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.job-z {
display: block;
font-size: 22px;
color: #333333;
line-height: 22px;
margin-bottom: 15px;
}

.job-d {
display: block;
color: #666;
font-size: 16px;
line-height: 16px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.job-d span {
padding: 0 15px;
display: inline-block;
}

.job-d span:first-child {
padding-left: 0;
border-right: solid 1px #c5c5c5;
}

.job-cont {
display: none;
}

.job-pad {
padding: 35px 38px 50px;
}

.job-b {
position: relative;
}

.job-c-z {
float: left;
width: 50%;
}

.job-c-z p {
font-size: 16px;
line-height: 28px;
margin-bottom: 10px;
}

.job-c-z li {
color: #666;
font-size: 14px;
line-height: 28px;
}

.btn-send {
display: block;
padding-left: 34px;
background: url(../images/btn.png) no-repeat left center;
margin-top: 18px;
line-height: 26px;
font-size: 16px;
color: #b7020a;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.btn-send:hover {
color: #e9541a;
background-image: url(../images/btnH.png);
}

.job-item.open .job-hea {
border-bottom: solid 1px #e1e1e1;
}

.job-pad h4 {
font-size: 16px;
color: #444;
line-height: 28px;
margin-bottom: 7px;
}

.job-pad p {
font-size: 14px;
color: #777;
line-height: 28px;
}

.job-pad p span {
color: #e9541a;
}

@media (max-width: 1259px) {
.ado-font1, .ado-font2 {
padding: 40px 20px 0 30px;
}
}

@media (max-width: 991px) {
.add-one li {
width: 100%;
}

.ado-font1, .ado-font2 {
padding: 110px 20px 0 30px;
}
}

@media (max-width: 767px) {
.ado-font {
padding: 0 20px;
}

.ado-font h3, .ado-font1 h3, .ado-font2 h3 {
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
}

.ado-font p, .ado-font1 p, .ado-font2 p {
font-size: 13px;
line-height: 20px;
}

.ado-font1, .ado-font2 {
padding: 20px 10px 20px 20px;
}

.add-one {
margin-bottom: 40px;
}

.add-search {
height: 40px;
}

.add-search .text {
padding: 0 10px;
font-size: 14px;
}

.sele-list {
width: 50%;
margin-bottom: 12px;
}

.add-form {
margin-bottom: 20px;
}

.sele-list select {
font-size: 14px;
}

.job-hea {
padding: 15px;
}

.job-le {
width: 35px;
height: 35px;
}

.job-le:before {
width: 14px;
height: 1px;
margin-left: -7px;
margin-top: -0.5px;
}

.job-le:after {
width: 1px;
height: 14px;
margin-left: -0.5px;
margin-top: -7px;
}

.job-z {
font-size: 16px;
line-height: 18px;
margin-bottom: 10px;
}

.job-d {
font-size: 14px;
line-height: 14px;
}

.job-pad {
padding: 15px 15px 40px;
}

.job-pad p {
line-height: 22px;
}

.btn-send {
font-size: 14px;
background-size: 15px;
padding-left: 20px;
margin-top: 10px;
}

.job-item {
margin-bottom: 15px;
}

.join-s {
padding-bottom: 15px;
}

.add {
padding-bottom: 50px;
}
}


/*===============lzl==========================*/
/*===========常见问题===========*/
.problem {
background: #f1f1f1;
padding: 34px 0 80px;
}

.problem-box {
background: #fff;
padding: 45px 40px 75px 100px;
}

.lproblem-box {
margin-bottom: 20px;
}

.lproblem-box h3 {
font-size: 18px;
line-height: 26px;
color: #333;
transition: ease .5s;
}

.lproblem-box p {
font-size: 14px;
line-height: 26px;
color: #777;
}

.lproblem-box .block {
background: #eeeeee;
position: relative;
padding: 17px 20px;
border-radius: 6px 6px 6px 0;
}

.lproblem-box .hide {
position: relative;
padding: 30px 0 20px;
}

.lproblem-box .hide::before {
content: "";
position: absolute;
width: 49px;
height: 49px;
background: url(../images/lfaq-a.png)no-repeat center left;
top: 30px;
left: -70px;
}

.lproblem-box .block::before {
content: "";
position: absolute;
width: 49px;
height: 49px;
background: url(../images/lfaq-q.png)no-repeat center left;
bottom: 0%;
left: -70px;
}

.lproblem-box .block::after {
content: "";
position: absolute;
width: 5px;
height: 5px;
background: url(../images/lfaq-do.jpg)no-repeat center left;
bottom: 0;
left: -5px;
}

.lproblem-box .block.active h3, .lproblem-box .block:hover h3 {
color: #b7020a;
}

.lproblem-box .hide.active::before {
display: block;
}

@media (max-width: 1023px) {
.problem {
padding: 34px 0 50px;
}

.lproblem-box p {
text-align: justify;
}

.problem-box {
padding: 45px 20px 15px 100px;
}
}

@media (max-width: 767px) {
.problem-box {
padding: 30px 15px 15px 60px;
}

.lproblem-box .block::before, .lproblem-box .hide::before {
left: -45px;
}

.lproblem-box .block::before, .lproblem-box .hide::before {
background-size: cover;
width: 35px;
height: 35px;
}

.lproblem-box h3 {
font-size: 15px;
}

.lproblem-box .block {
padding: 10px 13px;
}

.lproblem-box .hide {
padding: 15px 0 0;
}

.lproblem-box p {
font-size: 13px;
line-height: 22px;
}

.lproblem-box .hide::before {
top: 20px;
}

.problem {
padding: 40px 0 50px;
}
}
/*===========服务团队支持 ===========*/
.service {
background: #f1f1f1;
padding: 40px 0 80px;
}

.lservice {
background: #fff;
padding: 50px 36px 80px 40px;
}

.lservice-tit {
border-bottom: 1px solid #ebebeb;
padding-bottom: 35px;
}

.lservice-tit h3 {
font-size: 20px;
line-height: 36px;
color: #00479d;
font-weight: bold;
}

.lservice-tit h4 {
font-size: 18px;
line-height: 24px;
color: #666;
margin-top: 5px;
}

.lservice p {
font-size: 15px;
line-height: 26px;
color: #666;
margin-top: 10px;
width: 95.3%;
}

.lservice img {
width: 100%;
height: 100%;
}

.lservice-img {
margin-top: 20px;
margin-bottom: 20px;
}

.lservice-img1 {
float: left;
margin-right: 30px;
width: 41.5%;
}

.lservice-img1:last-child {
margin-right: 0;
}

.lservice-contact {
margin-top: 20px;
}

.lservice-contact h3 {
font-size: 20px;
line-height: 30px;
color: #00479d;
font-weight: bold;
}

.lservice-contact h4 {
font-size: 28px;
line-height: 36px;
color: #00479d;
margin-top: 10px;
font-weight: bold;
}

.lservice-contact a {
display: inline-block;
color: #e9541a;
}

.lservice-contact p:last-child {
color: #e9541a;
margin-top: 5px;
}

.lservice-contact p {
margin-top: 10px;
}

.lservice-form.lcontact-three {
padding: 0;
margin-top: 10px;
}

.lservice-contact .lmessage-input {
margin-top: -10px;
}

.lservice-contact .lservice-form.lcontact-three p:last-child,
.lservice-contact .lservice-form.lcontact-three p {
margin-top: 20px;
}

@media (max-width: 1023px) {
.lservice p {
width: 100%;
text-align: justify;
}

.service {
padding: 40px 0 50px;
}

.lservice {
padding: 50px 36px 40px 40px;
}
}

@media (max-width:767px) {
.lservice-img1 {
float: none;
margin-bottom: 15px;
width: 100%;
}

.lservice-img1:last-child {
margin-bottom: 0;
}

.lservice {
padding: 30px 15px 30px;
}

.lservice-tit {
padding-bottom: 10px;
}

.lservice-tit h3, .lservice-contact h3 {
font-size: 18px;
line-height: 24px;
}

.lservice-tit h4 {
font-size: 16px
}

.lservice p {
line-height: 22px;
}

.lservice-img {
margin: 15px 0;
}

.lservice-contact {
margin-top: 15px;
}

.lservice-contact .lmessage-input .text {
margin-bottom: 0;
}

.lservice-contact .lservice-form.lcontact-three p:last-child,
.lservice-contact .lservice-form.lcontact-three p,
.lservice-contact .lcontact-three .txt {
margin-top: 15px;
}
}

@media (max-width: 320px) {
.lservice-tit h4 {
font-size: 16px;
}
}
/*===========战略合作伙伴 ===========*/
.partner {
background: #f1f1f1;
padding: 40px 0 75px;
}

.lpartner {
background: #fff;
padding: 50px 35px 40px 40px;
}

.lpartner-tit {
border-bottom: 1px solid #ebebeb;
padding-bottom: 35px;
}

.lpartner-tit h3 {
font-size: 20px;
line-height: 30px;
color: #b7020a;
font-weight: bold;
}

.lpartner-tit h4 {
font-size: 16px;
line-height: 24px;
color: #888;
margin-top: 5px;
}

.lpartner p {
font-size: 14px;
line-height: 24px;
color: #666;
margin-top: 10px;
width: 98%;
}

.lpartner-one {
}

.lpartner-one h2 {
font-size: 20px;
line-height: 30px;
color: #b7020a;
font-weight: bold;
margin: 20px 0;
}

.lpartner-one ul {
margin: 0 -10px;
}

.lpartner-one li {
float: left;
margin-bottom: 20px;
padding: 0 10px;
width: 25%;
}

.lpartner-one li img {
width: 100%;
height: 100%;
display: block;
background: #fff;
border: 1px solid #e5e5e5;
}

@media (max-width: 1025px) {
.lpartner p {
width: 100%;
text-align: justify;
}
}

@media (max-width: 767px) {
.partner {
padding: 40px 0 50px;
}

.lpartner {
padding: 30px 15px 30px 15px;
}

.lpartner-tit {
padding-bottom: 10px;
}

.lpartner-tit h3, .lpartner-one h2 {
font-size: 18px;
line-height: 24px;
}

.lpartner-tit h4 {
font-size: 14px;
line-height: 22px;
}

.lpartner p {
line-height: 22px;
}

.lpartner-one h2 {
margin: 20px 0 15px;
}

.lpartner-one ul {
margin: 0 -5px;
}

.lpartner-one li {
padding: 0 5px;
margin-bottom: 10px;
width: 50%;
}
}

/*===========售后服务 ===========*/
.after-sale {
background: #f1f1f1;
padding: 40px 0 80px;
}

.lafter-sale {
background: #fff;
padding: 55px 35px 55px 40px;
}

.lafter-sale-tit {
margin-bottom: 35px;
}

.lafter-sale-tit h3 {
margin-bottom: 15px;
}

.lafter-sale-tit p {
font-size: 14px;
line-height: 24px;
color: #666 !important;
}

.lafter-sale p {
font-size: 14px;
line-height: 24px;
color: #777;
width: 90%;
}

.lafter-sale h3 {
font-size: 20px;
line-height: 30px;
color: #b7020a;
font-weight: bold;
}

.lafter-sale h4 {
font-size: 16px;
line-height: 24px;
color: #333;
font-weight: bold;
margin-bottom: 5px;
}

.lsale-one {
margin-top: 20px;
}

.lsale-one ul {
margin-top: 20px;
}

.lsale-one table {
margin: 15px 0;
}

.lsale-one li {
float: left;
width: 18.7%;
background: #2e7cbe;
margin-right: 20px;
padding: 12px 25px;
}

.lsale-one li:last-child {
margin-right: 0;
background: #70b3eb;
}

.lsale-one li:nth-child(2) {
background: #529bd8;
}

.lsale-one tr {
border: 1px solid #e5e5e5;
}

.lsale-one tr:first-child {
background: #f6f6f6;
}

.lsale-one th {
border: 1px solid #e5e5e5;
font-size: 16px;
line-height: 50px;
color: #333;
text-align: left;
padding: 0 28px;
}

.lsale-one td {
border: 1px solid #e5e5e5;
font-size: 14px;
line-height: 50px;
color: #666;
padding: 0 28px;
}

.lsale-one td:first-child {
text-align: center;
}

.lsale-one h5 {
font-size: 16px;
color: #fff;
}

.lsale-one h5 span {
display: inline-block;
font-size: 50px;
color: #fff;
font-family: "helve";
}

.lsale-one li p {
font-size: 14px;
line-height: 24px;
color: rgba(255,255,255,0.8);
width: 100%;
}

@media (max-width: 1025px) {
.lafter-sale p {
width: 100%;
text-align: justify;
}

.lsale-one li {
width: 25.7%;
padding: 12px 20px;
}
}

@media (max-width: 768px) {
.lsale-one li {
width: 30.7%;
}
}

@media (max-width: 767px) {
.after-sale {
padding: 40px 0 50px;
}

.lafter-sale {
padding: 30px 15px 50px 15px;
}

.lsale-one li {
width: 100%;
margin-bottom: 10px;
}

.lsale-one h5 {
float: left;
}

.lsale-one li p {
float: right;
width: 60%;
line-height: 55px;
}

.lsale-one-table {
overflow-x: auto;
}

.lafter-sale-tit {
margin-bottom: 15px;
}

.lafter-sale h3 {
font-size: 17px;
line-height: 24px;
}

.lafter-sale-tit h3 {
margin-bottom: 10px;
}

.lafter-sale p {
line-height: 22px;
}

.lsale-one {
margin-top: 10px;
}

.lafter-sale h4 {
font-size: 15px;
}

.lsale-one h5 span {
font-size: 40px;
}

.lsale-one li p {
line-height: 44px;
}

.lsale-one th {
line-height: 20px;
padding: 10px;
font-size: 14px;
}

.lsale-one th:first-child {
width: 50px;
}

.lsale-one td {
line-height: 20px;
padding: 15px 10px;
font-size: 13px;
}
}

@media (max-width: 320px) {
.lsale-one li p {
float: none;
width: 100%;
line-height: 24px;
}

.lsale-one h5 {
float: none;
}

.lsale-one h5 span {
font-size: 40px;
}
}
/*===========营销网络 ===========*/
.network {
background: #f1f1f1;
padding: 60px 0 70px;
}

.lnetwork-box {
margin-top: 80px;
}

.lnetwork-menu {
text-align: center;
}

.lnetwork-menu a {
display: inline-block;
font-size: 18px;
line-height: 46px;
color: #333;
background: #fff;
padding: 0 30px;
transition: ease .5s;
}

.lnetwork-menu a:hover, .lnetwork-menu a.on {
background: #b7020a;
color: #fff;
}

.lnetwork-left {
float: left;
width: 37.25%;
}

.lnetwork-left h3 {
font-size: 26px;
line-height: 32px;
color: #3d3d3d;
}

.lnetwork-left p {
font-size: 14px;
line-height: 26px;
color: #666;
margin-top: 10px;
width: 90.9%;
}

.lnetwork-left ul {
margin-top: 50px;
}

.lnetwork-left li {
float: left;
margin-right: 60px;
text-align: center;
}

.lnetwork-left li:last-child {
margin-right: 0;
}

.lnetwork-left h2 {
font-size: 50px;
color: #b7020a;
font-family: "helve";
}

.lnetwork-left h2 span {
display: inline-block;
font-size: 62px;
}

.lnetwork-left h4 {
font-size: 14px;
line-height: 26px;
color: #666;
}

.lnetwork-right {
float: right;
overflow: hidden;
width: 62.75%;
}

.lnetwork-right img {
width: 100%;
height: 100%;
}

.lnetwork-box.none {
display: none;
}

@media (max-width: 1025px) {
.lnetwork-left p {
width: 100%;
text-align: justify;
}
}

@media (max-width: 991px) {
.lnetwork-left li {
margin-right: 17px;
}
}

@media (max-width:767px) {
.network {
padding: 40px 0px;
}

.lnetwork-left, .lnetwork-right {
width: 100%;
}

.lnetwork-menu a {
line-height: 36px;
font-size: 14px;
margin: 0 3px;
}

.lnetwork-box {
margin-top: 30px;
}

.lnetwork-left h3 {
font-size: 20px;
line-height: 24px;
}

.lnetwork-left p {
line-height: 22px;
}

.lnetwork-left ul {
margin-top: 20px;
}

.lnetwork-left h2 span {
font-size: 40px;
}

.lnetwork-left h2 {
font-size: 30px;
}

.lnetwork-right {
margin-top: 20px;
}

.lnetwork-left li {
width: 50%;
margin-right: 0;
}
}
/*===========下载中心 ===========*/
.download {
background: #f1f1f1;
padding: 40px 0 80px;
}

.ldownload {
}

.ldownload-search {
position: relative;
background: white;
margin-bottom: 30px;
}

.ldownload-search input {
width: 80%;
background: #fff;
padding: 0 20px;
line-height: 50px;
height: 50px;
font-size: 16px;
line-height: 50px;
color: #bebebe;
}

.ldownload-search button {
width: 58px;
float: right;
height: 50px;
text-align: center;
line-height: 50px;
}

.ldownload-search i {
font-size: 17px;
color: #666369;
font-weight: bold;
cursor: pointer;
}

.ldownload ul {
margin: 0 -10px;
}

.ldownload li {
float: left;
width: 50%;
margin-bottom: 20px;
transition: ease .5s;
padding: 0 10px;
}

.ldownload li a {
border: 1px solid transparent;
display: block;
width: 100%;
height: 100%;
padding: 20px 30px;
background: #fff;
position: relative;
}

.ldownload li .img {
border: 1px solid #eeeeee;
float: left;
padding: 16px 20px;
}

.ldownload li .img img {
display: block;
width: 100%;
}

.ldownload li .text {
float: left;
width: 70%;
height: 90px;
display: table;
margin-left: 18px;
}

.ldownload li h3 {
font-size: 18px;
color: #333;
line-height: 24px;
height: 48px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.ldownload li p {
font-size: 14px;
line-height: 28px;
color: #888;
margin-top: 5px;
}

.ldownload li span {
position: absolute;
display: block;
width: 130px;
height: 40px;
line-height: 40px;
color: #fff;
font-size: 14px;
background: #b7020a url(../images/ldownload-icon.png)no-repeat center left 23px;
bottom: 0;
right: 0;
padding-left: 50px;
transition: ease .5s;
opacity: 0;
}

.ldownload-text {
display: table-cell;
vertical-align: middle;
}

.ldownload li:hover a {
border-color: #b7020a;
}

.ldownload li:hover span {
opacity: 1;
}

.ldownload .pagee {
margin-top: 20px;
}

@media (max-width: 991px) {
.ldownload li a {
padding: 20px;
}

.ldownload li .img {
padding: 12px 15px;
}

.ldownload li .text {
width: 69%;
}

.ldownload li h3 {
font-size: 16px;
}
}

@media (max-width: 767px) {
.ldownload li {
width: 100%;
}

.ldownload li h3 {
font-size: 14px;
line-height: 22px;
height: 44px;
}

.ldownload li p {
font-size: 12px;
line-height: 20px;
}

.ldownload li a {
padding: 15px;
}

.ldownload li .text {
height: auto;
}

.ldownload li .img {
padding: 10px;
}

.ldownload-search input {
height: 40px;
line-height: 40px;
font-size: 14px;
padding: 0 10px;
}

.ldownload-search button {
line-height: 40px;
height: 40px;
}

.ldownload-search {
margin-bottom: 25px;
}

.ldownload li {
margin-bottom: 15px;
}

.ldownload .pagee {
margin-top: 15px;
}

.download {
padding-bottom: 50px;
}
}

/*===========新闻中心 ===========*/
.news {
background: #f1f1f1;
padding: 45px 0 80px;
}

.lnews {
}

.lnews-one {
}

.lnews-one a {
display: block;
}

.lnews-one-le {
float: left;
background: #fff;
width: 61.46%;
padding: 60px 40px 30px;
}

.lnews-one-ri {
float: right;
overflow: hidden;
width: 36.91%;
}

.lnews-one-tit {
font-size: 28px;
line-height: 42px;
color: #b7020a;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.lnews-one-le p {
font-size: 14px;
line-height: 24px;
color: #666;
margin-top: 21px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.lnews-one-ri img {
width: 100%;
height: 100%;
transition: ease .5s;
}

.lnews-one:hover .lnews-one-ri img {
transform: scale(1.04);
}

.lnews-one-span {
margin-top: 80px;
}

.lnews-one-span span {
display: inline-block;
font-size: 14px;
color: #888;
margin-right: 20px;
}

.lnews-one-span span:last-child {
margin-right: 0;
}

.lnews-one-span .lspan-tim {
background: url(../images/lspan-tim.png)no-repeat center left;
padding-left: 20px;
}

.lnews-one-span .lspan-num {
background: url(../images/lspan-num.png)no-repeat center left;
padding-left: 22px;
}

.lnews-one-span .lspan-zan {
cursor: pointer;
background: url(../images/lspan-zan.png)no-repeat center left;
padding-left: 20px;
}

.lnews-one-span .lspan-zan.on {
background: url(../images/appli-zanH.png)no-repeat center left;
padding-left: 20px;
}

.lnews ul {
background: #fff;
padding: 30px 40px;
}

.lnews li {
position: relative;
padding: 30px 0;
}

.lnews li p, .lnews li span, .lnews li em, .lnews li label, .lnews li strong {
font-family: "AiLiPuHui", "Arial" !important;
}



.lnews li.kfal {
width: 46%;
float: left;
margin: 0 2%;
border-bottom: 1px solid rgb(102 102 102 / 15%);
padding-bottom: 30px;
}

.lnews li::before {
content: "";
position: absolute;
width: 75.4%;
height: 1px;
border-bottom: 1px dashed #d8d8d8;
bottom: 0;
left: 0;
}

.lnews li.kfal::before {
display: none;
}

.lnews li:last-child::before {
display: none;
}

.lnews li a {
display: block;
}

.lnews li .img {
float: left;
width: 21.9%;
overflow: hidden;
}

.lnews li .img img {
width: 100%;
transition: ease .5s;
}

.lnews li:hover .img img {
transform: scale(1.04);
}

.lnews li .text {
float: right;
width: 75.7%;
padding-top: 10px;
padding-right: 40px;
}

.lnews li.kfal .text {
padding: 0;
width: 100%;
}

.lnews2 li .text {
width: 100%
}


.lnews2 li .faq-ms {
font-size: 14px;
line-height: 24px;
margin-top: 20px;
background: url(/pc/images/faq2.png) no-repeat;
padding-left: 42px;
background-size: 30px;
}


.lnews2 li.kfal .faq-ms {
background: none;
padding: 0;
}

.lnews2 li.kfal .faq-ms iframe {
width: 100%;
height: 300px;
}

.lnews li h3 {
font-size: 18px;
line-height: 26px;
color: #4a4a4a;
font-weight: bold;
transition: ease .5s;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.lnews2 li h3 {
background: url(/pc/images/faq1.png) no-repeat left;
padding-left: 42px;
background-size: 30px;
line-height: 30px;
}

.lnews2 li.kfal h3 {
background: none;
padding: 0;
}

.lnews li:hover h3 {
color: #b7020a;
}

.lnews li p {
font-size: 14px;
line-height: 24px;
color: #9b9b9b;
margin-top: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}


.lnews2 li p {
-webkit-line-clamp: initial;
}

.lnews li .lnews-one-span {
margin-top: 50px;
}

.lnews li.kfal .lnews-one-span {
display: none;
}

.lnews .pagee {
margin-top: 40px;
}

@media (max-width: 1260px) {
.lnews-one-span {
margin-top: 44px;
}

.lnews-one-le {
padding: 30px 40px;
}

.lnews li .text {
padding-top: 5px;
}

.lnews li p {
margin-top: 5px;
}

.lnews li .lnews-one-span {
margin-top: 30px;
}
}

@media (max-width: 1025px) {
.lnews li h3 {
font-size: 16px;
line-height: 22px;
}

.lnews2 li h3 {
background: url(/pc/images/faq1.png) no-repeat left;
padding-left: 38px;
background-size: 28px;
line-height: 28px;
}

.lnews li p {
font-size: 14px;
line-height: 20px;
margin-top: 5px;
}

.lnews li .lnews-one-span {
margin-top: 12px;
}

.lnews li .text {
padding-top: 0;
}

.lnews ul {
padding: 10px 30px;
}

.lnews-one-tit {
font-size: 20px;
line-height: 28px;
}

.lnews-one-le p {
margin-top: 14px;
}

.news {
padding: 45px 0 50px;
}

.lnews-one-span {
margin-top: 80px;
}
}

@media (max-width: 768px) {
.lnews-one-tit {
font-size: 20px;
line-height: 28px;
}

.lnews-one-le p {
margin-top: 11px;
}

.lnews-one-le {
padding: 20px 30px;
}

.lnews-one-span {
margin-top: 45px;
}

.lnews li.kfal {
width: 100%;
margin: auto;
}
}

@media (max-width: 767px) {
.news {
padding: 40px 0 50px;
}

.lnews-one-le {
padding: 20px 15px;
float: none;
width: 100%;
}

.lnews-one-ri {
float: none;
width: 100%;
margin-top: 10px;
}

.lnews ul {
padding: 10px 15px;
}

.lnews li .img, .lnews li .text {
float: none;
width: 100%;
}

.lnews li .text {
padding: 10px 0;
margin-top: 2px;
}

.lnews li::before {
width: 100%;
}

.lnews li {
padding: 20px 0 10px;
}

.lnews-one-tit {
font-size: 16px;
line-height: 26px;
}

.lnews-one-span {
margin-top: 10px;
}

.lnews .pagee {
margin-top: 30px;
}
}

@media (max-width: 320px) {
.lnews-one-span span {
margin-right: 14px;
}
}


/*===========新闻中心-详情 ===========*/
.new-xq {
background: #f1f1f1;
padding: 30px 0 70px;
}

.lnew-xq {
}

.lnew-xq-le {
float: left;
background: #fafafa;
width: 70%;
padding: 45px 40px 80px;
}

.lnew-xq-ri {
float: right;
background: #fff;
width: 28.3%;
padding: 20px 20px 15px 15px;
}

.lnew-xq-tit {
font-size: 26px;
line-height: 36px;
color: #444;
}

.lnew-xq-fx {
margin: 16px 0 40px;
width: 89%;
}

.lnew-xq-le .lnews-one-span {
float: left;
margin-top: 0px;
line-height: 32px;
}

.lnew-xq-le .img {
margin: 20px 0;
}

.lnew-xq-le .bshare-custom {
float: right;
}

.lnew-xq-le .bshare-custom p {
float: left;
margin-top: 0;
line-height: 32px;
}

.lnew-xq .bshare-custom a {
display: inline-block;
transition: ease .5s;
margin-right: 5px;
text-decoration: none !important;
font-size: 16px !important;
line-height: 32px !important;
text-decoration: none !important;
padding-left: 0 !important;
background: none !important;
color: #fff !important;
opacity: 1 !important;
border-radius: 50% !important;
text-align: center;
width: 32px !important;
height: 32px !important;
}

.lnew-xq .bshare-custom a:last-child {
margin-right: 0;
}

.lnew-xq .bshare-custom .bshare-qqim {
background: #3e91ee !important;
}

.lnew-xq .bshare-custom .bshare-share {
color: #9e9e9e !important;
}

.lnew-xq .bshare-custom .bshare-sinaminiblog {
background: #da3c3c !important;
}

.lnew-xq .bshare-custom .bshare-weixin {
background: #21ba41 !important;
}

.lnew-xq .bshare-custom .bshare-qzone {
background: #f4c50b !important;
}

.lnew-xq-le p {
font-size: 14px;
line-height: 26px;
color: #777;
margin-top: 5px;
}

.lnew-xq-le p.lsj {
width: 90%;
}

.lnew-xq .img img {
width: 100%;
transition: ease .5s;
}

.lnew-xq-le img {
max-width: 100%;
}

.lnew-xq-ri ul {
}

.lnew-xq-ri li {
border-bottom: 1px dashed #d8d8d8;
padding: 15px 0;
}

.lnew-xq-ri li:last-child {
border: none;
}

.lnew-xq-ri li a {
display: block;
}

.lnew-xq-ri .img {
float: right;
width: 36%;
overflow: hidden;
}

.lnew-xq-ri-tit {
font-size: 18px;
line-height: 32px;
color: #b7020a;
font-weight: bold;
background: url(../images/ltjian.png)no-repeat center left;
padding-left: 33px;
}

.lnew-xq-ri .text {
float: left;
width: 55.88%;
}

.lnew-xq-ri h2 {
font-size: 14px;
line-height: 22px;
color: #4a4a4a;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
transition: ease .5s;
}

.lnew-xq-ri li:hover h2 {
color: #b7020a;
}

.lnew-xq-ri li:hover .img img {
transform: scale(1.04);
}

.lnew-xq-page {
margin-top: 50px;
}

.lnew-xq-page a {
display: inline-block;
width: 150px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #b7020a;
border: 1px solid #b7020a;
text-align: center;
margin-right: 5px;
}

.lnew-xq-page a:last-child {
margin-right: 0;
}

.lnew-xq-page i {
display: inline-block;
color: #b7020a;
font-weight: bold;
}

.lnew-xq-page i.icon-left {
margin-right: 5px;
}

.lnew-xq-page i.icon-right {
margin-left: 5px;
}

.bsBox {
height: 256px !important;
width: 232px !important;
}

.lnew-xq-ri .lnews-one-span {
margin-top: 10px;
}

@media (max-width:991px) {
.lnew-xq-le, .lnew-xq-ri {
width: 100%;
}

.lnew-xq-ri {
margin-top: 30px;
padding: 45px 40px 80px;
}

.lnew-xq-ri .text {
padding-top: 50px;
}
}

@media (max-width: 767px) {
.lnew-xq-le {
padding: 30px 15px 40px;
}

.lnew-xq-tit {
font-size: 18px;
line-height: 28px;
}

.lnew-xq-le .bshare-custom, .lnew-xq-le .lnews-one-span {
float: none;
}

.lnew-xq-fx {
width: 100%;
margin-bottom: 20px;
}

.lnew-xq-le p.lsj {
width: 100%;
word-break: break-all;
line-height: 22px;
}

.lnew-xq-le p {
line-height: 22px;
margin-top: 13px;
text-align: justify;
}

.lnew-xq-ri {
margin-top: 20px;
padding: 20px 15px;
}

.lnew-xq-ri .text {
padding-top: 0;
}

.lnews-one-span span {
font-size: 12px;
}

.lnew-xq-ri .lnews-one-span {
line-height: 16px;
}

.new-xq {
padding: 40px 0 50px;
}
}


/*============联系我们 ===========*/
.contact {
background: #f1f1f1;
}

.lcontact {
padding: 50px 0 80px;
}

.lcontact-one {
background: white;
padding: 44px 40px 0;
}

.lcontact-one-tit {
font-size: 26px;
color: #333;
font-weight: bold;
line-height: 36px;
padding-bottom: 15px;
border-bottom: solid 1px #ebebeb;
}

.lcontact-one ul {
padding: 47px 0 32px;
}

.lcontact-one li {
float: left;
margin-right: 130px;
}

.lcontact-one li h3 {
font-size: 18px;
color: #333;
font-weight: bold;
line-height: 36px;
}

.lcontact-one li span {
display: block;
line-height: 29px;
color: #e9541a;
font-size: 20px;
font-family: 'heb';
}

.lcontact-one li p, .lcontact-one li p a {
font-size: 16px;
color: #666;
line-height: 29px;
}

.lcontact-two {
margin: 40px -10px;
overflow: hidden;
}

.lct-li {
padding: 0 10px;
width: 50%;
float: left;
}

.lct-list {
width: 100%;
position: relative;
}

.lct-img {
width: 100%;
overflow: hidden;
}

.lct-img img {
display: block;
width: 100%;
transition: all .5s;
}

.lct-font {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 0 40px 20px;
}

.lct-font h4 {
font-weight: bold;
font-size: 18px;
color: white;
line-height: 36px;
}

.lct-font p {
font-size: 16px;
color: white;
line-height: 26px;
}

.lct-list:hover img {
transform: scale(1.04);
}

.lcontact-three {
background: white;
padding: 40px 40px 54px;
}

.lcontact-three-tit {
margin-bottom: 22px;
font-size: 26px;
color: #333;
line-height: 36px;
font-weight: bold;
}

.lmessage-input {
margin: 0 -10px;
}

.lmessage-input p {
width: 33.3333333%;
float: left;
padding: 0 10px;
}

.lmessage-input .text {
width: 100%;
border: solid 1px #eaeaea;
font-size: 16px;
color: #888;
padding: 0 15px;
line-height: 48px;
}

.lcontact-three .txt {
height: 187px;
width: 100%;
border: solid 1px #eaeaea;
font-size: 16px;
color: #888;
padding: 10px 15px;
margin-top: 20px;
resize: none;
}

.lmessage-submit {
transition: all .5s;
cursor: pointer;
width: 158px;
height: 43px;
background: #b7020a;
color: white;
border: none;
font-size: 14px;
margin-top: 25px;
}

.lmessage-submit:hover {
background: #e9541a;
}

.lcontact-map {
width: 100%;
overflow: hidden;
}

.lcontact-map img {
width: 100%;
}

.contact1-bot {
position: relative;
margin-top: 40px;
}

.contact1-img {
float: left;
width: 48.5%;
overflow: hidden;
}

.contact1-img img {
width: 100%;
}

.contact1-txt {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 51.5%;
padding: 30px 50px;
background: #fff;
box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.contact1-txt > div {
position: relative;
width: 100%;
height: 100%;
}

.contact1-txt h3 {
font-size: 22px;
line-height: 50px;
color: #333;
}

.contact1-txt span {
display: block;
width: 26px;
height: 2px;
background: #b7020a;
margin: 18px 0;
}

.contact1-txt p {
font-size: 15px;
line-height: 30px;
color: #666;
}

@media (max-width: 1259px) {
.contact1-txt {
padding: 30px 40px;
}

.contact1-txt span {
margin: 12px 0;
}
}

@media (max-width: 991px) {
.lcontact-one li {
margin-right: 58px;
}

.contact1-txt {
position: static;
width: 100%;
}

.contact1-img {
float: none;
width: 100%;
}
}

@media (max-width:767px) {
.lcontact-one {
padding: 20px 15px 0;
}

.lcontact-one-tit {
font-size: 18px;
line-height: 24px;
padding-bottom: 15px;
}

.lcontact-one ul {
padding: 15px 0;
}

.lcontact-one li {
margin-right: 0;
float: none;
overflow: hidden;
margin-bottom: 5px;
}

.lcontact-one li h3 {
float: left;
font-size: 15px;
line-height: 24px;
}

.lcontact-one li span, .lcontact-one li p {
line-height: 24px;
float: left;
font-size: 15px;
margin-left: 20px;
}

.lcontact-one li p, .lcontact-one li p a {
line-height: 24px;
font-size: 14px;
}

.lct-li {
width: 100%;
margin-bottom: 20px;
}

.lcontact-two {
margin: 30px -10px 10px;
}

.lcontact-three {
padding: 25px 15px 35px;
}

.lcontact-three-tit {
font-size: 18px;
line-height: 24px;
margin-bottom: 15px;
}

.lmessage-input p {
width: 100%;
margin-bottom: 15px;
}

.lmessage-input .text {
line-height: 38px;
font-size: 14px;
}

.lcontact-three .txt {
margin-top: 0;
font-size: 14px;
height: 150px;
}

.lmessage-submit {
width: 120px;
height: 36px;
margin-top: 15px;
}

.lcontact {
padding: 40px 0px;
}

.lct-font {
padding: 0 15px 10px;
}

.lct-font h4 {
font-size: 16px;
line-height: 24px;
}

.lct-font p {
font-size: 14px;
line-height: 22px;
}

.contact1-bot {
margin-top: 25px;
}

.contact1-txt {
padding: 30px 25px;
}

.contact1-txt h3 {
font-size: 18px;
}

.contact1-txt p {
font-size: 15px;
}

.contact1-txt span {
margin: 12px 0;
}
}

/*pc-kefu*/


.pro-menu.posi {
position: fixed;
top: 100px;
z-index: 33;
}


.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);
}

@media (max-width: 991px) {
.msg-box {
width: 94%;
left: 3%;
margin-left: 0;
}
}

@media (max-width: 767px) {
.msg-box {
height: 300px;
padding: 15px;
}

.msg-box .close-box {
width: 20px;
height: 20px;
right: 0;
line-height: 20px;
top: 0;
text-align: center;
font-size: 20px;
}

.button-fan {
width: 140px;
height: 38px;
line-height: 24px;
font-size: 15px;
margin: auto;
margin-top: 20px;
}
}
/*===============下拉==============*/
.category-item {
float: left;
padding: 0 23px;
}

.category-item-single {
position: relative;
}

.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1100;
background-color: rgba(255,255,255,1);
border-top: 1px solid #dae1e6;
-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);
}

.navitem:hover .dropdown-menu {
opacity: 1;
display: block;
visibility: visible;
}
/*.navpro-menu::after{position: absolute;content: '';background: #eeeeee; width: 44%;left: 0;height: 100%;top: 0;}*/
.navpro-box {
position: relative;
z-index: 2;
}

.navpro-left {
float: left;
width: 44%;
background: #eee;
padding: 40px 0;
padding-left: 18.75%;
}

.navpro-left a {
padding: 0 20px;
display: block;
font-size: 18px;
color: #333;
line-height: 46px;
}

.navpro-left a.on {
background: #696969 url(../images/navpro.png) no-repeat right 20px center;
color: white;
font-weight: bold;
}

.navpro-right {
padding: 40px 0;
margin-left: 44%;
padding: 40px 45px;
overflow: hidden;
padding-right: 18.75%;
}

.navpro-three {
float: left;
max-width: 50%;
min-width: 50%;
}

.navpro-three a {
display: block;
font-size: 18px;
color: #666;
line-height: 46px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.navpro-three a:hover {
color: #b7020a;
}

.navpro-pic {
background: #eee;
float: left;
overflow: hidden;
min-width: 50%;
max-width: 50%;
}

.navpro-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.nav-box {
display: none;
}

.nav-box.on {
display: block;
}

.navso-menu ul {
padding: 26px 0 36px;
margin: 0 -20px;
font-size: 0;
text-align: center;
}

.navso-menu li {
display: inline-block;
padding: 20px 0;
width: 14.285%;
padding: 0 20px;
}

.navso-list {
display: block;
width: 100%;
}

.navso-pic {
display: block;
width: 100%;
overflow: hidden;
}

.navso-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.navso-list p {
text-align: center;
font-size: 16px;
color: #444;
line-height: 28px;
margin-top: 9px;
}

.navso-menu li:last-child {
margin-right: 0;
}

.navso-menu li:hover img {
transform: scale(1.05);
}

.navso-menu li:hover p {
color: #b7020a;
}

.navli-menu ul {
padding: 26px 0 36px;
text-align: center;
}

.navli-menu li {
display: inline-block;
width: 15%;
margin: 0 20px;
}

.navli-list {
display: block;
width: 100%;
}

.navli-pic {
display: block;
width: 100%;
overflow: hidden;
}

.navli-pic img {
display: block;
width: 100%;
transition: all .5s;
}

.navli-list p {
text-align: center;
font-size: 16px;
color: #444;
line-height: 28px;
margin-top: 9px;
}

.navli-menu li:last-child {
margin-right: 0;
}

.navli-menu li:hover img {
transform: scale(1.05);
}

.navli-menu li:hover p {
color: #b7020a;
}



.dropdown-wrap {
width: 940px;
margin: 0 auto;
}

.single dl {
padding: 30px 0;
overflow: hidden;
font-size: 0;
text-align: center;
}

.single dt {
float: none;
width: auto;
display: inline-block;
padding: 0 80px;
vertical-align: top;
}

.single dt a {
display: block;
font-size: 16px;
color: #666;
line-height: 40px;
padding-left: 20px;
position: relative;
}

.single dt a::after {
position: absolute;
content: '';
width: 0;
height: 0;
border-top: solid 3px transparent;
border-bottom: solid 3px transparent;
border-left: solid 6px #aaa;
left: 0;
top: 50%;
margin-top: -3px
}

.single dd {
width: 30%;
float: none;
display: inline-block;
overflow: hidden;
}

.single dd img {
display: block;
width: 100%;
transition: all .5s;
}

.single dt a:hover {
color: #b7020a;
}

.single dd:hover img {
transform: scale(1.05);
}

@media (max-width: 1459px) {
.navso-menu li {
padding: 0 10px;
}

.navso-menu {
margin: 0 -10px;
}
}

.error {
color: #b7020a;
}

a.zz {
display: none;
}

.ldownload ul {
margin: 0 -10px;
}

.ldownload li {
float: left;
width: 50%;
margin-bottom: 20px;
transition: ease .5s;
padding: 0 10px;
}

.ldownload li a {
border: 1px solid transparent;
display: block;
width: 100%;
height: 100%;
padding: 20px 30px;
background: #fff;
position: relative;
}

.ldownload li .img {
border: 1px solid #eeeeee;
float: left;
padding: 16px 20px;
}

.ldownload li .img img {
display: block;
width: 100%;
}

.ldownload li .text {
float: left;
width: 70%;
height: 90px;
display: table;
margin-left: 18px;
}

.ldownload li h3 {
font-size: 18px;
color: #333;
line-height: 24px;
height: 48px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.ldownload li p {
font-size: 14px;
line-height: 28px;
color: #888;
margin-top: 5px;
}

.ldownload li span {
position: absolute;
display: block;
width: 130px;
height: 40px;
line-height: 40px;
color: #fff;
font-size: 14px;
background: #00559d url(../images/ldownload-icon.png)no-repeat center left 23px;
bottom: 0;
right: 0;
padding-left: 50px;
transition: ease .5s;
opacity: 0;
}

.ldownload-text {
display: table-cell;
vertical-align: middle;
}

.ldownload li:hover a {
border-color: #00559d;
}

.ldownload li:hover span {
opacity: 1;
}

.ldownload .pagee {
margin-top: 20px;
}

@media (max-width: 991px) {

.ldownload li a {
padding: 20px;
}

.ldownload li .img {
padding: 12px 15px;
}

.ldownload li .text {
width: 69%;
}

.ldownload li h3 {
font-size: 16px;
}
}

@media (max-width: 767px) {

.ldownload li {
width: 100%;
}

.ldownload li h3 {
font-size: 14px;
line-height: 22px;
height: 44px;
}

.ldownload li p {
font-size: 12px;
line-height: 20px;
}

.ldownload li a {
padding: 15px;
}

.ldownload li .text {
height: auto;
}

.ldownload li .img {
padding: 10px;
}

.ldownload-search input {
height: 40px;
line-height: 40px;
font-size: 14px;
padding: 0 10px;
}

.ldownload-search button {
line-height: 40px;
height: 40px;
}

.ldownload-search {
margin-bottom: 25px;
}

.ldownload li {
margin-bottom: 15px;
}

.ldownload .pagee {
margin-top: 15px;
}

.download {
padding-bottom: 50px;
}
}


.pro-table {
overflow-y: auto;
}

.pro-table table {
margin-top: 20px;
width: 100%;
}

.pro-table table tr {
}

.pro-table table td {
padding: 5px 5px;
text-align: center;
border: 1px solid rgb(153 153 153 / 37%);
}


.dbc-img {
width: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
}

.dbc-div {
}

.ino-pro {
}

.ino-pro .swiper-pagination {
position: static;
}

.ino-pro .swiper-pagination-bullet {
margin: 0 3px;
}

.ino-pro .swiper-pagination-bullet-active {
background-color: #b7020a;
}


.bshare-custom a {
position: relative;
}

.bott-share .dwimg {
display: none;
position: absolute;
left: -50px;
top: -150px;
border: 2px solid #00479d;
border-radius: 4px;
}

.bshare-custom a:hover .dwimg {
display: block;
}


.ino-pro .swiper-button-next {
background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
right: 10px;
left: auto;
background-size: 14px;
background-color: #eeeeee;
width: 50px;
height: 50px;
border-radius: 50%;
right: -15px;
}

.ino-pro .swiper-button-prev {
background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
right: 10px;
left: auto;
background-size: 14px;
background-color: #eeeeee;
width: 50px;
height: 50px;
border-radius: 50%;
left: -15px;
}


.app-bottom-contact {
margin: auto;
float: right;
width: 60%;
background: #fff;
}

.app-bottom-contact h4 {
background: #fff;
font-size: 18px;
line-height: 26px;
color: #444;
padding: 5px 15px;
font-family: Arial, sans-serif;
margin: auto;
float: left;
width: 80%;
border-right: 1px solid #444;
}


.app-bottom-contact a {
display: block;
float: right;
width: 20%;
}


.app-bottom-contact a img {
width: 26px;
margin: 5px;
}

.app-bshare-custom {
float: left;
position: relative;
}

.app-bshare-custom p {
float: left;
width: 36px;
padding: 6px 7px;
background-color: #f1f1f129;
height: 36px;
border-radius: 50%;
margin-right: 18px;
/* position: relative; */
}

.app-bshare-custom p img {
width: 100%;
width: 22px;
opacity: 0.8;
}

.app-bshare-custom p .dwimg {
display: none;
}

.app-bshare-custom p:hover {
}

.app-bshare-custom p.on img {
opacity: 1;
}

.app-bshare-custom p.on .dwimg {
position: absolute;
display: block;
width: 150px;
top: -160px;
left: 0%;
border-radius: 4px;
border: 2px solid #00479d;
background-color: white;
}


.pc-db {
padding-bottom: 10px;
border-bottom: 1px solid rgb(238 238 238 / 41%);
margin-bottom: 20px;
margin-top: 20px;
}

.pc-db-logo {
float: left;
margin-right: 20px;
}

.pc-db-logo img {
}

.pc-db-fk {
float: right;
margin-top: 22px;
}

.pc-db-fk p {
display: inline-block;
color: white;
}

.pc-db-fk a {
margin-right: 10px;
}

.pc-db-fk a:hover {
}


.yszc {
max-width: 980px;
margin: auto;
padding: 50px 0;
}

.yszc-bt {
margin-bottom: 30px;
}

.yszc-bt h1 {
text-align: center;
font-size: 32px;
}

.yszc-cont {
}

@media (max-width: 970px) {
.yszc {
width: 100%;
padding: 50px 15px;
}

.yszc-bt h1 {
font-size: 26px
}
}

