﻿/* 通用 */

.paging a {
    display: block;
    line-height: 32px;
    color: #666;
}
.paging .fl a:hover{
    color: #1cabe2;
}
.paging {
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
}

.box {
    padding: 40px 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
    margin-bottom: 35px;
}

.box h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 35px;
}

.box h3::after {
    content: "";
    background-color: #1cabe2;
    width: 40px;
    display: block;
    height: 5px;
    margin-top: 15px;
}

.box .menu ul li a {
    display: block;
    padding: 20px 0px 20px 5px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #666;
    line-height: 18px;
    border-bottom:1px dashed #ccc
}

.box .menu ul li a:hover {
	
    color: #1cabe2;
    
}
.box .menu ul li a.active {
    color: #1cabe2;
}

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

.box-search {
    margin-bottom: 35px;
}

.box3 .box-contact>div {
    margin-bottom: 15px;
}

.box3 .box-contact>div:last-child {
    margin-bottom: 0;
}

.box3 .box-contact>div .add-icon {
    width: 22px;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.box-contact>div:last-child .add-icon {
    margin-bottom: 0;
}

.box-contact>div a {
    color: #333;
    font-size: 16px;
}

.box-search .bt {
    border: 0px;
    width: 20%;
    float: left;
    height: 60px;
    line-height: 60px;
    color: white;
    -webkit-appearance: none;
    background: -webkit-linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
    background: -moz-linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
    background: -o-linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
    background: linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
    position: relative;
}

.box-search .bt::after {
    content: "\f002";
    position: absolute;
    left: 40%;
    top: 0;
    text-align: center;
    font-family: FontAwesome;
    font-size: 18px;
}

.box-search .search-input {
    width: 100%;
    border: 0;
    background: none;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e5e5e5;
    background-color: white;
    width: 80%;
    float: left;
    padding-left: 25px;
}

.box-search .search-input::placeholder {
    font-size: 24px;
    color: #333;
}

.page-nav {
    border-bottom: 1px solid #d8d8d8;
}

.page-nav ul li {
    float: left;
    width:100%;
}

.page-nav ul li:last-child a {
    margin-right: 0;
}

.page-nav ul li a h3,
.page-nav ul li a h1 {
    font-size: 18px;
}
.page-nav ul li a h3 i{
 color:#1cabe2;	
}
.page-nav ul li a {
    color: #333;
    display: inline-block;
    position: relative;
    padding: 25px 0;
    margin-right: 67px;
}

.page-nav ul .select a {
    color: #1cabe2;
}

.page-nav ul .select a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 60%;
    left: 0;
    background-color: #1cabe2;
}

.show-message .msg {
    margin-bottom: 20px;
}
.show-message .msg6 #code {
    width: 40%;
    margin-right: 10px;
}
.show-message .msg .title {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 2%;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.show-message .msg .title span {
    color: red;
}

.show-message .msg input {
    height: 40px;
}

.show-message .msg textarea {
    padding-top: 10px;
}

.show-message .msg input::placeholder,
.show-message .msg textarea::placeholder {
    font-size: 14px;
    color: #999;
}

.show-message .msg input,
.show-message .msg textarea {
    width: 78%;
    float: left;
    border: 1px solid #ccc;
    padding-left: 10px;
}

.show-message .msg .btn {
    width: 80%;
    float: right;
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin-top:15px;
}

.show-message .msg .btn button {
    width: 182px;
    background-color: #1cabe2;
    border: 0;
    float: left;
    padding: 15px 70px;
    text-align: center;
}

.page {
    text-align: center;
}


.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #d2d2d2;
    color: #999;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin:0 3px;
}
.page a.page-num-current{
	background-color: #1cabe2;
  color: #fff;
}

.page span.page-num{display:none !important;}

.img-box {
    /* overflow: hidden; */
}

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

.img-box img {
    width: 100%;
    transition: all .7s;
}

.page-section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.banner-t h3,
.banner-t h1 {
    color: #fff;
    font-size: 44px;
}

.page-banner {
    height: 350px;
    background-size: cover;
}
.page-banner{
    position: relative;
}
.page-banner .banner-t {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-banner .banner-t .info{
    color:#fff;
    font-size: 16px;
    width: 670px;
    line-height: 30px;
    margin-top: 20px;
}


.product-banner {
    
    -o-background-size: cover;
    background-size: cover;
}

.product-l {
    width: 26%;
    margin-right: 3%;
}

.product-r {
    width: 71%;
}
.product-r .download-lists{
    overflow: hidden;
}
.product-r .download-lists a{
    font-size: 36px;
}

.product-r .download-lists ul li{
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding: 20px;
    padding-top: 10px;
}
.product-r .download-lists ul li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 300px;
    line-height: 300px;
    box-shadow: 0 0 15px rgb(0 0 0 / 18%);
}
/* 关于我们 */

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

.about-main .about-img img {
    width: 100%;
}

.about-main .about-r .about-tit {
    font-size: 24px;
    line-height: 45px;
}

.about-main .about-r .about-c {
    margin: 45px 0;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.about-main .about-r .more {
    background-color: #009bde !important;
    border: #009bde;
    color: #fff;
    height: 36px !important;
    line-height: 36px !important;
    padding: 12px 30px;
}

.about-main .about-section {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 80px;
}

.about-main .section-t h3 {
    font-size: 36px;
}

.about-main .section-info {
    font-size: 18px;
    color: #666;
    margin-top: 25px;
}

.about-main .about-section2 {
    background: url('../images/about_img_bkg.jpg') no-repeat center;
    background-size: cover;
}

.about-main .about-section2 .about-lists {
    margin-top: 90px;
}

.about-main .about-section2 .about-lists .about-item-num {
    font-size: 36px;
    font-weight: 700;
    margin-top: 32px;
}

.about-main .about-section2 .about-lists .about-item .about-item-img {
    display: inline-block;
}

.about-main .about-section2 .about-lists .about-item-c {
    font-size: 18px;
    color: #666;
    margin-bottom: 38px;
    white-space: nowrap;
}

.about-main .about-section2 .about-lists ul li .about-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 193px;
    height: 3px;
    background-color: #e4e4e4;
}

.about-main .about-section2 .about-lists ul li .about-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 128px;
    height: 3px;
    background-color: #1cabe2;
}

.about-main .about-section2 .about-lists ul li:nth-child(2) .about-item {
    margin-left: 2%;
}

.about-main .about-section2 .about-lists ul li:nth-child(3) .about-item {
    margin-left: 24%;
}

.about-main .about-section2 .about-lists ul li:last-child .about-item {
    margin-left: 29%;
}

.about-main .about-section3 .section-info {
    margin-bottom: 55px;
}

.about-main .about-section3 .about-lists2 .about-item {
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.about-main .about-section3 .about-lists2 .about-item .item-c a {
    color: #1cabe2;
}

.about-main .about-section3 .about-lists2 .about-item .item-c a:hover {
    color: #64d4f7;
}

.about-main .about-section3 .about-lists2 .about-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    left: 0;
    background: linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
}

.about-main .about-section3 .about-lists2 .about-item .item-c h3 {
    font-size: 24px;
}

.about-main .about-section3 .about-lists2 .about-item .item-c p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 30px 0;
}

.about-main .about-section3 .about-lists2 .about-item .item-icon {
    margin-right: 25px;
}

/* 公司简介 */

.profile-main .profile-tit {
    font-size: 24px;
    margin-bottom: 35px;
}

.profile-main .profile-c p {
    line-height: 35px;
    margin-bottom: 40px;
    font-size:16px;
}
.profile-main .profile-img .row div:hover .img-box img{
    transform: scale(1.1);
}
.profile-main .profile-img .row div .img-box {
    overflow: hidden;
    position: relative;
}
.profile-main .profile-img .row>div:first-child{
    cursor: pointer;
}
.profile-main .profile-img .profile-video{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    display: none;
    z-index: 1032;
}
.profile-main .bkgc{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.profile-main .profile-img  .close-video{
    position: fixed;
    background-color: #fff;
    border-radius: 50%;
    right: 0;
    top: -30px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    z-index: 1032;
    display: none;
    cursor: pointer;
}
.profile-main .profile-img .row>div:first-child::after{
    background: url(../images/video-hover.png) no-repeat center;
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    width: 49px;
    height: 49px;
    transform: translate(-50%, -50%);
}
.profile-main .profile-img .row div:hover span {
    color: #1cabe2;
}

.profile-main .profile-img img {
    width: 100%;
}

.profile-main .profile-img span {
    font-size: 18px;
    display: block;
    margin-top: 15px;
}
/* 社会责任 */
.society-main .society-info{
    font-size: 18px;
    color:#666;
    line-height: 30px;
}
.society-main .society-lists .society-item{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.society-main .society-lists .society-item .society-img {
    width: 310px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.society-main .society-lists .society-item .society-img .img-box{
    overflow: hidden;
}

.society-main .society-lists .society-item .society-txt{
    padding-left: 47px;
}
.society-main .society-lists .society-item .society-tit{
    font-size: 30px;
    color:#1cabe2;
    margin-top: 10px;
    margin-bottom: 30px;
}
.society-main .society-lists .society-item .society-c{
    font-size: 16px;
    color:#666;
    line-height: 30px;
}
/* 公司文化 */

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

.cultrue-main .cultrue-c p {
    font-size: 18px;
    color: #666;
    line-height: 2em;
}

.cultrue-main .logo-profile {
    margin-top: 65px;
}

.cultrue-main .logo-profile .content {
    padding-left: 30px;
}

.cultrue-main .logo-profile ul li {
    list-style: disc;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666;
}

.cultrue-main .logo-profile .img img {
    width: 100%;
}

.cultrue-main .section2 {
    margin-top: 45px;
}

.cultrue-main .cultrue-lists .cultrue-item {
    text-align: center;
    margin-top: 30px;
}

.cultrue-main .cultrue-lists .tit {
    font-size: 24px;
    color: #1cabe2;
    margin: 25px 0;
}

.cultrue-main .cultrue-lists .cultrue-item p {
    font-size: 16px;
}

/* 产品中心 */

.product-nav {
    display: none;
}

.product-main .box2 .download a {
    display: block;
    font-size: 18px;
    color: #666;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.product-main .box2 .download a:last-child {
    margin-bottom: 0;
}

.product-main .box2 .download a img {
    margin-right: 17px;
}
.product-main .box2 .download a:hover span{
    color:#009bde;
}
.product-main .box2 .download a span {
    vertical-align: middle;

}

.product-main .product-r .product-lists ul li .pro-list-box {
    padding: 30px 25px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 30px;
}

.product-main .product-r .product-lists ul li .pro-list-box:after {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
    bottom: 0;
    height: 3px;
    left: 0;
}

.product-main .product-r .product-lists ul li .pro-list-box .pro-c {
    margin-top: 20px;
}

.product-main .product-r .product-lists ul li .pro-list-box .pro-c h3 a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
}

.product-main .product-r .product-lists ul li .pro-list-box .pro-c p {
    line-height: 30px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-main .product-r .product-lists ul li .pro-list-box .pro-c a {
    color: #009bde;
    font-size: 14px;
}
.product-main .product-r .product-lists ul li .pro-list-box .pro-c a:hover{
    color: #1cabe2;
}
.product-main .product-r .product-lists ul li .pro-list-box a {
    overflow: hidden;
    transform: rotate(0)
}

/* 发展历程 */

.history-main .info {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 75px;
}

.history-main ul {
    position: relative;
}

.history-main ul li {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.history-main ul {
    margin-left: 113px;
    padding-left: 57px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 1px solid #666;
}

.history-main ul li {
    position: relative;
}

.history-main ul li .date {
    font-size: 24px;
    position: absolute;
    left: -168px;
    top: 50%;
    transform: translateY(-50%);
}

.history-main ul li .date::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 180%;
    width: 20px;
    height: 20px;
    background-color: #eee9dc;
    border-radius: 50%;
}

.history-main ul li .date::after {
    content: "";
    position: absolute;
    left: calc(180% + 4px);
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #2aaaf1;
    border-radius: 50%;
}

.history-main ul li .item-c {
    font-size: 18px;
    line-height: 36px;
}

.history-main ul li .item-c span {
    padding-right: 5px;
}

/* 资质认证 */

.honor-main .row div span {
    margin: 25px 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.honor-main .row div:hover span {
    color: #1cabe2;
}

.honor-main .honor-img {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.honor-main .honor-img img {
    width: 100%;
}
.honor-main .page{
    margin-top: 30px;
}

/* 核心能力 */

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

.core-main .core-lists .row .core-item {
    text-align: center;
    margin-top: 30px;
}

.core-main .core-lists .row .core-item .core-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
}

.core-main .core-info {
    color: #666;
    font-size: 16px;
    margin-top: 35px;
}

.core-main .core-tit h3 {
    font-size: 30px;
}

.core-main .core-lists {
    margin-top: 60px;
}

.core-main .core-lists .row .core-item h3 {
    color: #1cabe2;
    font-size: 24px;
    margin: 25px 0;
}

.core-main .core-lists .row .core-item p {
    font-size: 16px;
    color: #666;
}

.core-main .core-lists .row .core-item .icon1 {
    background: url(../images/core_icon1.png) no-repeat center center, linear-gradient(50deg, rgb(60, 180, 226), rgb(52, 187, 214));
}

.core-main .core-lists .row .core-item .icon2 {
    background: url(../images/core_icon2.png) no-repeat center center, linear-gradient(45deg, rgb(51, 186, 213), rgb(44, 192, 200));
}

.core-main .core-lists .row .core-item .icon3 {
    background: url(../images/core_icon3.png) no-repeat center center, linear-gradient(45deg, rgb(44, 192, 200), rgb(37, 199, 188));
}

.core-main .core-lists .row .core-item .icon4 {
    background: url(../images/core_icon4.png) no-repeat center center, linear-gradient(45deg, rgb(36, 199, 186), rgb(67, 250, 205));
}

.core-main .core-lists .row .core-item .icon5 {
    background: url(../images/core_icon5.png) no-repeat center center, linear-gradient(45deg, rgb(27, 206, 173), rgb(32, 205, 216));
}

/* 产品展示 */

.show-pro-main .product-r .show-pro-img {
    width: 55%;
    margin-right: 3%;
    float: left;
    overflow: hidden;

}
.mySwiper{margin-top:20px;}
.mySwiper img{border:1px solid #888;}
.mySwiper .swiper-slide-thumb-active img{border:1px solid #1cabe2;}
.show-pro-main .product-r .show-pro-img img {
    width: 100%;
}

.show-pro-main .product-r .show-pro-profile {
    width: 42%;
    float: left;
}

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

.show-pro-main .show-pro-profile .show-pro-tit {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.show-pro-main .show-pro-more a {
    display: inline-block;
    padding: 15px 50px;
    background-color: #1cabe2;
    color: #fff;
    margin-top: 45px;
}

.show-pro-main .show-pro-detail {
    margin-top: 55px;
}

.show-pro-main .show-d-tit h3 {
    font-size: 30px;
    color: #333;
    position: relative;
}

.show-pro-main .show-d-tit h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background-color: #009bde;
}

.show-pro-main .show-d-tit h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 15px;
}

.show-pro-main .show-d-item {
    margin-bottom: 65px;
}

.show-pro-main .show-d2 .show-d-rec .swiper-slide .pro-rec {
    padding: 30px 25px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
}

.show-pro-main .show-d2 .show-d-rec {
    margin-top: 30px;
}

.show-pro-main .show-d2 .show-d-rec .swiper-slide .pro-rec::after {
    background: linear-gradient(45deg, rgb(36, 187, 238), rgb(27, 205, 172));
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 100%;
}

.show-pro-main .show-d2 .show-d-rec .swiper-container {
    padding-bottom: 50px;
}

.show-pro-main .show-d2 .show-d-rec .swiper-slide .pro-rec .item-tit h3 {
    color: #333;
    font-size: 18px;
    margin-top: 30px;
}

.show-pro-main .show-d2 .show-d-rec .swiper-slide .pro-rec a img {
    width: 100%;
}

.show-pro-main .swiper-pagination-clickable .swiper-pagination-bullet-active {
    position: relative;
    background-color: #1cabe2;
}

.show-pro-main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.show-pro-main .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.show-pro-main .swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #1cabe2;
}

.show-pro-main .show-d1 .show-d-c {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.show-pro-main .show-d-tit h3 {
    margin-bottom: 25px;
}

.show-pro-main .show-d1 .show-d-c p {
    margin-bottom: 35px;
}
.show-pro-main .show-d1 .show-d-c p img{
    max-width:100%;
    height: auto!important;
}
.show-pro-main .show-d3 .show-d-info {
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin-bottom: 45px;
}

.show-pro-main .show-message {
    width: 66.66667%;
}

/* 视频中心 */

.video-main .video-lists ul li a {
    display: block;
    margin-bottom: 30px;
}

.video-main .video-lists ul li a img {
    width: 100%;
    border: 1px solid #cecece;
}

.video-main .video-lists ul li a span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 15px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-main .video-lists ul li a .date {
    color: #666;
}

.video-main .video-lists ul li a:hover span {
    color: #1cabe2;
}

.video-main .video-lists ul li a div[class*="rect-"]::after {
    background: url('../images/video-hover.png') no-repeat center;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 49px;
    height: 49px;
    transform: translate(-50%, -50%);
}

/* 视频展示 */

.show-video-main .video-tit {
    font-size: 24px;
}

.show-video-main .date {
    margin: 30px 0;
    line-height: 16px;
}

.show-video-main .date span {
    margin-right: 15px;
}

.show-video-main .video-content {
    font-size: 16px;
    line-height: 32px;
    color: #565656;
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
}

/* 新闻中心 */

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

.news-main .news-item {
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.news-main .news-item a {
    display: flex;
    align-items: center;
}

.news-main .news-lists ul li {
    margin-bottom: 50px;
}

.news-main .news-item .news-img {
    flex-shrink: 0;
    width: 268px;
}

.news-main .news-item .news-date {
    white-space: nowrap;
    padding-left: 70px;
    padding-right: 15px;
}

.news-main .news-item .news-date .year {
    font-size: 30px;
    color: #999;
    line-height:60px;
}

.news-main .news-item .news-date .day {
    font-size: 36px;
    color: #999;
}

.news-main .news-item .news-txt {
    padding-right: 65px;
    border-right: 1px solid #dcdcdc;
    width: 100%;
}

.news-main .news-item a {
    color: #333;
}

.news-main .news-item .news-txt .news-c {
    line-height: 30px;
}

.news-main .news-item a:hover .news-txt .news-tit {
    color: #1cabe2;
}

.news-main .news-item .news-txt .news-tit {
    font-size: 18px;
    margin-bottom: 25px;
}

/* 新闻展示 */

.show-news-main .box-news .box-news-item {
    margin-bottom: 30px;
}

.show-news-main .box-news .box-news-item:last-child {
    margin-bottom: 0;
}

.show-news-main .box-news .box-news-item a {
    display: flex;
    align-items: center;
    color: #333;
}

.show-news-main .box-news .box-news-item a:hover {
    color: #1cabe2;
}
.show-news-main .box-news .box-news-item a .box-news-img{
    width: 32%;
}
.show-news-main .box-news .box-news-item a .box-news-img img{
    width: 100%;
    border:1px solid #e5e5e5
}
.show-news-main .box-news .box-news-item .box-news-t {
    width: 100%;

}

.show-news-main .box-news .box-news-item .box-news-t .tit {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.show-news-main .box-news .box-news-item .box-news-t .des{
	font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#888;
  padding:5px 0;
}

.show-news-main .box-news .box-news-item .box-news-t .date {
    font-size: 14px;
    color: #666;
}

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

.show-news-main .show-news-t {
    border-bottom: 1px solid #e5e5e5;
}

.show-news-main .show-news-t span {
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-bottom: 20px;
}
.show-news-main .show-news-c img{
    display: block;
    max-width: 100%;
    height: auto!important;
    margin: 0 auto;
}
.show-news-main .show-news-c{
    padding: 30px 0;
}
.show-news-main .show-news-c p{
   margin-top:15px;
   font-size: 16px;
   line-height: 33px;
   color:#666
}
.show-news-main .show-news-c p:last-child{
  margin-bottom:30px;
}
.show-news-main .paging .back a {
    display: inline-block;
    padding: 5px 30px;
    color: #1cabe2;
    border: 1px solid #1cabe2;
}

/* 联系我们 */

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

.contact-main .info {
    font-size: 18px;
    margin-bottom: 50px;
}

.contact-main .add {
    width: 400px;
}

.contact-main .contact-address .line1 {
    margin-bottom: 30px;
}

.contact-main .contact-address .line1,
.contact-main .contact-address .line2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.contact-main .add a,
.contact-main .add span {
    font-size: 18px;
    color: #333;
}

.contact-main .add-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    line-height: 27px;
}

.mr {
    margin-right: 14%;
}

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

.map #map {
    height: 100%;
}

/* 在线留言 */

.message-main .info {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.message-main .show-message {
    width: 71%;
    margin-top: 30px;
}

.message-main .show-message .msg .title {
    width: 15%;
}

@media (min-width:992px) {
    .col-md-05 {
        width: 20% !important;
        float: left;
    }
  
}

@media (max-width:1600px) {
    .page-banner {
        height: 292px;
    }
}

@media (max-width:1440px) {
    .about-main .about-section3 .about-lists2 .about-item {
        height: 318px;
    }
    .page-banner {
        height: 263px;
    }
    .page-banner .banner-t h1,
    .page-banner .banner-t h3 {
        font-size: 40px;
    }
}

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

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

@media (max-width:1366px) {
    .about-main .about-section3 .about-lists2 .about-item {
        padding: 40px 30px 40px 30px;
    }
    .about-main .about-section3 .about-lists2 .about-item .item-c p {
        height: 120px;
    }
    .box {
        padding: 40px 20px;
    }
    .box3 .box-contact>div .add-icon {
        margin-right: 3px;
    }
    .page-banner {
        height: 250px;
    }
    .about-main .about-section2 .about-lists ul li:nth-child(3) .about-item {
        margin-left: 0;
    }
    .about-main .about-section2 .about-lists ul li:nth-child(4) .about-item {
        margin-left: 0;
    }
    .about-main .about-section2 .about-lists ul li:nth-child(2) .about-item {
        margin-left: 0;
    }
}

@media (max-width:1280px) {
    .page-banner {
        height: 233px;
    }

    .product-main .product-r .product-lists ul li .pro-list-box {
        padding: 20px 10px 30px;
        overflow: hidden;
    }

}

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

@media (max-width:1199px) {
    .product-l {
        width: 30%;
    }
    .product-r {
        width: 67%;
    }
}

@media (max-width:1200px) {
    .profile-main .profile-img .row>div:first-child,
    .profile-main .profile-img .row>div:nth-child(2){
        margin-bottom: 20px;
    }
    .about-main .about-section3 .about-lists2 .about-item .item-c p {
        height: auto;
    }
    .about-main .about-section3 .about-lists2 .about-item {
        height: auto;
    }
    .product-main .box2 .download a {
        font-size: 14px;
    }
    .product-main .box2 .download a img {
        margin-right: 12px;
    }
    .news-main .news-item .news-date {
        padding-left: 30px;
        padding-right: 0;
    }
    .news-main .news-item .news-txt {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-banner {
        height: 220px;
    }
    .page-banner .banner-t h1,
    .page-banner .banner-t h3 {
        font-size: 30px;
    }
    .about-main .about-section2 .about-lists .row li .about-item-img {
        width: 100px;
        height: 100px;
        text-align: center;
    }
    .about-main .about-section2 .about-lists .row li .about-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
    }
}

@media (max-width:1024px) {
    .page-banner {
        height: 263px;
    }

}

@media (max-width:991px) {
    .product-r {
        width: 100%;
    }
    .society-main .society-lists .society-item .society-tit{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .society-main .society-lists .society-item .society-txt{
        padding-left: 25px;
    }
}

.news-main .news-item .news-date .text {
    display: none;
}

@media (max-width:992px) {
    .profile-main .profile-img .profile-video video{
        width: 100%;
       }
    .core-main .core-lists .row .core-item p{
        font-size: 15px;
    }
    .news-main .news-item .news-img {
        float: left;
        width: 223px;
    }
    .news-main .news-item .news-date .text {
        display: block
    }
    .news-main .news-item .news-txt .news-tit {
        margin-bottom: 10px;
    }
    .news-main .news-item .news-txt {
        float: left;
        padding-left: 20px;
        width: calc(100% - 223px);
        padding-right: 0;
        border-right: 0;
    }
    .news-main .news-item .news-date {
        float: left;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        font-size: 16px;
    }
    .news-main .news-item .news-date .year {
        display: none;
    }
    .news-main .news-item .news-date .day {
        display: none;
    }
    .news-main .news-item a {
        display: block;
    }
    .cultrue-main .logo-profile .img {
        margin-bottom: 30px;
    }
    .product-nav {
        display: block;
    }
    .contact-main .add {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-main .mr {
        margin-right: 0;
    }
    .contact-main .contact-address .line1,
    .contact-main .contact-address .line2 {
        border-bottom: 0;
        margin: 0;
        padding-bottom: 0;
    }
    .page-banner {
        height: 350px;
    }
 
    .about-main .about-section3 .about-lists2 .about-item {
        margin-bottom: 30px;
    }
    .core-main .core-lists {
        margin-top: 30px;
    }
}

@media (max-width:768px) {
    .product-r .download-lists ul li{
        width: 100%;
    }
    .society-main .society-lists .society-item{
        display: block;
        margin-top: 20px;
    }
    .society-main .society-lists .society-item .society-img {
        width: 100%;
    }
    .society-main .society-lists .society-item .society-txt{
        padding-left: 0;
    }
    .society-main .society-lists .society-item .society-tit{
        margin-bottom: 15px;
        font-size: 28px;
    }
    .society-main .society-lists .society-item .society-c{
        font-size: 15px;
    }
    .page-banner .banner-t{
        padding-right: 15px;
    }
    .page-banner .banner-t .info{
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        line-height: normal;
    }
    .history-main ul li .date {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        transform: none;
    }
    .history-main ul {
        padding: 0;
        margin: 0;
        border-left: 0;
    }
    .page-nav ul li a {
        margin-right: 25px;
        padding: 15px 0;
    }
    .page-nav ul li a h3,
    .page-nav ul li a h1 {
        font-size: 16px;
    }
    .history-main .info {
        margin-bottom: 20px;
        line-height: 2em;
        font-size: 16px;
    }
    .history-main ul li .date::before {
        content: none;
    }
    .history-main ul li .date::after {
        content: none;
    }
    .history-main ul li {
        margin-bottom: 20px;
    }
    .history-main .fl {
        float: none;
        transform: none;
    }
    .history-main ul li .item-c {
        margin: 10px 0 15px;
    }
    .history-main ul li {
        display: block;
    }
    .history-main ul li .date {
        display: block;
        width: 100%;
    }
    .map {
        height: 500px;
    }
    .contact-main .add a,
    .contact-main .add span {
        font-size: 16px;
    }
    .contact-main .add-icon {
        margin-right: 10px;
    }
    .contact-main .info {
        margin-bottom: 30px;
        line-height: 2em;
    }
    .page-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .message-main .show-message .msg .title {
        width: 22%;
    }
    .message-main .show-message {
        width: 100%;
    }
    .page-banner {
        height: 240px;
    }

    .show-pro-main .show-message {
        width: 100%;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
    .show-pro-main .product-r .show-pro-profile {
        width: 100%;
    }
    .profile-main .profile-img span {
        margin-bottom: 30px;
    }
    .product-main .product-r .product-lists ul li .pro-list-box {
        padding: 20px 10px 30px;
    }
    .news-main .news-item .news-txt {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-main .about-section2 .about-lists {
        margin-top: 40px;
    }
    .about-main .about-section {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .about-main .section-info {
        font-size: 16px;
    }
    .about-main .section-t h3 {
        font-size: 26px;
    }
    .about-main .about-r .about-tit {
        margin-top: 20px;
    }
    .about-main .about-r .about-c {
        margin: 20px 0;
    }
}

@media (max-width:640px) {
    .news-main .news-item .news-txt {
        width: 100%;
        padding: 0;
    }
    .news-main .news-item .news-date {
        padding: 0;
    }
    .news-main .news-item .news-img {
        display: block;
        width:100%;
        margin-bottom: 30px;
    }
    .about-main .about-section2 .about-lists ul li {
        width: 100%;
    }
    .show-pro-main .show-d2 .show-d-rec .swiper-slide .pro-rec {
        padding: 20px 10px;
    }
    .news-main .news-item {
        padding: 25px;
    }
    .news-main .news-item .news-date .day {
        font-size: 20px;
    }
    .news-main .news-item .news-txt .news-tit {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .news-main .news-item .news-date .year {
        font-size: 24px;
    }
    .show-message .msg textarea {
        height: 200px;
    }
    .news-trade-main .news-item .news-img {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .page-banner .banner-t{
        padding-right: 15px;
    }
    .page-banner .banner-t .info{
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        line-height: normal;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
}

@media (max-width:552px) {
    .page-banner {
        height: 173px;
    }
    .page-banner .banner-t h1,
    .page-banner .banner-t h3 {
        font-size: 24px;
    }
    .show-news-main .paging .back {
        float: none;
        display: block;
        width: 100%;
    }
    .show-news-main .paging .fl {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
}

@media (max-width:460px) {
    .show-message .msg .title {
        font-size: 14px;
    }
    .about-main .about-section3 .about-lists2 .about-item {
        display: block;
    }
    .about-main .about-section3 .about-lists2 .about-item .item-icon {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .about-main .about-section3 .about-lists2 .about-item .item-c p {
        margin: 15px 0;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
}

@media (max-width:425px) {
    .product-r .download-lists ul li a{
        height: 178px;
        font-size: 24px;
        line-height: 178px;
    }
    .page-banner {
        height: 133px;
    }
    .page-banner .banner-t h1,
    .page-banner .banner-t h3 {
        font-size: 20px;
    }
    .news-trade-main .news-item .news-txt{
        font-size: 16px;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
}

@media (max-width:320px) {
    .page-banner {
        height: 100px;
    }
 
    header .navbar-brand {
        position: absolute;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
    
}

@media (max-width:375px) {
    .page-banner .banner-t .info{
        margin-top: 5px;
        line-height: normal;
        width: 100%;
    }
    .page-nav ul li a {
        margin-right: 20px;
    }
    .message-main .show-message .msg input,
    .message-main .show-message .msg textarea {
        width: 100%;
    }
    .message-main .show-message {
        padding: 0 15px;
    }
    .message-main .show-message .msg .title {
        width: 100%;
        text-align: left;
    }
    .page-banner {
        height: 117px;
    }
    .show-message .msg input,
    .show-message .msg textarea {
        width: 100%;
    }
    .show-message {
        padding: 0 15px;
    }
    .show-message .msg .title {
        width: 100%;
        text-align: left;
    }
    .news-main .news-item {
        padding: 30px 15px;
    }

    .news-main .news-item .news-txt .news-c {
        font-size: 14px;
    }
    .show-pro-main .product-r .show-pro-img {
        margin-right: 0;
        width: 100%;
        height: auto;
        line-height: normal;
    }
}
.margintop{margin-top:30px;}