﻿#container {
    width: 100%;
    overflow: hidden;
}


/* /banner */

.owl-banner {
    width: 100%;
    overflow: hidden;
}

.owl-banner img {
    width: 100%;
}

.owl-banner-box-hd-panel {
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: -25px;
}

.owl-banner-box-hd {
    float: left;
    margin-left: 50%;
}

.owl-banner-box-hd ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    position: relative;
    right: 50%;
}

.owl-banner-box-hd ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 20px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.8;
}

.owl-banner-box-hd ul li:nth-child(1) {
    margin-left: 0px;
}

.owl-banner-box-hd ul li.on {
    border-radius: 50%;
    border-radius: 10px;
    border: 1px solid #fe0000;
    background: #fe0000;
    width: 12px;
    height: 12px;
    opacity: 0.8;
    line-height: 15px;
}

.img100-box-hd-panel {
    overflow: hidden;
    width: 40%;
    margin-top: -25px;
    float: right;
}

.img100-box-hd {
    float: left;
}

.img100-box-hd ul {
    overflow: hidden;
    list-style: none;
    padding: 0px;
    position: relative;
    margin-left: 54%;
    z-index: 100;
    float: left;
    width: 100%
}

.img100-box-hd ul li {
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 5px;
    cursor: pointer;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    opacity: 0.8;
}

.img100-box-hd ul li.on {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #814095;
    ;
    opacity: 0.8;
}


/* ------------------------ 友情链接 ------------------------ */

.con_link {
    height: 10px;
    background: url(../images/t-section.png) repeat-x;
}

.con_link2 {
    height: 10px;
    margin-top: 25px;
    background: url(../images/t-section.png) repeat-x;
}

.solution {
    width: 100%;
}

.solution .content {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.solution_items {
    width: 100%;
}

.solution_items .left {
    float: left;
    margin-top: 30px;
}

.items_box {
    overflow: hidden;
    float: left;
}

.solution_item {
    float: left;
    margin-left: 70px;
    position: relative;
}

.solution_item img {
    width: 100%;
}

.solution_items .right {
    float: right;
    margin-top: 30px;
}


/**************产品中心**************/

.Pro_title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.pro_items {
    overflow: hidden;
}

.pro_item {
    overflow: hidden;
}

.product_title {
    background: #fe0000;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    width: 100%;
}

.product_line {
    height: 1px;
    width: 100%;
    background: #fff;
    margin-top: 10px;
    display: none;
}

.product_text {
    color: #fff;
    text-align: left;
    padding-left: 5px;
    display: none;
}

.bx-controls {
    width: 100%;
    height: 50px;
}

.product {
    background: url(../images/product_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.title span {
    display: block;
    width: 16px;
    height: 2px;
    background: #2b4386;
    margin: 0 auto;
}

.pro_tab a {
    display: inline-block;
    position: relative;
    width: 74px;
    line-height: 30px;
    margin: 0 3px 10px;
    font-size: 14px;
    border: 1px solid #cccccc;
}

.pro_tab i {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    height: 0;
    width: 0;
    border-top: 5px solid #2b4386;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.pro_tab a:hover,
.pro_tab a.act {
    border-color: #37539f;
    background: #37539f;
    color: #fff;
}

.pro_tab a:hover i,
.pro_tab a.act i {
    display: block;
}

.product .pro_item .showimg {
    height: auto;
}

.product .pro_item ul {
    width: 100%;
}

.product .pro_item li {
    width: 200px;
    float: left;
    margin: 20px;
}

.product .pro_item .showbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(206, 46, 61, 0);
    transition: background-color 0.8s
}

.product .pro_item li:hover .showbg {
    background-color: rgba(206, 46, 61, 0.86);
    background-image: url(../images/see.png);
    transition: background-color 0.8s;
}

.bx_pro .bx-wrapper .bx-controls-direction a {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
}

.bx_pro .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 45%;
    background-image: url(../images/pro_left.png);
}

.bx_pro .bx-wrapper .bx-controls-direction a.bx-next {
    right: 45%;
    background-image: url(../images/pro_right.png);
}

.bx_pro .bx-wrapper .bx-controls-direction a:hover {
    background-color: #37539f;
}


/**************友情链接**************/

.main_link {
    overflow: hidden;
}

.link .bx-wrapper {
    background: #f6f6fa;
}

.link .link_s {
    left: 0;
    width: 0;
    top: 0;
    background: #e6e6f1;
}

.link .link_t {
    background: #e6e6f1;
    width: 14%;
    height: 100%;
    line-height: 80px;
    color: #505050;
}

.link_d {
    width: 86%;
}

.link li a {
    height: 80px;
    float: left;
}

@media (min-width: 1025px) {
    /**手机搜索**/
    .search_but {
        display: block;
        float: right;
        width: 40px;
    }
    .search_but span {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        margin: 7px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background: url(../images/seach.png) no-repeat center center;
    }
    .mob_search_box {
        width: 290px;
        right: 180px;
        background: #fff;
        position: fixed;
        z-index: 6666;
        top: 85px;
        padding: 0 10px;
    }
    .mob_center {
        position: relative;
    }
    .mob_center .hd-text {
        background: #fff;
        top: 8px;
        left: 0px;
        position: absolute;
        color: #A4A4A4;
        width: 100%;
        padding: 6px 0;
        height: 30px;
        border: 1px solid #ddd;
        border-right: none;
        text-indent: 18px;
        font-size: 12px;
        line-height: 22px;
        outline: none;
    }
    .mob_center .hd-sbt {
        top: 8px;
        right: 0px;
        position: absolute;
        height: 30px;
        width: 42px;
        background: #fe0000 url(../images/seach2.png) no-repeat center center;
        border: none;
        cursor: pointer;
        outline: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        line-height: 30px;
    }
}


/**************底部菜单**************/

.foot_text {
    text-align: center;
}

.footer {
    background-color: #e0e0e0;
    padding-top: 40px;
}

.footer dl {
    width: 11.5%;
    float: left;
    min-height: 152px;
}

.footer dt {
    line-height: 20px;
    font-size: 16px;
    color: #5f5f5f;
    margin-bottom: 20px;
}

.footer dd a {
    line-height: 22px;
    color: #5f5f5f;
}

.footer_info {
    width: 42%;
    margin-left: 0%;
    color: #5f5f5f;
    line-height: 24px;
    float: right;
}

.footer_info .icon1 {
    background: url(../images/icon1.png) no-repeat left;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
}

.footer_info .icon2 {
    background: url(../images/icon2.png) no-repeat left;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
}

.footer_info .icon3 {
    background: url(../images/icon3.png) no-repeat left;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
}

.footer_info .icon4 {
    background: url(../images/icon4.png) no-repeat left;
    width: 100%;
    overflow: hidden;
    padding-left: 30px;
}

.footer_info .s1 {
    text-align: right
}

.footer_info .s2 {
    width: 80%;
    text-align: left;
}

.footer_ewm {
    float: left;
    display: none;
}

.footer_ewm img {
    width: 100%;
    height: auto;
}


/**************底部**************/

.foot {
    height: 58px;
    background: #1d1d1d;
    line-height: 58px;
    color: #505050;
}

.foot_r a {
    color: #505050;
    margin-left: 16px;
    min-width: 21px;
    display: inline-block;
    height: 48px;
}

.foot_r .bdshare-button-style1-32 {
    margin-left: 10px;
}

.foot_r .bdshare-button-style1-32 a {
    background-repeat: no-repeat;
    ;
    background-image: url(../images/dot.png)
}

.foot_r .bdshare-button-style1-32 a.bds_sqq {
    background-position: 7px 16px;
}

.foot_r .bdshare-button-style1-32 a.bds_tsina {
    background-position: 5px -46px;
}

.foot_r .bdshare-button-style1-32 a.bds_weixin {
    background-position: 5px -104px;
}

.foot_r .bdshare-button-style1-32:after {
    display: none;
}


/**************首页三块**************/

.main_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
}

.maincon_title {
    border-left: 3px red solid;
    padding-left: 10px;
    margin-bottom: 10px;
}

.maincon_title a {
    font-size: 130%;
}

.main_left {
    width: 32%;
    float: left;
}

.about_tup {
    width: 100%;
    overflow: hidden;
}

.about_tup img {
    width: 100%;
}

.about_text {
    margin-top: 10px;
    text-indent: 24px;
}

.main_center {
    width: 31%;
    float: left;
    margin-left: 2%;
}

.tech_tup {
    width: 100%;
}

.tech_tup img {
    width: 100%;
}

.main_right {
    width: 33%;
    float: left;
    margin-left: 2%;
}

.main_news {
    width: 100%;
    overflow: hidden;
}

.main_news ul {
    width: 100%;
    overflow: hidden;
}

.main_news ul li {
    width: 100%;
    overflow: hidden;
}

.main_news_tup {
    width: 35%;
    float: left;
}

.main_news_tup img {
    width: 100%;
}

.main_news_con {
    width: 62%;
    margin-left: 3%;
    float: left;
}

.main_news_title {
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
}

.main_news_text {
    display: none;
    height: 37px;
    overflow: hidden;
    margin-top: 5px;
    line-height: 17px
}

.main_news_time {
    background: url(../images/time.png) no-repeat left center;
    padding-left: 15px;
    margin-top: 5px;
}

.main_news_line {
    width: 100%;
    height: 1px;
    background: #999999;
    margin-top: 13px;
    margin-bottom: 13px;
}

.bx-direction {
    overflow: hidden;
    margin-left: 47%;
    padding-bottom: 30px;
}

.bx-direction .bx-prev {}

.bx-direction .bx-next {}

@media (max-width: 1000px) {
    .maincon_title a {
        font-size: 100%;
    }
    .main_con {
        width: 98%;
        padding-top: 0px;
    }
    .mauto {
        width: 100%;
    }
    .header {
        display: none;
    }
    .footer_info {
        width: 100%;
    }
    .footer dl {
        margin-left: 4%;
    }
    .foot {
        padding: 0px;
    }
    .foot p {
        font-size: 14px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .link_d {
        width: 86%;
        height: 50px;
        line-height: 45px;
    }
    .link .link_t {
        background: none;
    }
    .main_con {
        width: 98%;
        margin-top: 10px;
        padding-top: 0px;
    }
    .main_left {
        width: 100%;
        float: left;
    }
    .main_right {
        width: 100%;
        float: left;
        margin-left: 1%;
        margin-top: 20px;
    }
    .main_center {
        width: 100%;
        float: left;
        margin-left: 1%;
        margin-top: 20px;
    }
    .product .pro_item li {
        width: 140px;
        float: left;
        margin-right: 5px;
        margin-left: 10px;
    }
    .pro_items {
        overflow: hidden;
    }
    .bx-direction {
        overflow: hidden;
        height: 40px;
        margin-left: 40%;
    }
    .solution_item {
        width: 120px;
    }
    .main_link {
        overflow: hidden;
    }
    .link .link_t {
        line-height: 50px;
    }
    .footer dl {
        display: none;
    }
    .footer_info {
        width: 100%;
        padding: 5px;
        padding-top: 20px;
    }
    .footer_ewm {
        display: none;
    }
    .footer {
        padding-top: 0px;
    }
    .foot {
        padding: 0px;
    }
}