/* public*/
* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 18px;
    font-family: "黑体", "微软雅黑", sans-serif;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
    color: black;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main {
    font-family: "微软雅黑";
}

/*宽度*/
.container {
    width: 1200px;
    margin: auto;
}

.pa {
    margin-bottom: 106px;
    display: table;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 0;
    z-index: 999;
}

.logo{
    width: 190px;
    margin-right: 80px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.nav li {
    position: relative;
}

.nav li > a {
    color: #fff;
    font-size: 20px;
    padding-bottom: 13px;
}

.nav li:hover > a, .nav li.on > a {
    color: #00588c;
}

.nav li:last-child a img {
    vertical-align: middle;
}

.nav li p {
    position: absolute;
    box-shadow: 0 0 1px 0 rgb(44 148 209);
    padding: 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 34px;
    display: none;
}

.nav li p::before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
    position: absolute;
    top: -15px;
    left: 43%;
}

.nav li p a {
    display: block;
    line-height: 35px;
    white-space: nowrap;
    color: #fff;
    transition: all 0.3s;
}

.nav li p a:hover {
    color: #00588c;
}

.sect-bg {
    height: 100vh;
}

.sect-bg-01 {
    background: url('../images/bg_01.jpg') no-repeat;
    background-size: cover;
}

.sect-bg-01 .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sect-01-m {
    color: #fff;
    text-align: center;
}

.sect-01-m h1 {
    font-size: 66px;
    margin-bottom: 40px;
}

.sect-01-m p {
    font-size: 40px;

}

.sect-bg-02 {
    background: url('../images/bg_02.jpg') no-repeat;
    background-size: cover;
}

.sect-bg-02 .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.sect-02-m {
    color: #fff;
    width: 64%;
}

.sect-02-m ul {
    display: flex;
}

.sect-02-m ul li {
    font-size: 18px;
    text-align: center;
    width: 21%;
    margin-right: 15px;
    margin-bottom: 106px;
}

.sect-02-m ul li img {
    height: 110px;
    margin-bottom: 10px;
}

.sect-02-m h1 {
    font-size: 50px;
    letter-spacing: 18px;
    font-weight: lighter;
    margin-bottom: 48px;
}

.sect-02-m p {
    line-height: 33px;
    letter-spacing: 2px;
    margin-bottom: 57px;
}

.sect-02-m .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sect-02-m .more>img{
    height: 150px;
}

.more a {
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 15px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    width: 100px;
    text-align: center;
    transition: all 0.5s;
}

.more a:hover {
    background: #000;
    border-radius: 3px;
}

.sect-bg-03 .more a:hover {
    background: #2c94d1;
}

.more a img {
    margin-left: 10px;
}

.sect-bg-03 {
    background: url('../images/bg_03.jpg') no-repeat;
    background-size: cover;
}

.sect-bg-03 .left {
    position: relative;
    margin: 173px 0;
}

.sect-bg-03 .left img {
    position: absolute;
    transition: all 0.5s;
    left: 600px;
}

.sect-bg-03 .left img:hover {
    transform: scale(1.2);
}

.sect-bg-03 .left img:nth-of-type(1) {
    left: 81px;
    width: 81px;
    top: 37px;
}

.sect-bg-03 .left img:nth-of-type(2) {
    left: 219px;
    width: 92px;
    top: 37px;
}

.sect-bg-03 .left img:nth-of-type(3) {
    left: 341px;
    width: 98px;
    top: 68px;
}

.sect-bg-03 .left img:nth-of-type(4) {
    left: 495px;
    width: 66px;
    top: 92px;
}

.sect-bg-03 .left img:nth-of-type(5) {
    left: 0;
    width: 83px;
    top: 121px;
}

.sect-bg-03 .left img:nth-of-type(6) {
    left: 152px;
    width: 81px;
    top: 158px;
}

.sect-bg-03 .left img:nth-of-type(7) {
    left: 237px;
    width: 183px;
    top: 197px;
}

.sect-bg-03 .left img:nth-of-type(8) {
    left: 430px;
    width: 101px;
    top: 178px;
}

.sect-bg-03 .left img:nth-of-type(9) {
    left: 26px;
    width: 122px;
    top: 227px;
}

.sect-bg-03 .left img:nth-of-type(10) {
    left: 0;
    width: 83px;
    top: 373px;
}

.sect-bg-03 .left img:nth-of-type(11) {
    left: 150px;
    width: 83px;
    top: 336px;
}

.sect-bg-03 .left img:nth-of-type(12) {
    left: 432px;
    width: 98px;
    top: 299px;
}

.sect-bg-03 .left img:nth-of-type(13) {
    left: 81px;
    width: 81px;
    top: 458px;
}

.sect-bg-03 .left img:nth-of-type(14) {
    left: 219px;
    width: 93px;
    top: 446px;
}

.sect-bg-03 .left img:nth-of-type(15) {
    left: 340px;
    width: 100px;
    top: 411px;
}

.sect-bg-03 .left img:nth-of-type(16) {
    left: 494px;
    width: 67px;
    top: 419px;
}

.sect-03-m {
    height: 100%;
    display: flex;
    color: #fff;
    justify-content: space-between;
}

.sect-03-m .right {
    max-width: 528px;
    padding: 173px 0;
}

.sect-03-m .right h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 32px;
}

.sect-03-m .right .p {
    line-height: 33px;
    margin-bottom: 52px;
}

.sect-03-m .right hr {
    border: 1px solid #fff;
    width: 30px;
    margin: 32px 0;
}

.sect-03-m .right {
    margin-left: 68px;
}

.sect-bg-04 {
    background: url('../images/bg_04.jpg') no-repeat;
    background-size: cover;
}

.sect-bg-04 .container {
    height: 100%;
}

.sect-04-m {
    width: 50%;
    padding-top: 68px;
}

.sect-04-m h1 {
    font-size: 40px;
    font-weight: 500;
    background: url('../images/index_46.png') no-repeat;
    width: 370px;
    background-size: contain;
    background-position: right 19px bottom 0px;
    padding: 10px 0;
    margin-bottom: 25px;
}

.sect-04-m .p {
    line-height: 33px;
    letter-spacing: 1px;
}

.sect-04-m .icon {
    margin-bottom: 27px;
}

.sect-04-m .icon img:nth-child(2) {
    margin-left: 50px;
}

footer {
    position: relative;
    background: url('../images/bg_06.jpg') no-repeat;
    background-size: cover;
    z-index: 0;
}

.foot {
    display: flex;
    margin-bottom: 90px;
}

.foot ul {
    margin-right: 13%;
}

.foot ul:last-child {
    margin-right: 0;
}

.foot ul li {
    text-align: center;
    line-height: 41px;
}

.foot ul li:first-child {
    margin-bottom: 28px;
}

.foot ul li a {
    color: #fff;
}

.foot ul li:first-child a {
    font-size: 24px;
    line-height: 90px;
}

footer .black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    line-height: 90px;
    z-index: -1;
}

footer .link {
    color: #fff;
}

footer .link a {
    color: #fff;
    margin: 0 10px;
    line-height: 42px;
}

footer .black-02 {
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 42px;
    z-index: -1;
}

.cr {
    text-align: center;
    line-height: 74px;
}

.cont-bg-01 {
    background: url('../images/cont_01.jpg') no-repeat;
    background-size: cover;
}

.cont-bg-01 .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-bg-01 .cont-01-m {
    background: #fff;
    padding: 70px 75px;
    border-radius: 10px;
    margin-top: 20px;
}

.cont-bg-01 .cont-01-m h4 {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 50px;
}

.cont-bg-01 .cont-01-m p {
    font-size: 18px;
    color: #686868;
    line-height: 41px;
    letter-spacing: 1px;
}

.map {
    padding: 65px 0;
}

.map img {
    width: 100%;
}

.cont-text {
    background: url('../images/cont_07.jpg') no-repeat;
    background-size: cover;
    padding: 155px 0;
}

.cont-text h2 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 32px;
}

.cont-text .text div input {
    width: 30.59%;
    padding: 0 13px;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 4px;
    height: 42px;
    outline-style: none;
    border: none;
    color: #919191;
}

.cont-text .text div input:last-child {
    margin-right: 0;
}

.cont-text .text textarea {
    width: 98%;
    outline: none;
    resize: none;
    padding: 15px 13px;
    font-size: 16px;
    border-radius: 4px;
    height: 165px;
    color: #919191;
    margin: 32px 0;
}

.cont-text .text p input {
    display: inline-block;
    width: 128px;
    text-align: center;
    color: #fff;
    background-color: #279eee;
    line-height: 48px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.qr ul {
    display: flex;
    margin: 78px 0;
    margin-bottom: 130px;
}

.qr li {
    width: 25%;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
}

.qr li img {
    width: 200px;
    height: 200px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.brand-li {
    margin-top: -65px;
}

.brand-li ul {
    display: flex;
}

.brand-li ul li {
    width: 33.3%;
    text-align: center;

}

.brand-li ul li img {
    width: 181px;
}

.pro-vd ul {
    display: flex;
    flex-wrap: wrap;
}

.pro-vd ul li {
    float: left;
    width: 30%;
    margin-right: 50px;
    position: relative;
    margin-bottom: 38px;
    margin-top: 74px;
    cursor: pointer;
}

.pro-vd ul li > img {
    width: 100%;
}

.pro-vd ul li:nth-child(3n) {
    margin-right: 0;
}

.pro-vd ul li .vd-title {
    background-color: #279eee;
    color: #fff;
    padding: 25px 21px;
    width: 70%;
    position: absolute;
    bottom: -38px;
    left: 10%;
    font-size: 16px;
    line-height: 26px;
}

.pro-vd {
    margin-bottom: 140px;
}

.news {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.news > .left {
    width: 10.3%;
}

.news.fixed > .left{
    position: fixed;
    top: 0;
    width: 124px;
}

.news .time {
    padding-top: 24px;
    position: relative;
}

.news .time li {
    font-size: 24px;
    margin-bottom: 52px;
    color: #666666;
    position: relative;
    cursor: pointer;
}

.news .time li span {
    width: 16px;
    height: 16px;
    background-color: #c7e8ff;
    border-radius: 50px;
    border: 1px solid #279eee;
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.news .time li span.act,.news .time li.on span {
    background: #279eee;
}

.news .time .icon .line {
    width: 2px;
    height: 98%;
    background: #279eee;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: -1;
    padding-bottom: 40px;
}

.news .time .icon {
    text-align: right;
    margin-right: -1px;
}

.news > .right {
    width: 85%;
}

.news.fixed > .right{
    margin-left: 15%;
}

.news .news-li {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
    border-bottom: 1px solid #eeeeee;
}

.news a:first-child .news-li {
    padding-top: 0;
}

.news .news-li .left {
    width: 30%;
}

.news .news-li .left img {
    width: 100%;
}

.news .news-li .right {
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .news-li .right div h3 {
    font-size: 18px;
    color: #279eee;
}

.news .news-li .right div p {
    font-size: 16px;
    color: #848484;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 15px;
    padding-right: 10px;
}

.news .news-li .right .date {
    font-size: 14px;
    font-weight: bold;
    color: #279eee;
    background: #c7e8ff;
    display: inline-block;
    padding: 12px 15px;
    margin-bottom: 5px;
}

.page {
    text-align: center;
    padding: 64px 0 80px 0;
}

.page a {
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
    color: #999999;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
}

.page .ac {
    background: #279eee;
    color: #fff;
}

.h1 h1 {
    text-align: center;
    color: #279eee;
    font-size: 30px;
    padding: 78px 0 60px 0;
}

.recruit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.recruit .left {
    width: 17%;
}

.recruit .right {
    width: 78%;
}

.recruit .pos li {
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.recruit .pos .at {
    background: #279eee;
    border: 1px solid #279eee;
    color: #fff;
}

.recruit .pos .at a{
    display: block;
    color: #fff;
}

.recruit .pos-li li {
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 25px;
}

.recruit .pos-li li p {
    color: #666666;
    line-height: 40px;
}

.recruit .pos-li li p strong {
    color: #000;
}

.recruit .pos-li li p span {
    color: #279eee;
    font-weight: bold;
}

.prod {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 80px;
}

.prod > .left {
    width: 17%;
}

.prod.fixed > .left{
    position: fixed;
    top: 0;
    width: 204px;
}

.prod.fixed > .right{
    padding-left: 20%;
}

.prod > .right {
    width: 80%;
}

.prod .prod-it li {
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    border: 1px solid #eeeeee;
    text-align: center;
}

.prod .prod-it .at {
    background: #279eee;
    border: 1px solid #279eee;
    color: #fff;
}

.prod .prod-it .item-li {
    background-color: #f3f3f3;
    padding: 10px 0 30px 0;
}

.prod .prod-it .item-li li {
    line-height: 38px;
    border: none;
}

.prod .prod-it .item-li li.on a,.side-li.on>a{
    color: #279eee;
}

.prod .prod-top h3 {
    color: #333333;
}

.prod .prod-top .serc input {
    border: none;
    outline: none;
    color: #7b7b7b;
    width: 330px;
}

.prod .prod-top .serc {
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    padding: 6px 12px;
}

.prod .prod-top img {
    vertical-align: middle;
}

.prod .prod-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod .prod-li {
    margin-top: 40px;
}

.prod .prod-li ul {
    display: flex;
    flex-wrap: wrap;
}

.prod .prod-li li {
    float: left;
    width: 30%;
    margin-right: 3%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 55px;
}

.prod .prod-li li:nth-child(3n) {
    margin-right: 0;
}

.prod .prod-li li img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}

.prod .prod-li li:hover img{
    transform: scale(1.2);
}

.prod .prod-li li p {
    padding: 7px 10px 16px 10px;
    color: #333333;
}

.prod-bg {
    background: #efefef;
    padding-bottom: 98px;
}

.prod-dt {
    background: #fff;
    padding: 24px 12px;
    margin-top: 35px;
}

.prod-dt .prod-m > .left {
    width: 38%;
}

.prod-dt .prod-m > .right {
    width: 58%;
}

.prod-dt .prod-m {
    display: flex;
    justify-content: space-between;
}

.prod-ta{
    position: relative;
}

.prod-dt .prod-im {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-dt .pn{
    position: absolute;
    width: 96%;
    left: 2%;
    display: flex;
    justify-content: space-between;
    top: 34%;
}

.prod-dt .prod-sel .pn{
    top: 0;
    left: 0;
    height: 0;
    width: 102%;
}

.prod-dt .pn span{
    font-size: 50px;
    cursor: pointer;
    color: #666;
}

.prod-dt .pn span.disabled{
    color: #999;
}

.prod-dt .prod-im img {
    width: 100%;
    display: block;
}

.prod-dt .prod-sel ul {
    display: flex;
    margin: 12px 0;
}

.prod-dt .prod-sel ul li {
    width: 20%;
    margin-right: 10px;
    float: left;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
}

.prod-dt .prod-sel ul li img {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    display: block;
}

.prod-dt .prod-sel ul li.acti {
    border: 1px solid #ff5507;
}

.prod-dt .prod-in h2 {
    font-size: 20px;
}

.prod-dt .prod-in table tr td span {
    color: #808080;
}

table.rules{
    margin-top: 30px;
}

.prod-dt .prod-in table tr td em {
    font-style: normal;
    border: 1px solid #ff5507;
    border-radius: 6px;
    padding: 5px 15px;
    color: #ff5507;
    display: inline-block;
}

.prod-dt .prod-in table tr td{
    padding: 0 0 28px 0;
}

.prod-dt .prod-in table tr {
    font-size: 16px;
}

.prod-dt .prod-dt-m {

}

.prod-dt .prod-dt-m .p {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 26px;
    margin: 78px 0 27px 0;
}

.prod-dt .prod-dt-m .p span {
    position: relative;
}

.prod-dt .prod-dt-m .p span:after {
    content: "";
    display: block;
    width: 14px;
    height: 3px;
    background: #ff5507;
    position: absolute;
    bottom: 1px;
    left: 40%;
    margin-bottom: -26px;
}

.prod-dt .prod-info img {
    max-width: 100%;
}

.prod-dt .prod-info p>img{
    display: block;
    margin: 0 auto;
}

.prod-info{
    line-height: 36px;
    font-size: 16px;
}

.prod-dt .prod-or {
    display: flex;
    justify-content: space-between;
    padding-top: 102px;
    padding-bottom: 126px;
}

.prod-dt .prod-or > div {
    width: 49%;
    background: #279eee;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.prod-dt .prod-or > div a {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.prod-ab ul {
    display: flex;
    flex-wrap: wrap;
}

.prod-ab ul li {
    float: left;
    width: 19%;
    margin-right: 15px;
    margin-bottom: 62px;
}

.prod-ab ul li:nth-child(5n) {
    margin-right: 0;
}

.prod-ab ul li .pr-img img {
    width: 100%;
    border-radius: 6px;
}

.prod-ab ul li p {
    font-size: 16px;
}

.sv-bg-01 {
    background: url('../images/sv_02.jpg') no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.cr ul {
    display: flex;
    justify-content: center;
}

.cr li {
    width: 120px;
    height: 120px;
    background: #fff;
    color: #279eee;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    line-height: 22px;
    margin: 0 45px;
    transition: all 0.5s;
}

.cr li:hover {
    transform: scale(1.2);
}

.tl-h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

.tl-h2::before {
    content: " ";
    color: #fff;
    margin-right: 24px;
    border-bottom: 4px solid #fff;
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px 0 #fff;
}

.tl-h2::after {
    content: " ";
    color: #fff;
    margin-left: 24px;
    border-bottom: 4px solid #fff;
    width: 64px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px 0 #fff;
}

.sv-01 {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-top: 68px;
}

.tl-02 {
    text-align: center;
    color: #757270;
    position: relative;
}

.tl-02 h1 {
    font-size: 42px;
}

.tl-02 p {
    font-size: 20px;
    margin-top: 30px;
}

.tl-02 .abs {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    color: #279eee;
    font-weight: bold;
    font-style: italic;
    line-height: 44px;
}

.sv-pro-img {
    margin: 42px 0 24px 0;
    height: 665px;
    position: relative;
}

.sv-pro-img img {
    position: absolute;
}

.sv-pro-img img.zj {
    transition: all 0.5s;
    z-index: 10;
    left: 32%;
    top: 24.4%;
}

.sv-pro-img img.zj:hover {
    transform: scale(1.2);
}

.sv-bg-02 {
    padding: 106px 0 70px 0;
}

.sv-bg-02 .container{
    position: relative;
}

.sv-bg-02 .swiper-button-prev, .sv-bg-02 .swiper-container-rtl .swiper-button-next{
    left: -75px;
    top: 23%;
}

.sv-bg-02 .swiper-button-next, .sv-bg-02 .swiper-container-rtl .swiper-button-prev{
    right: -75px;
    top: 23%;
}

.sv-bg-02 .swiper-button-next, .sv-bg-02 .swiper-button-prev{
    color: #7cd4cd;
}

.pro-spe-01 ul {
    display: flex;
    margin-bottom: 28px;
}

.pro-spe-01 li {
    width: 33%;
    float: left;
    color: #fff;
    text-align: center;
    padding: 62px 0 40px 0;
}

.pro-spe-01 li:first-child {
    background: #279eee;
    opacity: 0.6;
}

.pro-spe-01 li:nth-child(2) {
    background: #279eee;
    opacity: 0.8;
}

.pro-spe-01 li:nth-child(3) {
    background: #279eee;
}

.pro-spe-01 li p:first-child img {
    width: 63px;
}

.pro-spe-01 li p:nth-child(2) {
    font-size: 30px;
    line-height: 76px;
}

.pro-spe-01 li p:nth-child(3) {
    line-height: 24px;
    width: 78%;
    margin: auto;
}

.pro-spe-02 ul {
    display: flex;
}

.pro-spe-02 li {
    position: relative;
    width: 32%;
    margin-right: 14px;
    text-align: center;
}

.pro-spe-02 li img {
    width: 100%;
    vertical-align: bottom;
    height: 276px;
}

.pro-spe-02 li p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 34px;
    width: 100%;
    font-size: 14px;
}

.sv-pro-li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sv-pro-li ul {
    display: flex;
    flex-wrap: wrap;
}

.sv-pro-li li {
    width: 15%;
    float: left;
    margin: 0 10px;
    text-align: center;
    margin-bottom: 60px;
}

.sv-pro-li li:nth-of-type(n+7){
    margin: 0;
    width: 14%;
}

.sv-pro-li li img {
    max-height: 104px;
    transition: all 0.5s;
}

.sv-pro-li li:hover img {
    transform: scale(1.1);
}

.sv-pro-li li p {
    line-height: 60px;
}

.sv-bg-03 {
    margin: 38px 0;
}

.sv-bg-04 {
    background: url('../images/sv_81.jpg') no-repeat;
    background-size: cover;
    padding: 142px 0;
}

.sv-bg-04 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sv-bg-04 .container > h5 {
    width: 2%;
    font-size: 20px;
}

.sv-copr {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sv-copr-im {
    width: 44%;
}

.sv-copr ul {
    display: flex;
}

.sv-copr ul:first-of-type li {
    float: left;
    font-size: 16px;
    color: #fff;
    background: #279eee;
    border-radius: 10px;
    padding: 15px 0;
    line-height: 20px;
    width: 16%;
    margin: 0 10px;
    text-align: center;
    margin-bottom: 71px;
}

.sv-copr ul:nth-of-type(2) li {
    width: 32%;
    margin: 0 4px;
}

.sv-copr ul:nth-of-type(2) li img {
    width: 100%;
}

.sv-copr h5 {
    color: #2c94d1;
    text-align: center;
    margin-bottom: 65px;
    font-size: 18px;
}

.sv-copr-im img {
    width: 100%;
}

.sv-tree-m {
    display: flex;
    justify-content: space-around;
}

.sv-tree-00 {
    text-align: center;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    background: #fff;
    width: 24%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.fz-con {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    padding: 30px 26px;
}

.sv-tree-00 .front, .sv-tree-00 .back {
    background-size: cover;
    background-position: center;
    transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.sv-tree-00 .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.sv-tree-00:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.sv-tree-00 .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #308eca;
    background: -webkit-linear-gradient(45deg, #bbe0f3 0%, #308eca 100%);
    background: -o-linear-gradient(45deg, #bbe0f3 0%, #308eca 100%);
    background: linear-gradient(45deg, #bbe0f3 0%, #308eca 100%);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    height: 100%;
    border-radius: 8px;
}

.back-con {
    padding: 30px 26px;
}

.sv-tree-00 .back-con h4 {
    color: #fff;
}

.sv-tree-00 .back-con p {
    color: #fff;
}

.sv-tree-00:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.sv-tree-00 img {
    width: 55px;
}

.sv-tree-00 h4 {
    font-size: 22px;
    color: #279eee;
    margin: 15px 0 20px 0;
}

.sv-tree-00 p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.sv-tree-img {
    text-align: center;
    margin: 25px 0;
}

.sv-tree-img img {
    max-width: 390px;
}

.sv-tree-02 {
    margin-top: 110px;
}

.sv-tree-02 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sv-tree-02 li {
    width: 22.5%;
    background: #279eee;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 24px;
    line-height: 28px;
}

.sv-tree-02 li p:first-child {
    color: #fff;
}

.sv-tree-02 li p:nth-child(2) {
    color: #90d2ff;
}

.sv-tree-02 li:nth-child(2n) {
    background: none;
    width: 39px;
    height: 23px;
}

.sv-tree-02 li:nth-of-type(8) {
    width: 100%;
    text-align: right;
}

.sv-tree-02 li:nth-of-type(8) img {
    transform: rotate(90deg);
    margin-right: 35px;
}

.sv-tree-02 ul:nth-of-type(2) li:nth-child(2n) {
    transform: rotate(180deg);
}

.sv-tree-02 ul img {
    width: 39px;
    height: 23px;
    vertical-align: middle;
}

.sv-bg-05 {
    padding: 135px 0 95px 0;
}

.sv-tree-deve {
    text-align: center;
}

.sv-tab {
    padding: 20px 0;
}

.sv-tab span {
    display: inline-block;
    padding: 11px 24px;
    color: #333333;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    margin: 0 23px;
    cursor: pointer;
}

.sv-tab .sc-tav-ac {
    border: 1px solid #279eee;
    color: #279eee;
}

.sv-tab-p {
    padding: 20px 0;
    display: none;
}

.sv-tab-p.on {
    display: block;
}

.sv-bg-06 {
    background: #fafafa;
    padding: 64px 0 123px 0;
}

.ab-bg-01 {
    background: url('../images/fac_01.jpg') no-repeat;
    background-size: cover;
}

.ab-bg-01 .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.ab-in {
    background: #fff;
    padding: 5% 5%;
    width: 40%;
}

.ab-in h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 41px;
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 2px solid #cbcbcb;
}

.ab-in p {
    font-size: 16px;
    line-height: 27px;
    color: #616161;
}

.ab-bg-02 {
    padding: 76px 0;
}

.ab-bg-02 .container > h2 {
    font-size: 30px;
    color: #279eee;
    margin-bottom: 50px;
    text-align: center;
}

.ab-bg-02 .tl-03 {
    font-size: 30px;
    color: #313131;
    margin-bottom: 18px;
    text-align: center;
}

.ab-bg-02 .tl-04 {
    font-size: 16px;
    color: #9d9d9d;
    text-align: center;
}

.ab-cho {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.ab-cho li {
    display: flex;
    line-height: 29px;
    align-items: center;
    padding: 33px 0;
    flex-direction: row-reverse;
}

.ab-cho .ab-cho-02 span {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    padding: 20px 24px;
    font-weight: bold;
    background: #279eee;
    margin: 0 18px;
}

.ab-cho .ab-cho-01 h4 {
    color: #279eee;
}

.ab-cho .ab-cho-01 P {
    color: #666666;
    font-size: 16px;
}

.ab-cho ul:first-child li {
    text-align: right;
    flex-direction: row;
}

.ab-cho .cho-img img {
    width: 330px;
    height: 330px;
    border-radius: 50%;
}

.ab-cho ul:nth-child(1) li:nth-child(1) {
    margin-right: -89px;
    margin-left: 82px;
}

.ab-cho ul:nth-child(1) li:nth-child(3) {
    margin-right: -89px;
    margin-left: 82px;
}

.ab-cho ul:nth-child(3) li:nth-child(1) {
    margin-right: 89px;
    margin-left: -82px;
}

.ab-cho ul:nth-child(3) li:nth-child(3) {
    margin-right: 89px;
    margin-left: -82px;
}

.ab-bg-03 {
    background: url('../images/fac_07.jpg') no-repeat;
    background-size: cover;
    padding: 92px 0;
}

.ab-bg-03 p {
    font-size: 16px;
    line-height: 49px;
    width: 57%;
    margin: auto;
    color: #fff;
}

.ab-bg-04 {
    padding: 75px 0;
}

.ab-bg-05 {
    padding-bottom: 100px;
}

.ab-bg-05 p img {
    max-width: 100%;
}

.ab-bg-05 p {
    text-align: center;
}

.ab-bg-06 {
    padding: 10px 0 72px 0;
}

.fig-ba {
    position: relative;
}

.fig {
    position: absolute;
    top: -74px;
    left: 0;
    width: 100%;
    z-index: 11;
}

.fig-h {
    height: 74px;
}

.fig ul {
    display: flex;
    background: #279eee;
    padding: 20px 0;
}

.fig li {
    width: 20%;
    background: #279eee;
    color: #fff;
    border-right: 1px solid #68bbf3;
    text-align: center;
}

.fig li:last-child {
    border-right: none;
}

.fig li p:first-child {
    font-size: 20px;
    margin-bottom: 20px;
}

.fig li p:first-child span {
    font-size: 40px;
    font-weight: bold;
    margin-right: 5px;
}

.fig li p:nth-child(2) {
    font-size: 16px;
}

.ab-co-01 {
    display: flex;
    justify-content: space-between;
}

.ab-co-01 .left {
    width: 46%;
    position: relative;
}

.ab-co-01 .left img {
    width: 100%;
    display: block;
    height: 420px;
}

.dr {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.dr ul {
    display: flex;
}

.dr ul li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50px;
    margin-right: 5px;
}

.dr ul .dr-a {
    background: #279eee;
}

.ab-co-01 .right {
    width: 51%;
}

.ab-co-h5 {
    font-size: 20px;
    color: #279eee;
    margin: 40px 0;
}

.ab-co-de {
    color: #279eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ab-co-de div h2 {
    font-size: 34px;
    margin-bottom: 48px;
}

.ab-co-de div p {
    font-size: 20px;
    line-height: 34px;
}

.ab-co-btn img {
    margin-right: 10px;
}

.ab-bg-07 {
    background: url('../images/coo_13.jpg') no-repeat;
    background-size: cover;
    min-height: 687px;
    padding: 74px 0;
}

.ab-bg-08 {
    background: url('../images/coo_14.jpg') no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.ab-bg-08 h2 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 66px;
}

.ab-co-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.ab-co-map .left h1 {
    font-size: 34px;
    margin-bottom: 28px;
}

.ab-co-map .right a {
    color: #fff;
}

.ab-co-map .right img {
    vertical-align: middle;
}

.ab-co-br ul {
    display: flex;
    flex-wrap: wrap;
}

.ab-co-br li {
    float: left;
    width: 9%;
    margin: 23px 0;
    margin-right: 100px;
}

.ab-co-br li img {
    width: 100%;
}

.ab-co-br li:nth-child(6n) {
    margin-right: 0;
}

.ab-bg-09 {
    padding: 56px 0;
}

.ab-bg-09 > h2 {
    text-align: center;
    color: #279eee;
    font-size: 30px;
    margin: 53px 0;
}

.ab-ca {
    display: flex;
    align-items: center;
    margin: 53px 0;
}

.ab-ca .left {
    text-align: center;
    width: 50%;
}

.ab-ca .right {
    text-align: center;
    width: 50%;
}

.ab-ca .right img {
    max-width: 100%;
}

.ab-ca .ca-tl {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
    background: #279eee;
    margin-bottom: 30px;
}

.ab-ca .ca-p {
    font-size: 34px;
    line-height: 48px;
    color: #333333;
}

.ab-ca:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}

.ab-co-01 .left{
    position: relative;
}

.ab-co-01 .left .swiper-button-next, .ab-co-01 .left .swiper-button-prev {
    top: auto;
    bottom: 5px;
    width: 50px;
    height: 50px;
}

.ab-co-01 .left .swiper-button-next {
    right: -150px;
    background: url("../images/coo_08.png") no-repeat center center;
}

.ab-co-01 .left .swiper-button-next.swiper-button-disabled {
    background: url("../images/coo_08_d.png") no-repeat center center;
}

.ab-co-01 .left .swiper-button-prev {
    left: 588px;
    background: url("../images/coo_06.png") no-repeat center center;
}

.ab-co-01 .left .swiper-button-prev.swiper-button-disabled {
    background: url("../images/coo_06_d.png") no-repeat center center;
}

.ab-co-01 .left .swiper-button-next:after, .ab-co-01 .left .swiper-button-prev:after {
    display: none;
}

.ab-co-01 .left .swiper-pagination {
    text-align: left;
    text-indent: 16px;
    bottom: 15px;
    width: auto;
}

.ab-co-01 .left .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
    margin-right: 5px;
}

.ab-co-01 .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.ab-co-01 .left.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.ab-co-01 .left.swiper-container-horizontal > .swiper-pagination-bullets, .ab-co-01 .left .swiper-pagination-custom, .ab-co-01 .left .swiper-pagination-fraction {
    width: auto;
}

.swiper-container.odm-oem {
    padding-bottom: 30px;
}

.odm-oem .swiper-pagination {
    bottom: 0;
}

.swiper-container-qyry {
    overflow: hidden;
    padding: 90px 0 90px 0;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.swiper-container-qyry .swiper-slide-active, .swiper-container-qyry .swiper-slide-duplicate-active {
    transform: scale(1.3);
    z-index: 10;
}

.swiper-container-qyry .swiper-slide {
}

.swiper-container-qyry .swiper-slide .zs-item {
    background: url("../images/sta_03.png") no-repeat;
    padding: 6%;
    background-size: 100% auto;
}

.swiper-container-qyry .swiper-slide.swiper-slide-prev, .swiper-container-qyry .swiper-slide.swiper-slide-next {
    transform: scale(1.15);
    z-index: 9;
}

.zs-item-name {
    text-align: center;
    margin-top: 15px;
}

.zs-item-name span {
    background: #279eee;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
}

.swiper-container-qyry .swiper-slide-active .zs-item-name, .swiper-container-qyry .swiper-slide-duplicate-active .zs-item-name {
    transform: scale(0.77);
    margin-top: 15px;
}

.swiper-container-qyry .swiper-slide.swiper-slide-prev .zs-item-name, .swiper-container-qyry .swiper-slide.swiper-slide-next .zs-item-name {
    transform: scale(0.87);
    margin-top: 15px;
}

.ab-ho-01 {
    position: relative;
}

.swiper-button-next-qyry {
    right: 35px;
    top: 45%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ececec;
}

.swiper-button-prev-qyry {
    left: 35px;
    top: 45%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ececec;
}

.swiper-button-next-qyry:after, .swiper-button-prev-qyry:after {
    font-size: 20px;
    color: #fff;
}

.yazhou {
    position: absolute;
    right: 170px;
    top: 280px;
}

.beimeizhou {
    position: absolute;
    left: 200px;
    top: 280px;
}

.nanmeizhou {
    position: absolute;
    left: 350px;
    top: 526px;
}

.ouzhou {
    position: absolute;
    left: 668px;
    top: 240px;
}

.feizhou {
    position: absolute;
    left: 620px;
    top: 440px;
}

.dayangzhou {
    position: absolute;
    right: 37px;
    top: 480px;
}

.pagebar {
    clear: both;
    text-align: center;
    margin: 1em auto;
    overflow: hidden;
    border-radius: 4px;
}

.pagebarbox {
}

.pagebar a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-left: -1px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.pagebar .pagebar-current {
    position: relative;
    z-index: 6;
    background-color: #eee;
}

.pagebar .pagebar-extend {
    padding: 0;
}

.pagebar .pagebar-prev {
    border-radius: 4px 0 0 4px;
    background-color: #eee;
}

.pagebar .pagebar-next {
    border-radius: 0 4px 4px 0;
    background-color: #eee;
}

.pagebar a:hover {
    border: 1px solid #07f;
    text-decoration: none;
    background-color: #08f;
    color: #fff;
    position: relative;
    z-index: 6;
    box-shadow: none;
}

.pagebar .pagebar-loading {
    display: block !important;
    color: #999;
    padding-left: 0 !important;
    margin: 0 !important;
    border-radius: 4px;
    box-shadow: 0 0 .5em #eee inset;
    text-align: center;
    background-color: #f5f5f5;
}

.ias_trigger, .ias_loader {
    font-size: 12px;
}

.ias_trigger a, .ias_loader a {
    color: #f80;
}

.prod-img{
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.prod-img img{
    display: block;
}

.news .time .icon img{
    position: absolute;
    bottom: -50px;
    right: -1px;
}

.news-right{
    position: relative;
}

.news-right .load{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}

.news-right .f-load{
    text-align: center;
    display: none;
}

.article-title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.article-date{
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
}

.header-container{
    display: flex;
}

.ab-ho-02 p img{
    max-width: 100%;
}

.index-video{
    position: relative;
}

.index-video video{
    position: relative;
    z-index: 1;
}

.index-video-voice{
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 100000;
    cursor: pointer;
}

.index-video-voice img:nth-of-type(1){
    display: none;
}

.index-video-voice.on img:nth-of-type(1){
    display: block;
}
.index-video-voice.on img:nth-of-type(2){
    display: none;
}

.prod-sel{
    padding: 0 0 0 15px;
    position: relative;
}

.foot-con{
    position: absolute;
    min-width: 325px;
	text-align:left;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.prod-ab .p{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #666;
}

li .qrs{
    display: flex;
    position: absolute;
    left: -340px;
    top: 105px;
}

.qrs-item .qrs-ico{
    position: relative;
    height: 32px;
    display: block;
    margin: 0 auto;
}

.qrs-item{
    position: relative;
    margin-right: 30px;
    color: #fff;
    cursor: pointer;
    width: 54px;
    text-align: center;
}

.qrs-item .qrs-qr img{
    width: 100%;
    display: block;
}

.qrs-item .qrs-qr{
    position: absolute;
    width: 200px;
    left: -89px;
    bottom: 85px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: none;
    box-shadow: 0 0 5px 0 #ccc;
}

.qrs-item p{
    white-space: nowrap;
}

.qrs-item .qrs-qr::after{
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    transform: rotate(-90deg);
    position: absolute;
    bottom: -15px;
    left: 107px;
}

.phone-show{
    display: none;
}

@media screen and (max-width: 768px){
    .phone-hide{
        display: none;
    }

    .phone-show{
        display: initial;
    }

    .logo>a.phone-hide{
        display: none;
    }

    .container{
        width: auto;
    }

    header{
        padding: 15px 0;
        z-index: 10000;
        height: 50px;
    }

    .logo>a{
        width: 50%;
        display: block;
    }

    .nav{
        margin-top: 10px;
    }

    .header-container{
        display: block;
        padding: 0 15px;
        position: relative;
    }

    .nav{
        position: absolute;
        width: 90%;
        display: block;
        background: #fff;
        left: 0;
        padding: 5%;
        display: none;
    }

    .nav li > a{
        color: #666;
    }

    .nav li:last-child{
        display: none;
    }

    .nav li{
        line-height: 50px;
    }

    .nav li::after{
        content: '›';
        position: absolute;
        right: 0;
        color: #999;
        top: 5px;
    }

    .nav li p{
        position: static;
        box-shadow: none;
        background: #fff;
        padding-left: 20px;
    }

    .nav li p a{
        color: #666;
    }

    .logo{
        position: relative;
        width: auto;
        margin-right: 0;
        display: flex;
    }

    .phone-menu{
        position: absolute;
        right: 0;
        top: 11px;
        width: 35px;
        z-index: 1000;
    }

    .phone-menu span{
        display: block;
        height: 3px;
        background: #fff;
        width: 100%;
        margin: 15px 0;
        position: relative;
        border-radius: 3px;
    }

    .phone-menu span::before, .phone-menu span::after{
        position: absolute;
        content: ' ';
        left: 0;
        height: 3px;
        background: #fff;
        top: -10px;
        width: 100%;
        border-radius: 3px;
    }

    .phone-menu span::after{
        top: auto;
        bottom: -10px;
    }

    .phone-menu a{
        position: absolute;
        right: 60px;
        top: 7px;
    }

    .sect-01-m h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .sect-01-m p {
        font-size: 20px;
    }

    .sect-bg-01{
        height: 70vh;
    }

    .sect-02-m{
        width: auto;
        padding: 0 2%;
        margin-top: 30px;
    }

    .sect-bg-02 .container{
        align-items: flex-start;
    }

    .sect-02-m h1 {
        font-size: 26px;
        letter-spacing: 7px;
        margin-bottom: 15px;
    }

    .sect-02-m p{
        margin-bottom: 15px;
    }

    .sect-02-m ul li{
        margin-right: 0;
        width: 48%;
        margin-bottom: 40px;
    }

    .sect-02-m ul{
        flex-wrap: wrap;
    }

    .sect-bg-03 .left{
        display: none;
    }

    .sect-03-m .right{
        margin-left: 0;
        padding: 50px 2%;
    }

    .sect-04-m{
        width: auto;
    }

    .sect-04-m .icon{
        padding: 0 2%;
    }

    .sect-04-m h1{
        width: auto;
        font-size: 26px;
        padding: 0 2%;
    }

    .sect-04-m .p{
        padding: 0 2%;
    }

    .cr{
        line-height: 30px;
        padding: 10px 2%;
    }

    .sect-02-m .more{
        display: block;
    }

    .sect-bg-02{
        height: auto;
        padding-bottom: 20px;
    }

    .more a{
        margin-top: 20px;
    }

    .sect-bg-04{
        height: auto;
        padding-bottom: 50px;
    }

    .sect-bg-03{
        height: auto;
    }

    .fig{
        position: static;
    }

    .fig li{
        width: 33%;
        margin-bottom: 15px;
    }

    .fig ul{
        flex-wrap: wrap;
    }

    .fig li p:first-child {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .fig li p:first-child span{
        font-size: 26px;
    }

    .fig li:nth-of-type(3),.fig li:last-child{
        border-right: 0;
    }

    .fig li:nth-of-type(n+4){
        width: 48%;
    }

    .ab-co-01{
        display: block;
    }

    .ab-co-01 .left{
        width: auto;
        float: none;
    }

    .fig-h{
        display: none;
    }

    .ab-co-h5{
        margin: 20px 5px 0 ;
    }

    .ab-co-01 .right{
        width: auto;
        padding: 15px 2%;
    }

    .ab-co-de div h2{
        font-size: 26px;
        margin-bottom: 20px;
    }

    .ab-co-01 .left img{
        height: auto;
    }

    .yfsl{
        padding-bottom: 15px !important;
    }

    .yfsl.swiper-container-horizontal > .swiper-pagination-bullets, .yfsl .swiper-pagination-custom, .yfsl .swiper-pagination-fraction{
        width: 100%;
        bottom: 0px;
        text-align: center;
    }

    .yfsl .swiper-pagination-bullet{
        background: rgba(0,0,0,0.4);
    }

    .ab-bg-06{
        padding-bottom: 30px;
    }

    .ab-bg-07{
        display: none;
    }

    .ab-bg-08{
        background-size: auto 100% !important;
        padding: 20px 0 10px 0;
    }

    .ab-bg-08 h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ab-co-br li{
        margin: 10px 0;
        padding: 0 2%;
        width: 16%;
    }

    .ab-bg-09 {
        padding: 30px 0;
    }

    .ab-bg-09 > h2{
        margin: 0 0 53px 0;
    }

    .ab-bg-09 .container{
        padding: 0 2%;
    }

    .ab-ca .ca-tl {
        padding: 9px 15px;
        margin-bottom: 20px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .ab-ca .ca-p {
        font-size: 12px;
        line-height: 16px;
    }

    .ab-ca{
        margin: 30px 0;
    }

    .ab-bg-01{
        height: auto;
    }

    .ab-in{
        width: 80%;
        margin: 150px auto 50px;
    }

    .ab-in h2{
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 26px;
    }

    .ab-bg-02 {
        padding: 35px 0;
    }

    .ab-bg-02 .container > h2{
        margin-bottom: 30px;
    }

    .ab-bg-02 .tl-03{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ab-bg-02 .tl-04{
        padding: 0 2%;
    }

    .ab-cho{
        display: block;
    }

    .cho-img{
        display: none;
    }

    .ab-cho ul:nth-of-type(1) li{
        flex-flow: row-reverse;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 20px 0;
    }

    .ab-cho-01{
        text-align: left;
    }

    .ab-cho ul:nth-child(3) li{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .ab-bg-03{
        padding: 20px 0;
    }

    .ab-bg-03 p{
        width: 94%;
    }

    .ab-bg-04 {
        padding: 30px 2%;
    }

    .ab-bg-05{
        padding: 0 2%;
    }

    .swiper-container-qyry{
        padding: 10px 0 0 0;
        width: 96%;
    }

    .swiper-container-qyry .swiper-slide-active, .swiper-container-qyry .swiper-slide-duplicate-active{
        transform: scale(1);
    }

    .swiper-container-qyry .swiper-slide-active .zs-item-name, .swiper-container-qyry .swiper-slide-duplicate-active .zs-item-name{
        transform: scale(1);
        margin-top: 30px;
    }

    .swiper-container-qyry .swiper-slide.swiper-slide-prev, .swiper-container-qyry .swiper-slide.swiper-slide-next{
        transform: scale(1);
    }

    .ab-ho-02{
        width: 96% !important;
    }

    .ab-bg-11{
        padding: 30px 0 !important;
    }

    .ab-ho-02>p{
        margin: 30px 0 !important;
    }

    .ab-bg-12{
        padding: 30px 0 !important;
    }

    .ab-ho-03{
        height: auto !important;
        flex-wrap: wrap;
    }

    .ho-img-01{
        width: 96% !important;
        margin: 0 2%;
    }

    .ho-img-02{
        width: 100% !important;
        margin: 15px 2%  0 !important;
        display: flex;
        justify-content: space-between;
    }

    .ho-img-02 .pic{
        height: auto !important;
        width: 48%;
    }

    .ho-img-02 .pic>p{
        padding-bottom: 10px;
        line-height: 16px;
    }

    .ho-img-03{
        width: 96% !important;
        margin: 0 auto;
    }

    .ab-bg-13{
        padding: 30px 0 !important;
    }

    .ab-ho-04 h1 {
        font-size: 30px !important;
        margin-bottom: 30px;
    }

    .ab-ho-04 p:nth-child(2){
        margin: 0 !important;
    }

    .ab-ho-04 p:nth-child(3) {
        font-size: 14px !important;
        color: #535353 !important;
        line-height: 24px !important;
    }

    .ab-bg-13{
        background-position: center bottom !important;
    }

    .ab-ho-05{
        display: block !important;
    }

    .ab-ho-05 .left{
        float: none;
        width: auto !important;
        margin-right: 0 !important;
        padding: 0 2%;
    }

    .ab-bg-14{
        padding: 30px 0 !important;
    }

    .ab-ho-05 .right{
        width: auto !important;
        float: none !important;
        padding: 0 2%;
        margin-top: 20px;
    }

    .ab-ho-05 .right>h1{
        font-size: 22px !important;
    }

    .ab-ho-05 .right .li{
        position: static !important;
    }

    .ab-bg-15{
        padding: 30px 0 !important;
    }

    .ab-ho-06 h3{
        margin-bottom: 20px !important;
    }

    .ab-ho-06{
        padding: 0 2%;
    }

    .prod > .left{
        display: none;
    }

    .prod > .right{
        float: none;
        width: auto;
        padding: 0 2%;
    }

    .prod{
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .prod .prod-top{
        display: none;
    }

    .prod .prod-li{
        margin-top: 0;
    }

    .prod .prod-li li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .prod .prod-li ul{
        justify-content: space-between;
    }

    .prod.fixed > .right{
        padding-left: 2%;
    }

    .prod-dt{
        margin-top: 0;
    }

    .prod-dt .prod-m{
        flex-wrap: wrap;
    }

    .prod-dt .prod-m > .left{
        width: 100%;
    }

    .prod-dt .prod-im{
        height: auto;
    }

    .prod-dt .prod-m > .right{
        width: 100%;
        margin-top: 10px;
    }

    .prod-dt .prod-in p{
        margin: 15px 0;
    }

    .prod-dt .prod-dt-m .p{
        margin: 20px 0;
    }

    .prod-dt .prod-or{
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .prod-dt .prod-or > div{
        width: 100%;
        margin-bottom: 15px;
    }

    .prod-ab ul{
        justify-content: space-between;
    }

    .prod-ab ul li{
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .prod-bg{
        padding-bottom: 50px;
    }

    .sv-bg-01{
        padding: 50px 0;
    }

    .tl-h2{
        margin-bottom: 40px;
    }

    .cr ul{
        flex-wrap: wrap;
    }

    .cr li{
        margin: 0 2px;
        width: 80px;
        height: 80px;
        line-height: 18px;
        font-size: 14px;
    }

    .sv-01{
        margin-top: 30px;
        padding: 0 2%;
    }

    .sv-bg-02{
        padding: 50px 0;
    }

    .tl-02 h1 {
        font-size: 30px;
    }

    .tl-02 p {
        font-size: 16px;
        margin-top: 12px;
    }

    .tl-02 .abs{
        position: static;
        font-size: 16px;
        line-height: 27px;
        text-align: right;
        padding-right: 2%;
    }

    .sv-pro-img img{
        width: 100%;
    }

    .sv-pro-img img.zj{
        left: 29%;
        width: 39%;
        top: 5%;
    }

    .sv-pro-img{
        height: 200px;
    }

    .pro-spe-01 li p:nth-child(2) {
        font-size: 18px;
        line-height: 50px;
    }

    .pro-spe-01 li p:first-child img {
        width: 40px;
    }

    .pro-spe-01 li{
        padding: 40px 0;
    }

    .pro-spe-01 li p:nth-child(3){
        word-break: break-all;
        line-height: 30px;
    }

    .pro-spe-02 li img{
        height: 100px;
    }

    .pro-spe-02 li p{
        line-height: 18px;
    }

    .sv-pro-li li{
        width: 50%;
        margin: 0;
    }

    .sv-pro-li li:nth-of-type(n+7){
        width: 50%;
    }

    .sv-bg-04{
        background-size: auto 100% !important;
        padding: 60px 0;
    }

    .sv-bg-04 .container{
        padding: 0 2%;
        flex-wrap: wrap;
    }

    .sv-copr-im{
        width: 100%;
    }

    .sv-copr{
        flex: 1;
        width: auto;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .sv-copr ul:first-of-type li{
        margin-bottom: 20px;
    }

    .sv-copr h5{
        margin-bottom: 20px;
    }

    .sv-bg-05{
        padding: 30px 0 ;
    }

    .sv-tree-00{
        width: 46%;
    }

    .fz-con{
        padding: 30px 10px;
    }

    .sv-tree-img img{
        width: 100%;
    }

    .sv-tree-02 ul:nth-of-type(2) li:nth-of-type(1){
        width: 39%;
    }

    .sv-tree-02 li{
        width: 21%;
        font-size: 14px;
        margin-bottom: 0;
    }

    .sv-tree-02 ul img {
        width: 100%;
        height: auto;
        vertical-align: middle;
    }

    .sv-tree-02 li:nth-child(2n) {
        background: none;
        width: 5%;
        height: auto;
    }

    .sv-tree-02 li:nth-of-type(8) {
        width: 100%;
        text-align: right;
        margin-bottom: 0;
    }

    .sv-tree-02 li:nth-of-type(8) img {
        transform: rotate(90deg);
        margin-right: 35px;
        height: 20px;
        width: auto;
    }

    .sv-tree-02 ul:nth-of-type(1){
        padding-left: 5px;
    }

    .sv-tree-02 ul:nth-of-type(2){
        padding-right: 5px;
    }

    .sv-tab-p p img{
        max-width: 100%;
    }

    .sv-bg-06{
        padding: 30px 0 ;
    }

    .sv-pro-img img.zj:hover{
        transform: scale(1);
    }

    .brand-li ul li img{
        width: 90%;
    }

    .brand-li{
        margin-top: 20px;
    }

    .news{
        margin-top: 30px;
    }

    .news > .left{
        display: none;
    }

    .news > .right{
        float: none;
        width: auto;
        padding: 0 2%;
    }

    .news .news-li .right div p{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 23px;
    }

    .news .news-li{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news.fixed > .right{
        margin-left: 0;
    }

    .prod-dt .prod-info img{
        max-width: 100%;
        height: auto !important;
    }

    .prod-dt .prod-or > div a{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: auto;
        display: block;
    }

    .h1 h1{
        padding: 30px 0;
    }

    .recruit{
        flex-wrap: wrap;
    }

    .recruit .left{
        width: 96%;
        padding: 0 2%;
        margin-bottom: 20px;
    }

    .recruit .pos ul{
        display: flex;
        flex-wrap: wrap;
    }

    .recruit .pos ul li{
        width: 32%;
    }

    .recruit .right{
        width: 96%;
        padding: 0 2%;
    }

    .recruit .pos-li li{
        padding: 15px;
    }

    .cont-bg-01 .cont-01-m{
        width: 74%;
        margin: 0 auto;
        padding: 6%;
    }

    .cont-bg-01 .cont-01-m h4{
        margin-bottom: 30px;
    }

    .cont-text{
        padding: 50px 2%;
    }

    .cont-text .text div input{
        width: 96%;
        padding: 0 2%;
        margin-bottom: 15px;
    }

    .cont-text .text textarea{
        width: 96%;
        padding: 2%;
        margin-top: 0;
    }

    .cont-text h2{
        font-size: 22px;
    }

    .qr ul{
        margin: 50px 0;
        display: none;
    }

    .qr li img{
        max-width: 90%;
        width: auto;
        height: auto;
    }

    .index-video-voice{
        right: 10px;
    }

    .index-video video{
        height: 50vh !important;
    }

    .foot-con{
        position: inherit;
        width: auto;
        border-left:  0;
    }

    .foot{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .foot ul li:first-child a {
        font-size: 18px;
        line-height: 90px;
        font-weight: bold;
    }

    .foot ul{
        width: 50%;
        display: none;
    }

    .foot ul li:first-child{
        background: #000;
    }

    .foot ul:last-child{
        width: 100%;
        display: block;
    }

    li .qrs{
        display: none;
    }

    .foot-con{
        width: auto;
        padding: 0 15px;
        padding-top: 15px;
    }

    footer .link{
        padding: 0 15px;
    }

    .phone-show .qrs{
        display: flex;
        padding-bottom: 20px;
        padding-left: 8%;
        flex-wrap: wrap;
    }

    .phone-show .qrs-item:nth-of-type(1) .qrs-qr,.phone-show .qrs-item:nth-of-type(5) .qrs-qr{
        left: 0;
    }

    .phone-show .qrs-item:nth-of-type(1) .qrs-qr::after,.phone-show .qrs-item:nth-of-type(5) .qrs-qr::after{
        left: 18px;
    }

    .phone-show .qrs .qrs-item{
        margin-bottom: 10px;
    }

    .foot ul li:first-child{
        display: none;
    }

    footer .black{
        display: none;
    }

    .logo a img{
        max-height: 50px;
        display: block;
    }
}