/* 产品页面 */
.container .main {
    background: #F7F7F8;
    padding-bottom: 30px;
}

.product .container .main {}

.product .container .main .content {
    width: 900px;
    margin: 0 auto;
}

.product .container .main .content>h2 {
    text-align: center;
    color: #004071;
    font-size: 24px;
    font-weight: 700;
}

.product .container .main .content>p {
    color: #87888B;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.product .product-content {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding: 10px;
}

.product .product-content p {
    text-align: center;
    color: #6C6D70;
    font-size: 16px;
    position: relative;
}

.product .product-content span {
    position: absolute;
    right: 20px;
    background: #2BB572;
    padding: 2px;
    color: #fff;
    border-radius: 5px;
}

.product .product-content .product-content-list {

    width: 100%;
}

.product .product-content .product-content-list img {
    width: 24.6%;
}

.product-content-theme {
    float: left;
    width: 48%;
    margin: 1% 1% 3% 1%;
}

.product .product-content-theme>div {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
}

.product .product-content-theme>div img {
    width: 100%;
}

.product-content-theme p {
    margin-top: 5%;
}

/* 新闻页面 */

.listcss .list-nav-bg {
    background: #A8A9AD;
}

.listcss .list-nav {
    width: 1000px;
    margin: 0px auto;
}

.listcss .list-nav a {
    color: #FFF;
}

.listcss .list-nav-item {
    display: inline-block;
    margin: 0px auto;
    padding: 2%;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s;
}

.listcss .list-nav-item:hover {
    color: #fff;
    background: #2168aa;
    transition: all 0.2s;
}

.listcss .prol-item {
    width: 48%;
    margin: 20px 1% 5px;
    background-color: #ECECEE;
}

.news .prol-item a {
    display: block;
    width: 100%;
    background-color: #ECECEE;
}

.listcss .prol-item>a>p>span:first-child {
    background: #652D91;
    color: #fff;
    padding: 3px;
    border-radius: 5px;

}

.listcss .prol-item>a>p>span:nth-child(2) {
    color: #004071;
    margin: 0px 0px 0px 55%;
}

.listcss .prol-item>a>p>span:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    margin: 0px 0px 0px 20px;
    line-height: 18px;
    background: #004071;
    color: #fff;

}

@media screen and (max-width: 540px) {
    .listcss .prol-item>a>p>span:nth-child(2) {
        color: #004071;
        margin: 0px 0px 0px 0px;
    }

    .listcss .prol-item>a>p>span:nth-child(3) {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 5px;
        margin: 0px 0px 0px 0px;
        line-height: 18px;
        background: #004071;
        color: #fff;

    }
}

/* 服务与支持页面 */
.servers .prol-item>p:first-child {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.servers .prol-item>p:nth-child(2) {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.servers .prol-item>p:nth-child(3) {
    margin: 0 20px;
}

.servers .prol-item>p>span {
    background: #652D91;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}

.servers .prol-item a {
    float: right;
    display: inline;
    color: #004071;

}

.servers .prol-item div {
    width: 100%;
    height: 450px;
}

/* 售后 */
.sales .prol-item {
    height: 280px;

}

.sales .prol-item:first-child,
.sales .prol-item:last-child {
    padding: 20px;
}

/* 留言 */
.messages .prol-item {
    background: #fff;
    width: 80%;
    margin: 10%;
}

.messages .prol-item h2,
.messages .prol-item p {
    text-align: center;
}

.messages .prol-item h2 {
    padding: 20px 0 10px;
}

/* 员工发展页面 */
.devlop .prol-item {
    background: #F7F7F8;
}

.devlop .prol-item>p:nth-child(1) {
    color: #FBB03F;
}

.devlop .devlop-slide {
    width: 98%;
    margin: 0 1%;
}

/* 轮播 */
.devlop .swiper-container {
    width: 100%;
    height: 100%;
}

.devlop .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}

/* 关于我们页面 */
.about .comp h2 {
    padding: 25px 0 15px 0;

    border-bottom: 2px solid #00AEEF;
}

.about .about-p {
    padding: 20px 5% 20px 15%;
}

.about .about-foot div:nth-child(1) {
    width: 60%;
    float: left;
}

.about .about-foot div:nth-child(2) {
    width: 20%;
    float: left;
    text-align: center;
}

.about .about-foot div:nth-child(3) {
    width: 20%;
    float: left;
    text-align: center;
}

.about .about-foot div:nth-child(3) {
    width: 20%;
    float: left;
    text-align: center;
}

.about .about-foot-p {
    padding: 20px 05% 10px 10%;
}

.about .about-foot-p>p {
    padding: 5px 5% 20px 15%;
}

/* 产品页面2 */
.product2 .container {
    background: #F2F3F4;
}

.product2 .comp h2,
.product3 .comp h2 {
    padding: 25px 0 15px 30px;
    border-bottom: 1px solid #594A41;
}

.product2 .comp-txt>p {
    padding: 0 0 0 30px;
}

.product2 .comp-txt>p:nth-of-type(2) {
    width: 70%;
    float: left;
}

.product2 .comp-txt>ul {
    width: 25%;
    float: left;
}

.product2 .comp-txt>ul>a>li {
    width: 50%;
    margin: 10px auto;
    background: #2BB572;
    border-radius: 5px;
    padding: 0 5px;
    color: #fff;
}

.product2 .comp-txt>ul>li:nth-child(1) {
    text-align: center;
    color: #0F517E;
    background: #F7F7F8;
}

.product2 .comp-txt>ul>a>li>span {
    float: right;
}

.product2 .comp-txt>ul>a>li>sup {
    vertical-align: super;
    font-size: smaller;
}

.product2 .comp-txt>p:nth-of-type(3) {
    margin: 20px 0;
}

.product2 .comp-txt>div:nth-of-type(2),
.product2 .comp-txt>div:nth-of-type(3) {
    float: left;
    width: 50%;
    padding: 1%;
}

.product2 .comp-txt>div>h2 {
    border: none;
    padding: 25px 0 15px 0px;
}

/* 产品轮播css */
.mod18 {
    width: 480px;
    height: 456px;
    margin: 20px auto;
    position: relative;
    background: #f7f7f7;
}

.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 356px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 0;
    background: url(/skin/images/prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop,
.mod18 #prevTop2,
.mod18 #nextTop2,
.mod18 #prevTop3,
.mod18 #nextTop3,
.mod18 #prevTop4,
.mod18 #nextTop4 {
    top: 150px;
    width: 46px;
    height: 48px;
}

.mod18 #prevTop,
.mod18 #prevTop2,
.mod18 #prevTop3,
.mod18 #prevTop4 {
    background: url(/skin/images/prevBtnTop.png) 0 0 no-repeat;
}

.mod18 #nextTop,
.mod18 #nextTop2,
.mod18 #nextTop3,
.mod18 #nextTop4 {
    background: url(/skin/images/nextBtnTop.png) 0 0 no-repeat;
}

.mod18 .next {
    right: 0;
    background: url(/skin/images/nextBtn.png) no-repeat;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    display: block;
    width: 480px;
    height: 350px;
    position: absolute;
    color: #fff;
    text-align: center;
}

.mod18 .cf li span {
    display: block;
    width: 640px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
    height: 350px;
    position: relative;
    overflow: hidden;
}

.mod18 .picBox ul {
    height: 350px;
    position: absolute;
}

.mod18 .picBox li {
    width: 480px;
    height: 350px;
}

.mod18 .picBox li img {
    border: 1px solid #C8C8C8;
}

.mod18 .listBox {
    width: 480px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding: 6px 0 10px;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 100px;
    position: absolute;
}

.mod18 .listBox li {
    width: 120px;
    height: 70px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.mod18 .listBox li i {
    display: none;
}

.mod18 .listBox li a {
    display: block;
    width: 124px;
    height: 70px;
}

.mod18 .listBox li img {
    width: 56px;
    height: 70px;
}

.mod18 .listBox .on img {
    width: 56px;
    height: 64px;
    border: 3px solid #ff6600;
}

.mod18 .listBox .on i {
    display: block;
}

/* 产品轮播css结束 */
/* 产品页面2结束 */

/* 产品页面3 */
.p-size {
    font-size: 18px;
}

.p-text,
.h2-text {
    text-indent: 30px;
}

.p-text2,
.h2-text2 {
    text-align: center;
}

.div-border {
    background: #EFEFEF;
    border-radius: 20px;
    overflow: hidden;
}

.div-padding {
    padding: 0 0 0 30px;
}

.div-padding2 {
    padding: 0 30px;
}

.div-padding3 {
    padding: 8px 0 0 0;
}

.span-more {
    background: #2BB572;
    padding: 2px;
    color: #fff;
    border-radius: 5px;
}

.span-more2 {
    background: #43719F;
    padding: 2px 5px;
    color: #fff;
    border-radius: 20px;
}

.fl {
    float: left;
}

.div-content {
    width: 94%;
    margin: 0 auto;
}

.div-content img,
.div-content2 img,
.div-content3 img {
    width: 100%;
}

.div-content-left {
    width: 30%;
}

.div-content-right {
    width: 70%;
}

.div-content-center {
    width: 48%;
}

.div-content-half {
    width: 50%;
}

/* 产品页面6 */
.p-text-img {
    margin: 0 2%;
}

.div-content-parts {
    width: 18%;
    margin: 1%;
}

.div-content2 {
    width: 86%;
    margin: 50px auto;
    border-radius: 20px;
    overflow: hidden;
}

.div-content-text {
    margin: 20px 0 0 0;
    font-size: 20px;
    color: #205B9F;
}

.div-content-text2 {
    margin: 18px 0 0 0;
    font-weight: bold;
}

.div-content3 {
    width: 70%;
    margin: 50px auto;
    border-radius: 20px;
    overflow: hidden;
}
