﻿@charset "utf-8";
/*banner */
#banner {
    position: relative;
    background: #fff;
    height: auto;
    overflow: hidden;
    transition: all .35s;
}
#banner .swiper-container {
    width: 100%;
    height: 100%;
}
#banner .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#banner .swiper-button-next, #banner .swiper-button-prev{
    background: rgb(0 0 0 / 30%);
    padding: 25px;
    border-radius: 50px;
}
#banner .swiper-button-next:hover, #banner .swiper-button-prev:hover{
    background: rgb(0 127 205);
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
#banner .swiper-slide img {
    max-width: 100%;
    width: 100%;
}
#banner .swiper-slide .mob {
    display: none;
}
#banner .swiper-slide .mc {
    position: absolute;
    z-index: 98;
    left: 50%;
    top: 32%;
    margin-left: -40%;
    width: 80%;
    text-align: left;
}
#banner .swiper-slide .mc>.tit {
    position: relative;
    padding: 30px 0;
    font-size: 6.5rem;
    color: #fff;
    font-weight: bold;
}
#banner .swiper-slide .mc>.tit:after {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 5px;
    background: rgb(11 156 158);
    content: '';
    display: none;
}
#banner .swiper-slide .mc>.txt {
    padding: 30px 0 10px 0;
    font-size: 2rem;
    line-height: 3rem;
    color: rgba(255,255,255,1);
}
#banner .swiper-slide .mc>.url {
    padding: 0;
}
#banner .swiper-slide .mc>.url>a {
    display: inline-block;
    font-size: 2.4rem;
    margin-top: 15px;
    font-weight: 200;
    opacity: .6;
    color: rgb(11 156 158);
    padding: 4px 14px;
    border-radius: 3px;
    border: 1px solid rgb(11 156 158);
    margin-right: 15px;
    transition: all .35s;
}
#banner .swiper-slide .mc>.url>a:hover {
    background: rgba(146,191,46,.8);
    border: 1px solid rgba(146,191,46,.8);
    opacity: 1;
    color: rgba(255,255,255,1);
}
#banner .swiper-pagination {
    bottom: 90px;
}
#banner .swiper-pagination-bullet {
    width: 80px;
    height: 8px;
    background: #ddd;
    margin: 0 10px;
    border-radius: 0;
    border: 0;
    opacity: 1;
    transition: all .2s;
}
#banner .swiper-pagination-bullet:hover {
    opacity: .5;
}
#banner .swiper-pagination-bullet-active {
    background: #007fcd;
    opacity: 1 !important;
}
/* end*/



/*main */
#main {
    margin: 0 auto;
}
#main .wrap {
    width: 86%;
    max-width: initial;
    margin: 0 auto;
}
#main .title {
    text-align: center;
}
#main .title>i {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #888;
}
#main .title>h2 {
    color: rgb(11 156 158);
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    width: 80%;
    margin: auto;
}
#main .title>p {
    color: rgba(102,102,102,1);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 30px 0;
    width: 80%;
    margin: auto;
}
#main>.product {
    margin: 0 auto;
    padding: 80px 0;
}
#main>.product .container {
    position: relative;
    margin: 0 auto;
}
#main>.product .container .swiper-container {
    width: 80%;
    margin: 0 auto;
}
#main>.product .container .swiper-slide>a {
    display: block;
    zoom: 1;
    transition: all .8s;
}
#main>.product .container .swiper-slide>a:before, #main>.product .container .swiper-slide>a:after {
    content: "";
    display: table;
}
#main>.product .container .swiper-slide>a:after {
    clear: both;
}
#main>.product .container .swiper-slide>a>.img {
    width: 50%;
    text-align: left;
    background: url("../img/main_product_bg.jpg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transition: all .35s;
}
#main>.product .container .swiper-slide>a>.img>img {
    width: 100%;
    height: auto;
}
#main>.product .container .swiper-slide>a>.con {
    width: 50%;
    box-sizing: border-box;
    padding: 80px 40px;
}
#main>.product .container .swiper-slide>a>.con>.tit {
    font-size: 2.4rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .35s;
}
#main>.product .container .swiper-slide>a>.con>.txt {
    font-size: 1.4rem;
    color: #999;
    line-height: 2.5rem;
    margin: 20px;
    margin-left: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
#main>.product .container .swiper-slide>a>.con>.view>span {
    display: inline-block;
    color: rgb(11 156 158);
    font-size: 1.3rem;
    padding: 4px 0;
    opacity: 0;
    transform: translateX(-10px);
    border-bottom: 1px solid rgb(11 156 158);
    transition: all .35s;
}
#main>.product .container .swiper-slide>a>.con>.view>span .iconfont {
    margin-left: 3px;
    font-size: 1.1rem;
}
#main>.product .container .swiper-container .swiper-pagination {
    position: relative;
    bottom: 0;
}
#main>.product .container .swiper-slide>a:hover .tit {
    color: rgb(11 156 158);
}
#main>.product .container .swiper-slide>a:hover .img {
    transform: translateY(-5px);
}
#main>.product .container .swiper-slide>a:hover .view>span {
    transform: translateX(0px);
    opacity: 1;
}
#main>.product>.more {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
#main>.product>.more>a {
    display: inline-block;
    border: 2px solid rgb(11 156 158);
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: rgb(11 156 158);
    background: rgba(255,255,255,1);
    transition: all .35s;
}
#main>.product>.more>a>i {
    display: inline-block;
    color: rgb(11 156 158);
    font-size: 1.6rem;
    font-weight: 100;
}
#main>.product>.more>a:hover {
    background: rgb(11 156 158);
    border: 2px solid rgb(11 156 158);
    color: #fff;
    transform: translateY(-3px);
}
#main>.product>.more>a:hover i {
    color: #fff;
}
#main>.solution {
    position: relative;
    margin: 0 auto;
}
#main>.solution>.title {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 30px;
    width: 80%;
    margin-left: -40%;
    text-align: center;
}
#main>.solution>.title>h2 {
    color: rgba(255,255,255,1);
}
#main>.solution>.title>p {
    color: rgba(255,255,255,1);
}
#main>.solution .container {
    position: relative;
    margin: 0 auto;
}
#main>.solution .container>.box {
    position: absolute;
    z-index: 9;
    top: 30%;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    text-align: center;
}
#main>.solution .container>.box>.tit {
    font-size: 36px;
    color: rgba(255,255,255,1);
}
#main>.solution .container>.box>.txt {
    padding: 20px 0;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255,255,255,1);
}
#main>.solution .container>.bg {
    position: relative;
    width: 100%;
    height: 100%;
}
#main>.solution .container>.bg:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    content: '';
}
#main>.solution .container>.bg img {
    width: 100%;
}
#main>.solution .container>.nav {
    position: absolute;
    z-index: 9;
    bottom: 8%;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    text-align: center;
}
#main>.solution .container>.nav>.prev {
    position: absolute;
    z-index: 44;
    left: -40px;
    top: 50%;
    cursor: pointer;
}
#main>.solution .container>.nav>.prev>i {
    display: block;
    font-size: 6rem;
    color: rgba(255,255,255,.2);
    transition: all .35s;
}
#main>.solution .container>.nav>.prev:hover i {
    color: rgba(255,255,255,1);
}
#main>.solution .container>.nav>.next {
    position: absolute;
    z-index: 44;
    right: -40px;
    top: 50%;
    cursor: pointer;
}
#main>.solution .container>.nav>.next>i {
    display: block;
    font-size: 6rem;
    color: rgba(255,255,255,.2);
    transition: all .35s;
}
#main>.solution .container>.nav>.next:hover i {
    color: rgba(255,255,255,1);
}
#main>.solution .container>.nav>.swiper-container {
    margin: 0 auto;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide {
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.4);
}
#main>.solution .container>.nav>.swiper-container .swiper-slide:last-of-type {
    border: 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a {
    display: block;
    padding: 60px 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.ico {
    width: 50%;
    height: auto;
    margin: 0 auto;
    transition: all .35s;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.ico>img {
    width: 50%;
    height: auto;
    transition: all .35s;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con {
    padding: 80px 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit {
    text-align: center;
    margin: 0 auto;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>p {
    display: block;
    padding-bottom: 20px;
    font-size: 2.8rem;
    color: #fff;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>span {
    display: block;
    font-size: 3rem;
    font-family: 'Arial';
    color: #fff;
    text-transform: uppercase;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.view {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 20px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    border: 0px solid rgba(255,255,255,.5);
    overflow: hidden;
    text-align: center;
    transition: all .35s
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.view:after {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    border-radius: 100%;
    background: rgb(11 156 158);
    content: '';
    transition: all .35s;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.view>i {
    position: relative;
    z-index: 9;
    display: block;
    font-size: 2.4rem;
    color: #fff;
    overflow: hidden;
    margin: 0 auto;
    transition: all .35s;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a:hover .view {
    background: rgb(11 156 158);
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a:hover .view:after {
    transform: scale(4);
    opacity: 1;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a:hover .ico {
    transform: translateY(-8px);
}
#main>.news {
    margin: 0 auto;
    padding: 80px 0;
    background: url("../img/main_news_bg.jpg") no-repeat;
    background-size: cover;
}
#main>.news>.container {
    margin: 0 auto;
    padding: 50px 0;
}
#main>.news>.container>.list {
    width: 86%;
    margin: 0 auto;
}
#main>.news>.container>.list>ul {
    margin: 0 auto;
}
#main>.news>.container>.list>ul>li {
    display: block;
    float: left;
    width: 48%;
    height: 0;
    padding: 20px;
    padding-bottom: 13%;
    position: relative;
    margin-bottom: 50px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    transition: all .35s;
}
#main>.news>.container>.list>ul>li:nth-child(even) {
    float: right;
}
#main>.news>.container>.list>ul>li>a {
    position: relative;
    zoom: 1;
    display: block;
    top: 0;
    left: 0;
}
#main>.news>.container>.list>ul>li>a:before, #main>.news>.container>.list>ul>li>a:after {
    content: "";
    display: table;
}
#main>.news>.container>.list>ul>li>a:after {
    clear: both;
}
#main>.news>.container>.list>ul>li>a>.img {
    width: 40%;
    position: relative;
}
#main>.news>.container>.list>ul>li>a>.img:after {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background: rgba(0,0,0,.7);
    transition: all .35s;
}
#main>.news>.container>.list>ul>li>a>.img:before {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-family: "iconfont" !important;
    font-size: 50px;
    font-weight: 100;
    opacity: 0;
    color: rgb(11 156 158);
    content: '\e606';
    transition: all .35s;
}
#main>.news>.container>.list>ul>li>a>.img>img {
    width: 100%;
    height: auto;
}
#main>.news>.container>.list>ul>li>a>.con {
    width: 60%;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 40px;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .35s;
}
#main>.news>.container>.list>ul>li>a>.con>.txt {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .35s;
}
#main>.news>.container>.list>ul>li>a>.con>.time {
    font-size: 1.4rem;
    color: rgb(11 156 158);
}
#main>.news>.container>.list>ul>li>a>.con>.view {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 0;
    overflow: hidden;
    line-height: 3rem;
    text-align: center;
    background: rgb(11 156 158);
    font-size: 1.6rem;
    transition: all .35s;
}
#main>.news>.container>.list>ul>li>a>.con>.view>i {
    color: #fff;
    font-size: 1.8rem;
}
#main>.news>.container>.list>ul>li:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
#main>.news>.container>.list>ul>li:hover .img:after {
    opacity: 1;
}
#main>.news>.container>.list>ul>li:hover .img:before {
    top: 40%;
    opacity: 1;
}
#main>.news>.container>.list>ul>li:hover .con>.tit {
    color: rgb(11 156 158);
}
#main>.news>.container>.list>ul>li:hover .con>.view {
    height: 30px;
}
#main>.news>.more {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
#main>.news>.more>a {
    display: inline-block;
    border: 2px solid #ddd;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: #666;
    background: rgba(255,255,255,.4);
    transition: all .35s;
}
#main>.news>.more>a>i {
    display: inline-block;
    color: rgb(11 156 158);
    font-size: 1.6rem;
    font-weight: 100;
}
#main>.news>.more>a:hover {
    background: rgb(11 156 158);
    border: 2px solid rgb(11 156 158);
    color: #fff;
    transform: translateY(-3px);
}
#main>.news>.more>a:hover i {
    color: #fff;
}
#main>.about {
    position: relative;
    margin: 0 auto;
    background: #999;
}
#main>.about>.box-left {
    position: relative;
    width: 50%;
    height: 100%;
}
#main>.about>.box-left>.profile {
    background: rgb(11 156 158);
    box-sizing: border-box;
    padding: 12%;
    text-align: left;
}
#main>.about>.box-left>.profile>.tit {
    position: relative;
    padding-bottom: 30px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
}
#main>.about>.box-left>.profile>.tit:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background: rgba(255,255,255,1);
    content: '';
}
#main>.about>.box-left>.profile>.txt {
    margin: 50px auto;
    text-align: left;
    font-size: 1.6rem;
    height: 280px;
    overflow: hidden;
    color: rgba(255,255,255,.8);
    line-height: 2.8rem;
}
#main>.about>.box-left>.profile>.txt>p {
    margin-bottom: 20px;
}
#main>.about>.box-left>.profile>.more {
    text-align: left;
    margin: 0 auto;
}
#main>.about>.box-left>.profile>.more>a {
    display: inline-block;
    border: 2px solid rgba(255,255,255,.6);
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: rgba(255,255,255,.8);
    transition: all .35s;
}
#main>.about>.box-left>.profile>.more>a>i {
    display: inline-block;
    color: rgba(255,255,255,.8);
    font-size: 1.6rem;
    font-weight: 100;
}
#main>.about>.box-left>.profile>.more>a:hover {
    background: rgba(255,255,255,1);
    border: 2px solid rgba(255,255,255,1);
    color: rgb(11 156 158);
}
#main>.about>.box-left>.profile>.more>a:hover i {
    color: rgb(11 156 158);
}
#main>.about>.box-left>.img {
    width: 100%;
    text-align: left;
}
#main>.about>.box-left>.img>img {
    width: 100%;
    height: auto;
}
#main>.about>.box-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #000;
}
#main>.about>.box-right>.item-inner-top {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#main>.about>.box-right>.item-inner-down {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
}
#main>.about>.box-right>.item-inner-down>.production {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(60,60,60,1);
    box-sizing: border-box;
    padding: 12%;
    text-align: left;
}
#main>.about>.box-right>.item-inner-down>.production>.tit {
    position: relative;
    padding-bottom: 30px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
}
#main>.about>.box-right>.item-inner-down>.production>.tit:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 2px;
    background: rgba(255,255,255,1);
    content: '';
}
#main>.about>.box-right>.item-inner-down>.production>.txt {
    padding: 50px 0;
    text-align: left;
    font-size: 1.6rem;
    color: rgba(255,255,255,.8);
    line-height: 2.8rem;
}
#main>.about>.box-right>.item-inner-down>.production>.txt>p {
    margin-bottom: 20px;
}
#main>.about>.box-right>.item-inner-down>.production>.more {
    text-align: left;
    margin: 0 auto;
}
#main>.about>.box-right>.item-inner-down>.production>.more>a {
    display: inline-block;
    border: 2px solid rgba(255,255,255,.6);
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: rgba(255,255,255,.8);
    transition: all .35s;
}
#main>.about>.box-right>.item-inner-down>.production>.more>a>i {
    display: inline-block;
    color: rgba(255,255,255,.8);
    font-size: 1.6rem;
    font-weight: 100;
}
#main>.about>.box-right>.item-inner-down>.production>.more>a:hover {
    background: rgba(255,255,255,1);
    border: 2px solid rgba(255,255,255,1);
    color: rgba(86,86,86,1);
}
#main>.about>.box-right>.item-inner-down>.production>.more>a:hover i {
    color: rgba(86,86,86,1);
}
#main>.about>.box-right>.item-inner-down>.img {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
#main>.netowrk {
    margin: 0 auto;
    padding: 80px 0;
    background: url("../img/main_network_bg.jpg") no-repeat;
    background-position: left bottom;
    background-size: cover;
}
#main>.netowrk>.container {
    margin: 0 auto;
    padding: 50px 0;
}
#main>.netowrk>.container>.content {
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
}
#main>.netowrk>.container>.content>.item {
    display: block;
    text-align: left;
    padding: 30px 0;
}
#main>.netowrk>.container>.content>.w50 {
    width: 50%;
    padding-right: 5%;
}
#main>.netowrk>.container>.content>.w100 {
    width: 100%;
    clear: both;
}
#main>.netowrk>.container>.content>.item>h3 {
    font-size: 8.6rem;
    color: rgb(11 156 158);
}
#main>.netowrk>.container>.content>.item>p {
    font-size: 2rem;
    color: #666;
}
#main>.netowrk>.container>.content>.item>h4 {
    font-size: 3rem;
    font-weight: normal;
    color: #666;
}
#main>.netowrk>.container>.map {
    width: 50%;
    text-align: right;
}
#main>.netowrk>.container>.map>img {
    width: 100%;
    height: auto;
}
/*ding*/
.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -10px;
}

@media (max-width: 767px) {
.section-title {
    margin-bottom: 0;
}
}
.section-title span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #0081CC;
    margin-bottom: 15px;
    line-height: 1;
    letter-spacing: 1.8px;
}
.section-title span:before{
    content: "";
    width: 64px;
    height: 6px;
    background: #0081CC;
    display: block;
    /*margin: 25px auto 50px;*/
}
.section-title h2 {
    text-transform: capitalize;
    font-size: 48px;
}

@media (max-width: 1199px) {
.section-title h2 {
    font-size: 42px;
}
}

@media (max-width: 767px) {
.section-title h2 {
    font-size: 36px;
}
}

@media (max-width: 575px) {
.section-title h2 {
    font-size: 28px;
}
}
.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
.section-title-area {
    flex-wrap: wrap;
    gap: 30px;
}
}
.section-bg {
    background-color: #f7f7f7 !important;
}
.section-padding {
    padding: 120px 0;
}
.service-2.section-padding {
    padding: 20px 0 120px;
}

@media (max-width: 1199px) {
.section-padding {
    padding: 100px 0;
}
.service-2.section-padding {
    padding: 10px 0 100px;
}
}

@media (max-width: 991px) {
.section-padding {
    padding: 80px 0;
}
.service-2.section-padding {
    padding: 10px 0 80px;
}
}
.fix {
    overflow: hidden;
}
.array-button {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    gap: 10px;
}
.array-button .array-prev {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 8px;
    background-color: #0081CC;
    border: 1.5px solid #0081CC;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
.array-button .array-prev {
    width: 45px;
    height: 45px;
    line-height: 40px;
}
}
.array-button .array-prev:hover {
    background-color: #1f242c;
    color: #ffffff;
    border: 1.5px solid #1f242c;
}
.array-button .array-next {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 8px;
    background-color: transparent;
    color: #0081CC;
    font-size: 16px;
    font-weight: 600;
    border: 1.5px solid #e3e3e3;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
.array-button .array-next {
    width: 45px;
    height: 45px;
    line-height: 40px;
}
}
.array-button .array-next:hover {
    background-color: #0081CC;
    color: #ffffff;
    border: 1.5px solid #0081CC;
}
.service-card-items-2 {
    margin-top: 30px;
}
.service-card-items-2 .service-title h5 {
    font-size: 18px;
    line-height: 1;
}
.service-card-items-2 .service-title h5 a:hover {
    color: #0081CC;
}
.service-card-items-2 .service-title p {
    font-size: 17px;
    color: #1f242c;
    margin-top: 5px;
    position: relative;
    margin-bottom: 40px;
}
.service-card-items-2 .service-title p::before {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 50px;
    height: 3px;
    content: "";
    background-color: #0081CC;
}
.service-card-items-2 .service-thumb {
    position: relative;
    overflow: hidden;
}
.service-card-items-2 .service-thumb img {
    transition: all 0.4s ease-in-out;
    width: 100%;
}
.service-card-items-2 .service-thumb::after {
    background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 0.5s ease 0s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    width: 200%;
}
.service-card-items-2 .service-thumb .icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #0081CC;
    z-index: 9;
}
.service-card-items-2 .service-thumb .icon img {
    width: initial;
    height: initial;
}
.service-card-items-2 .service-text {
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    padding: 30px;
}
.service-card-items-2 .service-text p {
    font-size: 16px;
    color: #1f242c;
    line-height: 165%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service-card-items-2:hover .service-thumb::after {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.5s, 0.5s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
}
.service-card-items-2:hover .service-thumb img {
    transform: scale(1.1);
}
/*about-data*/
.index-about#main {
    margin-bottom: 30px;
}
.index-about .wrap{
    position: relative;
}
.index-about .about-data {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -70px;
    z-index: 99;
}
.index-about .about-data .box {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    background: rgb(0 129 204 / 80%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.index-about .about-data .box .bbk {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    content: "";
    background:#ffffff;
    width: 20%;
    transition: all .3s ease-in-out
}
.index-about .about-data dl {
    flex: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #e6e6e6;
    cursor: pointer;
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    transition: all .3s ease-in-out;
    z-index: 2;
}
.index-about .about-data dl:last-child {
    border-right: none
}
.index-about .about-data dl.active {
    color: #0081cc;
}
.index-about .about-data dl.active dt {
    opacity: 1;
    color: #0081cc;
}
.index-about .about-data dl dt {
    font-size: 1.6rem;
    color: #fff;
    opacity: .7;
    font-weight: normal;
    opacity: 1;
    transition: all .3s ease-in-out
}
.index-about .about-data dl dd{
    font-size: 1.6rem;
}
.index-about .about-data dl dd big {
    font-size: 5rem;
    margin-right: 5px;
    font-family: arial;
}
@media screen and (max-width: 899px) {
.index-about#main {
    margin-bottom: 0px;
}
.index-about{
    background: #f7f7f7;
}
.index-about .about-data {
    position: relative;
    bottom: -34px;
}
.index-about .about-data .box{
    display: inline-block;
    background: rgb(0 129 204);
}
.index-about .about-data .box .bbk {
   background: initial;
}
.index-about .about-data dl.active {
    color: #fff;
}
.index-about .about-data dl.active dt {
    color: #fff;
}
.index-about .about-data dl{
    margin-bottom: 1.5rem;
}
.index-about .about-data dl:last-child{
   margin-bottom: .5rem;
}
}

/**/
.supplier {
    position: relative;
}
.supplier_title {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
}
.supplierTab {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8.5%;
    z-index: 999;
}
.supplier_ul {
    position: relative;
    cursor: pointer;
}
.supplier_ul p {
    display: none;
    background: #0081CC;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.supplier_ul section {
    background: #fff;
    overflow: hidden;
    text-align: center;
}
#galleryThumbs01 .swiper-slide-thumb-active .supplier_ul p {
    display: block;
}
#galleryThumbs01 .swiper-slide-thumb-active .supplier_ul section {
    display: none;
}
.supplier_ul .client_pic {
    width: 100%;
}
.supplier_title h1 {
    color: #fff;
}
.supplier_title p {
    color: #fff;
    font-size: 16px;
}
.supplierCon {
    position: relative;
    cursor: pointer;
}
.supplierCon li {
    overflow: hidden;
    position: relative;
}
.supplier_pic:before {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    content: '';
}
.supplier_pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.supplier_word {
    position: absolute;
    left: 0;
    z-index: 50;
    width: 100%;
}
.supplier_word section {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background: #0081cc;
    padding: 10px 25px;
}
.supplier_word p {
    color: #fff;
}
.supplier_word span {
    color: #fafafa;
    text-transform: uppercase;
    transition: all 0.5s;
    font-size: 1.6rem;
}
.supplier_word img {
    transition: all 0.5s;
}
.supplierTab .prev1 {
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    z-index: 999;
    cursor: pointer;
}
.supplierTab .next1 {
    position: absolute;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    z-index: 999;
    cursor: pointer;
}
.supplier_word section:hover>span {
    color: #fff;
}
.supplier_word section:hover>img {
    transform: translateX(10px);
}

@media screen and (min-width: 900px) {
.supplier_title {
    top: 15em;
}
.supplier_title h1 {
    font-size: 3.25em;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.8em;
}
.supplier_word {
    bottom: 15em;
}
.supplier_word section {
    margin-top: 3em;
}
.supplier_word p {
    padding-right: 50%;
    font-size: 1.5em;
    line-height: 2em;
}
.supplier_word img {
    margin-left: 3em;
}
#galleryThumbs01 {
    height: 330px;
}
#galleryTop01 {
    height: 72.5em;
}
.supplier_ul .client_pic {
    width: 55px;
}
.supplier_ul section {
    width: 180px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}
.supplier_ul p {
    width: 180px;
    height: 100px;
    line-height: 100px;
    font-size: 1.5em;
}
.supplier_pic {
    height: 72.5em;
}
.earth_pic {
    width: 60%;
    height: 42em;
    left: -7em;
    bottom: 0;
}
}

@media screen and (max-width: 899px) {
.supplier_title {
    top: 4.2rem;
}
.supplier_title h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}
.supplier_title p {
    width: 60%;
}
.supplierTab .client_pic {
    width: 37%;
    margin-top: 9px;
}
.supplierTab p {
    width: 12rem;
    height: 7.2rem;
    line-height: 7.2rem;
    font-size: 1rem;
}
#galleryTop01 {
    height: 60rem;
}
#galleryThumbs01 {
    height: 22rem;
}
.supplier_ul section {
    width: 12rem;
    height: 7.2rem;
    display: block;
    align-items: center;
    overflow: hidden;
}
.supplier_pic {
    height: 60rem;
}
.supplier_word {
    bottom: 2rem;
}
.supplier_word p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-bottom: 0.5rem;
}
.supplier_word span {
    font-size: 0.55rem;
}
.supplier_word img {
    width: 0.8rem;
    margin-left: 0.8rem;
}
.supplier .supplier_word {
    display: none
}
}
/**/
.service-box-items {
    margin-top: 30px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    background-color: #ffffff;
}
.service-box-items .service-content {
    padding: 40px;
}
.service-box-items .service-content h3 {
    margin-top: 20px;
    font-size: 22px;
}
.service-box-items .service-content h3 a:hover {
    color: #0081CC;
}
.service-box-items .service-content ul {
    margin-top: 20px;
    padding-left: 0;
}
.service-box-items .service-content ul li {
    position: relative;
    padding-left: 15px;
    color: #1f242c;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.service-box-items .service-content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.service-box-items .service-content ul li::before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    content: "";
    background-color: #0081CC;
}
.service-box-items .service-content .link-btn {
    text-transform: uppercase;
    margin-top: 25px;
    color: #0081CC;
    font-size: 16px;
    display: -webkit-box;
    font-weight: bold;
}
.service-box-items .service-content .link-btn i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    background-color: #0081CC;
    color: #ffffff;
    font-size: 14px;
    border-radius: 16px;
    padding: 6px;
    font-weight: 600;
}
.service-box-items .service-content .link-btn:hover {
    color: #0081CC;
}
.service-content .font-icon i {
    font-size: 60px;
    color: #0081CC;
}
.service-box-items .service-image {
    position: relative;
    overflow: hidden;
}
.service-box-items .service-image img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background-size: cover;
}
.service-box-items .service-image img:nth-child(1) {
    perspective: 300px;
    transition: transform 500ms ease;
    transform-origin: top center;
    transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}
.service-box-items .service-image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
    transform-origin: bottom center;
    width: 100%;
}
.service-box-items:hover .service-image img:nth-child(1) {
    transform-origin: bottom center;
    transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}
.service-box-items:hover .service-image img:nth-child(2) {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}
.service-section-2 {
    position: relative;
    z-index: 9;
}
.service-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F7F7F7;
    z-index: -1;
    top: 41%;
}
.service-2 {
    position: relative;
    z-index: 9;
}
.service-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F7F7F7;
    z-index: -1;
}
.box-research {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
.box-research {
    background: url(../images/research_bg.jpg) no-repeat center;
    background-size: cover;
}
}
.box-research:before {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80px;
    content: '';
    background-color: #fff;
}
.box-research .title h2 {
    font-size: 30px;
    color: #fff;
}

@media (max-width: 991px) {
.box-research .title h2 {
    font-size: 24px;
}
}
.box-research .title p {
    font-size: 20px;
    text-transform: uppercase;
    color: #ddd;
}
.box-research .text {
    max-width: 1290px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 991px) {
.box-research .text {
    margin-top: 30px;
}
}
.box-research .text p {
    font-size: 16px;
    line-height: 2;
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
.box-research .text p {
    font-size: 15px;
}
}
.box-research .research {
    font-size: 0;
    position: relative;
    z-index: 4;
    margin-top: 70px;
    padding: 0 40px;
    border-radius: 6px;
    background-color: #0081CC;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
.box-research .research {
    margin-top: 40px;
    padding: 20px 10px;
}
}
.box-research .research .list {
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.box-research .research .list:hover img {
    transform: rotate(360deg);
}
.box-research .research .list:after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box-research .research .list:last-child:after {
    display: none;
}
.box-research .research .item {
    padding: 50px 0;
    text-align: center;
}
.box-research .research .item img {
    width: 50px;
    margin-bottom: 20px;
    transition: .35s;
}

@media (max-width: 991px) {
.box-research .research .item {
    padding: 15px 0;
}
}
.box-research .research .item p {
    font-size: 17px;
    line-height: 2;
    margin: 0;
    color: #fff;
}

@media (max-width: 1560px) {
.box-research .research .item p {
    font-size: 16px;
}
}

@media (max-width: 991px) {
.box-research .research .item p {
    font-size: 14px;
}
}

@media only screen and (max-width: 1640px) {
#main>.solution .container>.nav {
    bottom: 4%;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a {
    padding: 40px 0;
}
#main>.news>.container>.list>ul>li>a>.con {
    padding: 10px 40px;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    font-size: 2rem;
}
#main>.news>.container>.list>ul>li>a>.con>.txt {
    font-size: 1.5rem;
    line-height: 2.3rem;
}
#main>.news>.container>.list>ul>li>a>.con>.time {
    font-size: 1.4rem;
}
#main>.about>.box-left>.profile>.txt {
    height: 270px;
}
}

@media only screen and (max-width: 1560px) {
#banner .swiper-slide .mc {
    top: 30%;
}
#banner .swiper-slide .mc>.tit {
    padding: 30px 0;
    font-size: 6rem;
}
#banner .swiper-slide .mc>.txt {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.ico {
    width: 46%;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>p {
    font-size: 2.5rem;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>span {
    font-size: 2.8rem;
}
#main>.about>.box-left>.profile>.txt {
    height: 240px;
}
}

@media only screen and (max-width: 1460px) {
#main>.product .container .swiper-container {
    width: 90%;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con {
    padding: 50px 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>p {
    font-size: 2.2rem;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>span {
    font-size: 2.5rem;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    font-size: 1.8rem;
}
#main>.news>.container>.list>ul>li>a>.con>.txt {
    font-size: 1.4rem;
    line-height: 2.0rem;
}
#main>.news>.container>.list>ul>li>a>.con>.time {
    font-size: 1.3rem;
}
#main>.about>.box-left>.profile>.tit {
    font-size: 3.2rem;
}
#main>.about>.box-left>.profile>.txt {
    height: 210px;
}
#main>.about>.box-right>.item-inner-down>.production>.tit {
    font-size: 3.2rem;
}
#main>.about>.box-right>.item-inner-down>.production {
    padding: 8%;
}
#main>.netowrk>.container>.content>.item>h3 {
    font-size: 7.2rem;
}
#main>.netowrk>.container>.content>.item>h4 {
    font-size: 2.4rem;
}
}

@media only screen and (max-width: 1280px) {
#banner .swiper-slide .mc>.tit {
    font-size: 5.2rem;
}
#banner .swiper-slide .mc>.txt {
    font-size: 1.6rem;
    line-height: 2.5rem;
}
#banner .swiper-slide .mc>.url>a {
    font-size: 1.3rem;
}
#main>.product .container .swiper-slide>a>.con>.tit {
    font-size: 2.2rem;
}
#main>.product .container .swiper-slide>a>.con>.txt {
    line-height: 2.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con {
    padding: 30px 0;
}
#main>.news>.container>.list>ul>li>a>.con {
    padding: 0 40px;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    font-size: 1.8rem;
}
#main>.news>.container>.list>ul>li>a>.con>.txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
#main>.news>.container>.list>ul>li>a>.con>.time {
    font-size: 1.2rem;
}
#main>.about>.box-left>.profile>.txt {
    height: 190px;
    font-size: 1.4rem;
    line-height: 2.4rem;
}
#main>.about>.box-right>.item-inner-down>.production>.txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
#main>.netowrk>.container>.content>.item>h3 {
    font-size: 6.8rem;
}
#main>.netowrk>.container>.content>.item>p {
    font-size: 1.8rem;
}
#main>.netowrk>.container>.content>.item>h4 {
    font-size: 2rem;
}
}

@media only screen and (max-width: 1200px) {
#banner .swiper-slide .mc>.tit {
    font-size: 4.6rem;
}
#banner .swiper-slide .mc>.txt {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
#banner .swiper-slide .mc>.url>a {
    font-size: 1.2rem;
}
#main>.product .container .swiper-slide>a>.con {
    padding: 70px 40px;
}
#main>.product .container .swiper-slide>a>.con>.txt {
    display: none;
}
#main>.solution .container>.nav>.prev, #main>.solution .container>.nav>.next {
    top: 32%;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>p {
    font-size: 2rem;
    padding-bottom: 10px;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>span {
    display: none;
    font-size: 2.2rem;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    -webkit-line-clamp: 1;
}
#main>.netowrk>.container>.content {
    float: none;
    width: 100%;
    padding-right: 0;
}
#main>.netowrk>.container>.content>.item {
    text-align: center;
}
#main>.netowrk>.container>.content>.w50 {
    padding-right: 0;
}
#main>.netowrk>.container>.content>.item>h3 {
    font-size: 5.6rem;
}
#main>.netowrk>.container>.content>.item>h4 {
    font-size: 2.4rem;
}
#main>.netowrk>.container>.map {
    float: none;
    width: 100%;
    text-align: center;
}
}

@media only screen and (max-width: 1080px) {
#banner .swiper-slide .mc {
    top: 25%;
}
#banner .swiper-slide .mc>.tit {
    font-size: 3.6rem;
    padding-top: 0;
}
#banner .swiper-slide .mc>.txt {
    width: 40%;
}
#banner .swiper-pagination {
    bottom: 50px;
}
#banner .swiper-pagination-bullet {
    width: 60px;
    height: 5px;
}
#main>.product .container .swiper-slide>a>.con {
    padding: 50px 40px;
}
#main>.product .container .swiper-slide>a>.con>.tit {
    font-size: 2rem;
}
#main>.solution .container>.nav>.prev>i {
    font-size: 4.8rem;
}
#main>.solution .container>.nav>.next>i {
    font-size: 4.8rem;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a {
    padding: 20px 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.ico {
    width: 40%;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con {
    padding: 30px 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.view {
    bottom: 20px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.view>i {
    font-size: 2rem;
}
#main>.news>.container>.list>ul>li {
    padding-bottom: 44%;
}
#main>.news>.container>.list>ul>li>a>.img {
    float: none;
    width: 100%;
}
#main>.news>.container>.list>ul>li>a>.con {
    float: none;
    width: 100%;
    padding: 10px 0;
}
#main>.news>.container>.list>ul>li>a>.con>.txt {
    font-size: 1.4rem;
    line-height: 2rem;
}
#main>.news>.container>.list>ul>li>a>.con>.time {
    font-size: 1.3rem;
}
#main>.about>.box-left {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
}
#main>.about>.box-left>.profile {
    padding: 8%;
}
#main>.about>.box-left>.profile>.txt {
    height: 110px;
}
#main>.about>.box-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    background: rgb(11 156 158);
}
#main>.about>.box-right>.item-inner-top {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 50%;
    height: 50%;
    opacity: .5;
}
#main>.about>.box-right>.item-inner-down {
    position: relative;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68%;
}
#main>.about>.box-right>.item-inner-down>.production {
    position: relative;
    z-index: 3;
    width: 50%;
    height: auto;
}
#main>.about>.box-right>.item-inner-down>.img {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    background-size: cover;
}
}

@media only screen and (max-width: 860px) {
#banner .swiper-slide .mc {
    width: 90%;
    margin-left: -45%;
}
#banner .swiper-slide .mc>.tit {
    font-size: 3.2rem;
}
#banner .swiper-slide .mc>.txt {
    padding: 10px 0;
}
#banner .swiper-slide .mc>.url>a {
    font-size: 1.1rem;
}
#main .title>h2 {
    font-size: 3.4rem;
}
#main .title>p {
    font-size: 1.5rem;
    padding: 20px 0;
}
#main>.product .container .swiper-slide>a>.con>.tit {
    font-size: 1.8rem;
}
#main>.product .container .swiper-slide>a>.con {
    padding: 50px 30px;
}
#main>.solution {
    background: rgb(11 156 158);
}
#main>.solution .container>.nav {
    position: relative;
    bottom: 0;
    background: rgb(11 156 158);
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con {
    padding: 10px 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.tit>p {
    font-size: 1.8rem;
    padding: 0;
}
#main>.solution .container>.nav>.swiper-container .swiper-slide>a>.con>.view {
    bottom: 0;
}
#main>.news>.container>.list>ul>li {
    padding-bottom: 40%;
    margin-bottom: 30px;
}
#main>.news>.container>.list>ul>li>a>.con>.txt {
    display: none;
}
}

@media only screen and (max-width: 786px) {
#main .wrap {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
}
#banner .swiper-slide .pc {
    display: none;
}
#banner .swiper-slide .mob {
    display: block;
    width: 100%;
}
#banner .swiper-slide .mc {
    top: 20%;
    width: 90%;
    margin-left: -45%;
    text-align: center;
}
#banner .swiper-slide .mc>.tit {
    font-size: 3.2rem
}
#banner .swiper-slide .mc>.tit:after {
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 3px;
}
#banner .swiper-slide .mc>.txt {
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
}
#banner .swiper-slide .mc>.url>a {
    margin: 0;
    padding: 4px;
    border: 0;
    opacity: .8;
}
}

@media only screen and (max-width: 640px) {
#banner .swiper-slide .mc>.tit {
    font-size: 2.8rem;
}
#banner .swiper-slide .mc>.txt {
    font-size: 1.2rem;
}
#banner .swiper-slide .mc>.url>a {
    font-size: 1.6rem;
    border: 1px solid rgb(11 156 158);
}
#main .title>h2 {
    font-size: 3.2rem;
}
#main .title>p {
    font-size: 1.4rem;
}
#main>.product .container .swiper-slide>a>.img {
    float: none;
    width: 100%;
    text-align: center;
}
#main>.product .container .swiper-slide>a>.img>img {
    width: 100%;
    height: auto;
}
#main>.product .container .swiper-slide>a>.con {
    float: none;
    width: 100%;
    padding: 10px 40px;
    text-align: center;
}
#main>.product .container .swiper-slide>a>.con>.tit {
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#main>.product .container .swiper-slide>a>.con>.view {
    display: none;
}
#main>.product>.more>a {
    padding: 8px 25px;
    font-size: 1.2rem;
}
#main>.product>.more>a>i {
    font-size: 1.4rem;
}
#main>.news {
    padding: 40px 0;
}
#main>.news>.container {
    padding: 10px 0;
}
#main>.news>.container>.list>ul>li {
    float: none;
    width: 100%;
    padding-bottom: 28%;
    margin-bottom: 20px;
}
#main>.news>.container>.list>ul>li>a>.img {
    float: left;
    width: 40%;
}
#main>.news>.container>.list>ul>li>a>.con {
    float: right;
    width: 60%;
    padding: 10px 20px;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    -webkit-line-clamp: 2;
}
#main>.news>.more {
    padding-top: 20px;
}
#main>.news>.more>a {
    padding: 8px 25px;
    font-size: 1.2rem;
}
#main>.news>.more>a>i {
    font-size: 1.4rem;
}
#main>.about>.box-left>.profile>.tit {
    font-size: 2.4rem;
    padding-bottom: 20px;
}
#main>.about>.box-right>.item-inner-down>.production>.tit {
    font-size: 2.4rem;
    padding-bottom: 20px;
}
#main>.about>.box-left>.profile>.more>a {
    padding: 8px 25px;
    font-size: 1.2rem;
}
#main>.about>.box-left>.profile>.more>a >i {
    font-size: 1.4rem;
}
#main>.about>.box-right>.item-inner-down>.production {
    width: 60%;
    padding: 6%;
}
#main>.about>.box-right>.item-inner-down>.production>.txt {
    padding: 30px 0;
}
#main>.about>.box-right>.item-inner-down>.production>.more>a {
    padding: 8px 25px;
    font-size: 1.2rem;
}
#main>.about>.box-right>.item-inner-down>.production>.more>a>i {
    font-size: 1.4rem;
}
#main>.about>.box-right>.item-inner-down>.img {
    width: 40%;
}
#main>.about>.box-right>.item-inner-top {
    width: 40%;
}
#main>.netowrk>.container>.content>.item>h4 {
    font-size: 2rem;
}
.box-research .research .list {
    width: 50%;
}
.box-research .research .list:nth-child(2n):after {
    display: none;
}
}

@media only screen and (max-width: 520px) {
#main .title>h2 {
    font-size: 2.8rem;
}
#main .title>p {
}
#main>.product .container .swiper-slide>a>.con {
    padding: 10px;
}
#main>.solution .container>.nav>.prev {
    left: -20px;
}
#main>.solution .container>.nav>.next {
    right: -20px;
}
#main>.solution .container>.nav>.prev>i, #main>.solution .container>.nav>.next>i {
    font-size: 3.2rem;
}
#main>.news>.container>.list>ul>li>a>.con {
    padding: 0 20px;
}
#main>.news>.container>.list>ul>li>a>.con>.tit {
    font-size: 1.6rem;
}
#main>.about>.box-right>.item-inner-down>.production {
    width: 100%;
    padding: 6%;
}
#main>.about>.box-right>.item-inner-top {
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 50%;
    height: 130px;
    background-size: cover
}
#main>.about>.box-right>.item-inner-down>.img {
    position: relative;
    width: 50%;
    height: 130px;
}
#main>.netowrk {
    padding: 40px 0;
}
#main>.netowrk>.container {
    padding: 20px 0;
}
#main>.netowrk>.container>.content>.item {
    padding: 10px 0;
}
#main>.netowrk>.container>.content>.item>h3 {
    font-size: 4.2rem;
}
#main>.netowrk>.container>.content>.item>p {
    font-size: 1.3rem;
}
}







































