/* 通用 */

.hidden {
    display: none;
}

.pages a,
.pages span {
    padding: 10px 20px;
    background-color: #eee;
    color: #000;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 10px;
}

.pages a:hover {
    background-color: #013f97;
    color: #fff;
}

.pages span {
    color: #fff;
    background-color: #013f97;
}

.row-eq-height {
    display: flex;
}

.show-news-nav a {
    color: #000;
}

.show-news-nav a:hover {
    color: #013f97
}

.show-news-nav {
    color: #000;
    border: 1px solid #dcdcdc;
    padding: 15px 20px;
    margin-top: 20px;
}

.table table {
    width: 100%;
    text-align: center;
}

.table table tbody tr:first-child {
    background-color: #558dd4;
    font-weight: 400;
}

.table table tbody tr:first-child td {
    font-weight: 700;
}

.table table tr td {
    padding: 10px 0;
    width: 25%;
}

.table table td {
    font-size: 24px;
    border: 2px solid;
    white-space: normal;
}

.table table tbody tr:nth-child(even) {
    background-color: #b8cce4;
}

.pages {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.pages ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.pages ul li a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #eeeeee;
    color: #000;
}

.pages ul li:nth-child(2) a {
    color: #fff;
    background-color: #013f97;
}

.rotate {
    transform: rotate(90deg);
}

.page-section {
    margin-top: 90px;
    margin-bottom: 90px;
}

.banner {
    position: relative;
    background-size: 100% 100%!important;
    height: 450px;
    margin-top: 80px;
}

.banner-t h1,
.banner-t h3 {
    font-size: 36px;
}

.banner-t {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.banner-t span {
    display: inline-block;
    margin-top: 28px;
}

.banner-nav {
    position: absolute;
    bottom: -7%;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 999;
}

.page-nav-main {
    display: inline-block;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 30px;
    background-color: #fff;
}

.page-nav-main a {
    display: inline-block;
    color: #000;
    padding: 20px 70px;
}

.page-nav-main a:first-child {
    background-color: #013f97;
    color: #fff;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-nav-main a:last-child {
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-nav-main2 a:first-child {
    background-color: #fff;
    color: #000;
}

.page-nav-main2 a:nth-child(2) {
    background-color: #013f97;
    color: #fff;
}

.page-nav-main3 a:first-child {
    background-color: #fff;
    color: #000;
}
.page-nav-main3 a:nth-child(3) {
    background-color: #013f97;
    color: #fff;
}
.page-nav-main4 a:first-child {
    background-color: #fff;
    color: #000;
}
.page-nav-main4 a:last-child {
    background-color: #013f97;
    color: #fff;
}

.page-nav-main1 a {
    border-radius: 30px;
    display: inline-block;
    padding: 20px 70px;
    background-color: #013f97;
    color: #fff;
}

.page-nav-main1 a:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* 产品中心 */

.select-nav {
    margin-bottom: 20px;
    display: none;
}

.select-nav .select-t h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.select-nav .select-t .e-t {
    font-size: 0.875em;
    color: #6c6c6c;
    margin-bottom: 15px;
}

.select-nav .select-c {
    border: 4px #f3f6f9 solid;
    padding: 0.1em 0.6em;
}

.select-nav .select-c select {
    width: 100%;
    padding: 0.5em 0;
    border: 0;
}

.product-banner {
    background: url('../images/product_banner.jpg') no-repeat center;
}

.product-main {
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.product-main .row>li {
    padding: 0;
}

.product-main .row>div:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.product-main .pro-list .pages {
    margin-bottom: 50px;
}

.pro-nav {
    border: 1px solid #bfbfbf;
    width: 100%;
}

.pro-nav>li:first-child {
    padding: 15px;
}

.pro-nav>li:nth-child(2)>.pro-nav-item a{
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.pro-nav>li>.pro-nav-item a{
    cursor: pointer;
    padding: 15px;
    background-color: #013f97;
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
}

.pro-nav>li:last-child>.pro-nav-item {
    padding: 0;
}

.pro-nav>li:last-child>.pro-nav-item>a {
    padding: 15px;
    display: block;
    color: #fff;
}

.pro-nav>li:last-child>.pro-drop {
    display: none;
}

.pro-nav>li:first-child {
    color: #fff;
    background-color: #013f97;
}

.pro-nav>li:first-child h3 {
    font-size: 26px;
    margin-bottom: 18px;
}

.pro-nav>li:first-child .e-t {
    font-size: 16px;
}

.pro-nav ol>li {
    border-bottom: 1px solid #e5e5e5;
}

.pro-nav ol>li>a {
    display: block;
    padding: 15px;
    font-size: 14px;
    transition: all .5s;
    background-color: #fff;
    color: #000;
}

.pro-nav ol>li>a:hover {
    background-color: #013f97;
    color: #fff;
}

.product-main .pro-list>ul>li .img-box {
    height: 26.375em;
    display: block;
}

.product-main .pro-list>ul>li .img-box span {
    display: block;
    line-height: 26.375em;
}

.product-main .pro-list>ul>li {
    margin-bottom: 10px;
    padding-right: 10px;
}

.product-main .pro-list>ul>li .list-t {
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-top: inherit;
}

.product-main .pro-list>ul>li a {
    color: #000;
}

.product-main .pro-list>ul>li .list-e-t {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-main .pro-list>ul>li:nth-child(3n) {
    padding-right: 0;
}

.product-main .pro-list>ul>li>.products-item2,
.product-main .pro-list>ul>li>a {
    background-color: #eff0f5;
    display: block;
    padding: 1.5em;
}

.product-main .pro-list>ul>li .img-box img {
    max-width: 100%;
}

/* 产品展示 */

.show-pro-main {
    position: relative;
    padding: 30px 0;
    background-color: #eff0f5;
    margin-top: 80px;
}

.show-details {
    position: relative;
}

.show-details .show-pro .swiper-slide .img-box {
    display: block;
}

.show-details .show-pro .swiper-slide .img-box span {
    display: block;
    line-height: 18.37em;
}

.show-nav {
    position: absolute;
    top: -3%;
    left: 0;
    right: 0;
}

.show-nav ul {
    text-align: center;
}

.show-pro-main .more a {
    margin-top: 4em;
}

.show-pro-main .show-img {
    text-align: center;
    margin-bottom: 20px;
}

.show-pro-main .show-img img {
    max-width: 90%;
}

.show-pro-main .show-pro-t span {
    margin: 1.6em 0;
    display: inline-block;
}

.show-pro-main .container .row:first-child {
    padding: 30px 0;
}

.show-pro-main .show-pro-c {
    line-height: 30px;
}

.show-box img {
    max-width: 100%;
}

.show-box .show-t {
    font-size: 30px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
}

.show-box p {
    line-height: 2em;
}

.show-box>span {
    display: inline-block;
    margin-bottom: 2em;
}

.show-nav ul li {
    display: inline-block;
}

.show-nav ul li a {
    display: block;
    background-color: #92959b;
    color: #fff;
    padding: 25px 140px;
    font-size: 1.5em;
}

.show-pro .swiper-slide {
    background-color: #eff0f5;
    padding: 0 24px 40px 24px;
}

.show-pro .swiper-slide a {
    display: inline-block;
    color: #000;
    width: 100%;
}

.show-pro .swiper-slide a .list-t {
    font-size: 24px;
}

.show-pro .swiper-slide a .list-e-t {
    font-size: 12px;
}

.show-pro .img-box {
    height: 18.375em;
}

.show-pro .swiper-slide .img-box img {
    max-width: 90%;
}

/* 新闻中心 */

.news-banner {
    background: url('../images/news_banner.jpg') no-repeat center;
}

.news-main .news-list ul>li {
    margin-bottom: 30px;
    transition: all .5s;
    border-bottom: 5px solid #fff;
}

.news-main .news-list>ul>li:hover {
    border-bottom: 5px solid #013f97;
}

.news-main .news-list .news-date .day {
    font-size: 24px;
}

.news-main .news-list .news-date .year {
    color: #999
}

.news-main .news-list .news-more span {
    display: block;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background-color: #013f97;
    color: #fff;
    border-radius: 50%;
    position: relative;
    margin-top: 25px;
}

.news-main .news-list .news-more span .right {
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.news-main .news-list .news-item>a {
    display: block;
    padding: 30px 38px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    color: #000;
}

.news-main .news-list .news-item .row>li:nth-child(2) {
    border-right: 1px solid #000;
}

.news-main .news-list .news-item .row>li:last-child {
    padding-left: 5%;
}

.news-main .news-list .news-t {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.news-main .news-list .news-c {
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main .news-list .news-item .img-box {
    overflow: hidden;
}

.news-main .news-list .news-item .img-box {
    display: block;
}

.news-main .news-list .news-item .img-box img {
    max-width: 100%;
}

/* 视频中心 */

.news-nav-box ul>li {
    color: #fff;
}

.news-nav-box ul>li .news-drop a {
    color: #000;
    padding: 15px;
    display: block;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.news-nav-box ul>li:first-child {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #013f97;
}

.news-nav-box ul>li .news-pro-item {
    background-color: #013f97;
    padding: 15px;
    cursor: pointer;
}

.news-main {
    position: relative;
}

.video-main {
    position: relative;
}

.video-main video {
    width: 100%;
}

.video-main .video-list>ul li {
    position: relative;
    margin-bottom: 25px;
}

.video-main .video-list>ul li .img-box img:first-child {
    width: 100%;
}

.video-main .video-list>ul li .img-box:hover img:nth-child(2) {
    transform: none;
}

.video-main .video-list>ul li .img-box {
    position: relative;
}

.video-main .video-list>ul li .img-box span img:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.video-main a {
    color: #000;
}

.video-main .video-t {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 视频展示 */

.show-video-main .show-t {
    margin-bottom: 2em;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

.show-video-main .show-news-nav {
    margin-top: 80px;
}

.show-video-main .ab-video .tit h3 {
    padding: 10px;
    background-color: #013f97;
    color: #fff;
    text-align: center;
}

.show-video-main .ab-video .ab-video-list img {
    width: 100%;
}

.show-video-main .ab-video .ab-video-list>ul {
    padding: 25px 15px;
    border: 1px solid #eaeaea;
}

.show-video-main .ab-video .ab-video-list>ul li {
    padding: 0 15px;
}

.show-video-main .ab-video .ab-video-list>ul li .bottom-t {
    text-align: center;
    padding: 10px 0;
    color: #000;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    transition: all .5s;
    font-size: 14px;
}

.show-video-main .ab-video .ab-video-list>ul li .img-box,
.show-video-main .ab-video .ab-video-list>ul li .img-box span {
    display: block;
    overflow: hidden;
}

/* 新闻展示 */

.show-news-main {
    position: relative;
}

.show-news-main .show-news-t h1 {
    font-size: 24px;
}

.show-news-main .show-news-t .show-news-time {
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
    padding: 10px 0 30px 0;
    font-size: 15px;
}

.show-news-main .show-news-c {
    line-height: 35px;
    margin-top: 35px;
    font-size: 15px;
}

/* 客户案例 */

.customer-main {
    position: relative;
}

.customer-banner {
    background: url('../images/customer_banner.jpg') no-repeat center;
}

.customer-main .customer-list ul li .img-box {
    display: block;
}

.customer-main .customer-list ul li .img-box span {
    display: block;
}

.customer-main .customer-list ul li .img-box img {
    max-width: 100%;
}

.customer-main .customer-list>ul li {
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
}

.customer-main .customer-list>ul li>a {
    color: #000;
}

.customer-main .customer-list .customer-t {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 客户详情 */

.show-customer-main .title {
    margin-top: 20px
}

.show-customer-main .show-t h3 {
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 0.8em;
}

.show-customer-main .show-pro .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.show-customer-main .show-pro .swiper-slide a .list-t {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.show-customer-main .show-pro .swiper-slide {
    padding: 15px;
    background-color: #fff;
}

.show-customer-main .info {
    line-height: 30px;
    margin: 20px 0;
}

.show-customer-main .show-img {
    margin: 10px 0;
}

.show-customer-main .show-img img {
    width: 86%!important;
    height: auto!important;
    margin-bottom: 30px;
}

.show-customer-main .tit {
    margin-top: 30px;
}

.show-customer-main .tit h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.show-customer-main .tit span {
    font-size: 14px;
    color: #666;
}

.show-customer-main .show-customer-t h1 {
    font-size: 36px;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0 30px 0;
}

.show-customer-main .show-customer-t span {
    border-bottom: 1px solid #dcdcdc;
    margin-top: 20px;
    padding: 10px 0 30px 0;
    font-size: 15px;
    display: block;
}

/* 服务支持 */

.service-main {
    position: relative;
}

.service-banner {
    background: url('../images/service_banner.jpg') no-repeat center;
}

.service-main .service-list ul li .img-box img {
    max-width: 100%;
}

.service-main .service-list ul li .service-t h3 {
    font-size: 22px;
    color: #013f97;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-main .service-list ul li .row {
    display: table;
}

.service-main .service-list ul li .row>div[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.service-main .service-list ul li .service-c {
    line-height: 30px;
}

.service-main .service-list ul li .service-text {
    padding-left: 25px;
}

.service-main .service-list ul li .row .text {
    background-color: #f7f7f7;
}

/* 服务支持 */

.sales-main {
    position: relative;
}

.sales-main .sales-list .row {
    display: flex;
    flex-wrap: wrap;
}

.sales-main .sales-list .row li[class*="col"] {
    padding: 0;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
}

.sales-main .sales-list .row li .sales-text {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    padding: 20px 5% 20px 124px;
    line-height: 30px;
    height: 100%;
}

.sales-main .sales-list .row li img {
    position: absolute;
    left: 0;
    top: -41%;
}

.sales-main .sales-list .row li:nth-child(1),
.sales-main .sales-list .row li:nth-child(4) {
    padding-right: 40px;
}

.sales-main .sales-list .row li:nth-child(2),
.sales-main .sales-list .row li:nth-child(5) {
    padding-left: 40px;
    padding-right: 40px;
}

.sales-main .sales-list .row li:nth-child(3n) {
    padding-left: 40px;
    padding-right: 0;
}

/* 常见问题 */

.question-main {
    position: relative;
}

.question-main .question-list ul li {
    margin-bottom: 66px;
    padding: 0;
}

.question-main .question-list ul li h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.question-main .question-list ul li:nth-child(odd) {
    padding-right: 30px;
}

.question-main .question-list ul li:nth-child(2n) {
    padding-left: 30px;
}

.question-main .question-list ul li .question-text {
    display: inline-block;
    font-size: 14px;
    width: 93%;
    vertical-align: top;
    padding-left: 10px;
    line-height: 30px;
}

/* 亮阳简介 */

.about-banner {
    background: url('../images/about_banner.jpg') no-repeat center;
}

.about-main .profile-t h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.about-main .profile-c {
    line-height: 33px;
    font-size: 15px;
    color: #666;
}

/* 企业文化 */

.cultrue-main .cultrue-bd .cultrue-img2 {
    display: none;
}

.cultrue-main .cultrue-bd {
    height: 527px;
    width: 527px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 150px;
    position: relative;
}

.cultrue-main .cultrue-bd .cultrue-center {
    background: url('../images/cultrue_img.png') no-repeat center;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.cultrue-main .cultrue-bd .cultrue-center .center-text {
    width: 100%;
    height: 100%;
    position: relative;
}

.cultrue-main .cultrue-bd .cultrue-center .center-text span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cultrue-main .cultrue-bd .cultrue-center .center-text p {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.cultrue-main .cultrue-bd .cultrue-text {
    line-height: 35px;
}

.cultrue-main .cultrue-bd .cultrue-text+.cultrue-img {
    text-align: center;
}

.cultrue-main .cultrue-bd .cultrue-box1 {
    position: absolute;
    top: -27%;
    left: 50%;
    transform: translateX(-50%);
}

.cultrue-main .cultrue-bd .cultrue-box2 {
    position: absolute;
    top: 15%;
    left: -59%;
    display: flex;
    align-content: center;
}

.cultrue-main .cultrue-bd .cultrue-box2 .cultrue-text {
    margin-right: 50px;
}

.cultrue-main .cultrue-bd .cultrue-box3 .cultrue-text {
    margin-left: 50px;
}

.cultrue-main .cultrue-bd .cultrue-box3 {
    position: absolute;
    top: 15%;
    right: -55%;
    display: flex;
    align-content: center;
}

.cultrue-main .cultrue-bd .cultrue-box4 {
    position: absolute;
    bottom: -10%;
    left: -32%;
}

.cultrue-main .cultrue-bd .cultrue-box5 .cultrue-text {
    margin-top: 10px;
}

.cultrue-main .cultrue-bd .cultrue-box5 {
    position: absolute;
    bottom: -10%;
    right: -22%;
}

.cultrue-main .cultrue-bd .cultrue-box4 .cultrue-img {
    text-align: right;
}

/* 企业相册 */

.photo-main ul li .img-box img {
    width: 100%;
}

.photo-main .container>ul li {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.photo-main .container>ul li .img-box {
    display: block;
}

.photo-main .container>ul li .img-box span {
    display: block;
}

.photo-main>ul li .photo-text {
    font-size: 18px;
    margin-top: 10px;
}

.photo-main .container>ul li .photo-text {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 联系我们 */

.contact-banner {
    background: url(../images/contact_banner.jpg) no-repeat center;
}

.contact-main .main-address {
    padding: 35px 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.contact-main .main-address .address-t h3 {
    font-size: 24px;
    color: #013f97;
    font-weight: 700;
    margin-bottom: 35px;
}

.contact-main .main-address .address-c strong {
    display: inline-block;
    font-size: 20px;
    color: #013f97;
}

.contact-main .main-address .address-c .address-item {
    margin-bottom: 5px;
    line-height: 40px;
}

.contact-main .main-address .address-c .address-item a {
    color: #000;
}

.contact-main .main-address .address-c .address-item img {
    margin-right: 25px;
}

.contact-main .main-address .address-c .address-item .item1,
.contact-main .main-address .address-c .address-item .item2 {
    width: 49%;
    display: inline-block;
}

.contact-main .main-address2 {
    display: inline-block;
    width: 49%;
}

.map {
    height: 690px;
    margin-top: 30px;
}

.map #map {
    height: 100%;
}

/* 在线留言 */

.message-main .info {
    margin-bottom: 25px;
    line-height: 30px;
}

.message-main .message-table {
    background-color: #f4f4f4;
    padding: 56px 45px;
}

.message-main .message-table input {
    display: inline-block;
    height: 100%;
    width: 80%;
    flex: 1;
    line-height: 48px;
    border: 0;
}

.message-main .message-table label {
    line-height: 48px;
    height: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.message-main .message-table .row .message-box {
    height: 48px;
    display: flex;
    padding-left: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.message-main .message-table .row .textarea {
    height: 114px;
    padding-top: 18px;
}

.message-main .message-table .row .textarea textarea {
    height: 100%;
    resize: none;
    flex: 1;
    border: 0;
}

.message-main .message-table .row .textarea label {
    line-height: normal;
}

.message-main .message-table form {
    text-align: center;
}

.message-main .message-table form button {
    display: inline-block;
    padding: 10px 55px;
    background-color: #013f97;
    color: #fff;
    border-radius: 7px;
}

@media(max-width:1300px) {
    .page-nav-main a {
        padding: 20px 60px;
    }
    .banner-nav {
        bottom: -10%;
    }
}

@media(max-width:1440px) {
    .banner {
        height: 326px;
    }
}

@media(max-width:1366px) {
    .banner {
        height: 300px;
    }
}

@media(max-width:1200px) {
    .product-main .pro-list>ul>li a {
        padding: 0 1em 1em 1em;
    }
    .cultrue-main .cultrue-bd .cultrue-box2 .cultrue-text {
        margin: 0;
    }
    .cultrue-main .cultrue-bd .cultrue-box3 .cultrue-text {
        margin: 0;
    }
    .cultrue-main .cultrue-bd .cultrue-box5 .cultrue-text {
        margin: 0;
    }
    .product-main .pro-list>ul>li .list-t {
        font-size: 1em;
    }
    .news-main .news-list .news-t {
        margin-top: 10px;
    }
    .sales-main .sales-list .row li {
        padding: 0 15px!important;
    }
    .question-main .question-list ul li:nth-child(2n) {
        padding-left: 0;
    }
    .about-main .profile-t h3 {
        font-size: 20px;
    }
    .show-nav ul li a {
        padding: 20px 100px;
    }
    .show-pro .swiper-slide a .list-t {
        font-size: 21px;
    }
}

@media(max-width:1090px) {
    .cultrue-main .cultrue-bd .cultrue-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        margin: 0 auto;
        margin-bottom: 25px;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 20px;
    }
    .cultrue-main .cultrue-bd .cultrue-box:last-child {
        border-bottom: none;
    }
    .cultrue-main .container .cultrue-bd .cultrue-box .cultrue-text {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }
    .cultrue-main .cultrue-bd .cultrue-text .midd {
        display: table;
        height: 100%
    }
    .cultrue-main .cultrue-bd .cultrue-box .cultrue-text .midd span {
        display: table-cell;
        vertical-align: middle;
    }
    .cultrue-main .cultrue-bd .cultrue-img2 {
        display: inline-block;
    }
    .cultrue-main .cultrue-bd .cultrue-img {
        display: none;
    }
    .cultrue-main .cultrue-bd {
        height: 100%;
        margin-top: 20px;
        background-color: #fff;
        width: 100%
    }
    .cultrue-main .cultrue-bd .cultrue-center {
        display: none;
    }
}

@media(max-width:992px) {
    .banner {
        margin-top: 60px;
    }
    .show-pro-main {
        margin-top: 60px;
    }
    .question-main .question-list ul li {
        padding: 15px 15px!important;
        border-bottom: 1px solid #eaeaea;
    }
    .question-main .question-list ul li>img {
        margin-bottom: 10px;
    }
    .banner-nav {
        bottom: -14%;
    }
    .banner {
        height: 230px;
    }
    .product-main .pro-list>ul>li .list-t {
        font-size: .875em;
    }
    .product-main .pro-list>ul>li .img-box {
        height: 15em;
    }
    .product-main .pro-list>ul>li .img-box span {
        line-height: 15em;
    }
    .news-main .news-list .news-item>a {
        padding: 20px;
    }
    .news-main .news-list .news-t {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .news-main .news-list .news-more span {
        width: 2em;
        height: 2em;
        margin-top: 5px;
    }
    .news-main .news-list .news-date .day {
        font-size: 20px;
    }
    .news-main .news-list .news-c {
        line-height: 25px;
    }
    .page-section {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .video-main ul li {
        margin: 0;
    }
    .about-main .row>div:nth-child(2) {
        display: none;
    }
    .contact-main .main-address .address-c .address-item .item1,
    .contact-main .main-address .address-c .address-item .item2 {
        width: 100%;
    }
    .show-nav {
        top: -5%;
    }
    .show-nav ul li a {
        padding: 20px 75px;
    }
    .show-pro .swiper-slide {
        padding: 0 15px 15px 15px;
    }
}

@media(max-width:875px) {
    .product-main .row>div:first-child {
        display: none;
    }
    .product-main .row>div:nth-child(2) {
        width: 100%;
    }
    .select-nav {
        display: block;
    }
}

@media(max-width:768px) {
    .pages {
        margin-top: 40px;
    }
    .product-main .pro-list>ul>li:nth-child(3n) {
        padding-right: 10px;
    }
    .product-main .pro-list>ul>li .img-box img {
        max-width: 80%;
    }
    .page-section {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .video-main ul li .mask-play {
        padding-left: 15px;
    }
    .service-main .service-list ul li .service-t h3 {
        font-size: 18px;
    }
    .service-main .service-list ul li .service-c {
        line-height: 25px;
    }
    .service-main .service-list ul li .row>div[class*="col-"] {
        display: block;
        padding: 10px 15px;
        margin-bottom: 20px;
        background-color: #fff;
    }
    .service-main .service-list ul li .row>div[class*="col-"] img {
        width: 100%;
    }
    .service-main .service-list ul li .row {
        display: block;
    }
    .sales-main .sales-list .row li {
        padding: 0 50px!important;
    }
    .page-nav-main a {
        padding: 20px 40px;
    }
    .product-main .pro-list>ul>li:nth-child(odd) {
        padding-left: 10px;
    }
    .banner {
        height: 200px;
    }
    .show-nav {
        top: -4%;
    }
    .show-nav ul li a {
        padding: 20px 50px;
    }
    .show-box .show-t {
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }
    .show-box>span {
        margin-bottom: 1em;
    }
    .show-pro .swiper-slide a .list-t {
        font-size: 20px;
    }
    .banner-nav {
        bottom: -16%;
    }
    .question-main .question-list ul li {
        margin-bottom: 20px;
    }
    .sales-main .sales-list .row li:first-child>div>img {
        top: -6%;
    }
    .sales-main .sales-list .row li img {
        width: 80px;
        height: 80px;
        top: 9%;
    }
}

@media(max-width:645px) {
    .news-main .news-list .news-item .row>li:last-child {
        padding-left: 2%;
        padding-right: 0;
    }
    .news-main .news-list .news-t {
        font-size: 16px;
        margin: 0;
    }
    .news-main .news-list .news-c {
        font-size: 14px;
    }
    .news-main .news-list .news-date .day {
        font-size: 16px;
    }
    .news-main .news-list .news-more span .right {
        width: 12px;
        height: 12px;
    }
    .news-main .news-list .news-more span {
        width: 1.5em;
        height: 1.5em;
    }
    .news-main .news-item ol li:first-child {
        display: none;
    }
    .news-main .news-item ol li:nth-child(2) {
        width: 83.33333333%;
    }
    .customer-main .customer-list>ul li {
        margin-bottom: 20px;
    }
    .sales-main .sales-list .row li[class*="col"] {
        margin-top: 60px;
    }
    .message-main .message-table {
        padding: 50px 20px;
    }
    .message-main .message-table .row .message-box {
        padding-left: 5px;
    }
    .contact-main .main-address {
        padding: 25px;
    }
    .show-nav ul li a {
        padding: 15px 30px;
        font-size: 1.2em;
    }
    .show-pro-main .more a {
        margin-top: 30px;
    }
    .show-text .show-pro-t h1 {
        font-size: 25px;
    }
    .show-pro-main .show-pro-t span {
        margin: 1em 0;
    }
    .table table td {
        font-size: 20px;
    }
    .show-news-nav a {
        display: block;
        float: none!important;
        margin-bottom: 5px;
    }
    .show-news-nav {
        padding: 5px 10px;
    }
    .video-main .video-t {
        font-size: 14px;
    }
    .show-video-main .video iframe {
        width: 100%;
    }
}

@media(max-width:480px) {
    .product-main .pro-list>ul>li {
        width: 100%;
        padding-left: 10px;
    }
    .pages a, .pages span{
        font-size: 14px;
        padding: 10px;
        margin-right: 7px;
    }
    .product-main .pro-list>ul>li .img-box img {
        max-width: 70%;
    }
    .page-nav-main a {
        padding: 15px 20px;
    }
    .page-section {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .show-customer-main .show-customer-t h1{
        font-size: 24px;
    }
    .customer-main .customer-list .customer-t {
        font-size: 13px;
    }
    .sales-main .sales-list .row li {
        padding: 0 15px!important;
    }
    .about-main .profile-t h3 {
        font-size: 16px;
    }
    .cultrue-main .cultrue-bd .cultrue-box {
        display: block;
    }
    .cultrue-main .container .cultrue-bd .cultrue-box .cultrue-text {
        margin-left: 5px;
        display: block;
        margin-top: 20px;
    }
    .show-nav ul li a {
        padding: 15px 20px;
    }
    .show-box .show-t {
        margin-top: 1em;
    }
    .banner-nav {
        bottom: -14%;
    }
    .table table td {
        font-size: 15px;
    }
    .pages ul li a {
        padding: 5px 10px;
        margin-bottom: 5px;
    }
    .video-main .video-t {
        margin-top: 15px;
        font-size: 12px;
    }
    .show-video-main .show-news-nav {
        margin-top: 40px;
    }
    .show-video-main .video iframe {
        height: 400px;
    }
}

@media(max-width:375px) {
    .news-main .news-list .news-t {
        font-size: 14px;
    }
    .news-main .news-list .news-c {
        font-size: 12px;
    }
    .page-nav-main a {
        padding: 10px 12px;
    }
    .sales-main .sales-list .row li .sales-text {
        padding: 20px 5% 15px 101px;
    }
    .cultrue-main .cultrue-bd .cultrue-text p:last-child {
        font-size: 14px;
    }
    .banner {
        height: 140px;
    }
    .banner-t h1 {
        font-size: 25px;
    }
    .banner-t h3 {
        font-size: 25px;
    }
    .banner-t span {
        margin-top: 15px;
    }
    .show-nav ul li a {
        padding: 15px;
        font-size: 1em;
    }
    .show-text .show-pro-t h1 {
        font-size: 20px;
    }
    .show-pro-main .show-pro-t span {
        margin: 0.5em 0;
        font-size: 12px;
    }
    .show-video-main .show-t h1 {
        font-size: 24px;
    }
    .table table tr td {
        font-size: 12px;
        padding: 5px 0;
    }
}

@media(max-width:325px) {
    .banner {
        height: 120px;
    }
    .show-nav ul li a {
        padding: 10px 10px;
        font-size: 1em;
    }
    .show-pro .swiper-slide a .list-t {
        font-size: 18px;
    }
}