body {
    font-family: "微软雅黑"!important;
}

#content {
    width: 100%;
}

img.fullImg {
    width: 100%;
    display: block;
    border: 0;
}

.pd_b_m {
    padding-bottom: 30px;
}

.pd_t_m {
    padding-top: 20px !important;
}

#kv>img {
    display: none;
}

.maintitle {
    font-size: 30px;
    color: #000;
    text-align: center;
}

.maintitle .border {
    width: 34px;
    margin: 20px auto;
    border-bottom: 4px solid #8291c1;
}

.maintitle_inside {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.maintitle_inside .border {
    width: 30px;
    margin: 35px 0px 30px 0px;
    border-bottom: 4px solid #8291c1;
}

.mybtn {
    color: #8291c1;
    border: 1px solid #8291c1;
    border-radius: 20px;
    display: table;
    margin: 0 auto;
    padding: 10px 40px;
    cursor: pointer;
}

.mybtn:hover {
    text-decoration: none;
    background: #8291c1;
    color: #fff;
}

.pd_50 {
    padding: 40px 80px; 50px 0; width:705px; float:right; 
}


/*breadcrumbs*/

#breadcrumbs {
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    background: #fff;
    z-index: 999;
    color: #999;
    font-size: 16px;
    height: 60px;
}

#breadcrumbs a {
    color: #999;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs .pull-left a {
    color: #999;
    text-decoration: none;
    padding: 0 5px;
}

#breadcrumbs .pull-left a:first-child {
    padding-left: 0px;
}

#breadcrumbs .pull-left a.active {
    color: #000;
}

#breadcrumbs .container {
    border-bottom: 1px solid #dcdcdc;
    padding: 0;
    min-height: 40px;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
}

#breadcrumbs ul li {
    list-style: none;
    float: left;
    margin-left: 60px;
    padding-bottom: 12px;
    cursor: pointer;
}

#breadcrumbs ul li.active {
    color: #333;
    border-bottom: 5px solid #8291C1;
}

#breadcrumbs ul li.active a {
    color: #333;
}


/*pro tab swiper*/

.pro_ct {
    width: 100%;
}

.pro_ct .pro_list .row {
    width: 50%;
    margin: 70px auto 65px;
}

.pro_ct .pro_list .pro_col {
    cursor: pointer;
}

.pro_ct .pro_list .pro_col img {
    width: 65px;
    margin: 0 auto;
    opacity: 0.5
}

.pro_ct .pro_list .pro_col img:hover {
    opacity: 1;
}

.pro_ct .pro_list .pro_col p {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin: 25px 0px 0px;
}

.pro_ct .pro_list .pro_col.active img {
    opacity: 1;
}

.pro_ct .pro_list .pro_col.active p {
    color: #333;
}

.pro_ct .pro_tab_item {
    width: 900px;
    height: 425px;
    margin: 0 auto 70px;
}

.pro_ct .pro_tab_item .pull-left {
    width: 60%;
}

.pro_ct .pro_tab_item .pull-right {
    width: 40%;
    height: 425px;
    background: #fff;
}

.pro_ct .pro_tab_item .tit {
    color: #8291C1;
    font-size: 18px;
    padding: 40px 0 35px 25px;
}

.pro_ct .pro_tab_item .info {
    font-size: 14px;
    padding: 0 25px;
    line-height: 26px;
}

.pro_ct .pro_tab_item .swiper-button-next,
.pro_ct .pro_tab_item .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    bottom: 20px;
    top: inherit;
    opacity: .35;
}

.pro_ct .pro_tab_item .swiper-button-next:hover,
.pro_ct .pro_tab_item .swiper-button-prev:hover {
    opacity: 1;
}

.pro_ct .pro_tab_item .swiper-button-next {
    background: url("../images/swiper_right.png");
    right: 35px;
    background-size: 40px 40px;
}

.pro_ct .pro_tab_item .swiper-button-prev {
    background: url("../images/swiper_left.png");
    left: inherit;
    right: 95px;
    background-size: 40px 40px;
}

.pro_ct .pro_tab_item .swiper-pagination-sw0{
    display: none;
}

.partner_list>div {
    margin-top: 30px;
}

.partner_ct .mybtn {
    margin-top: 50px;
}

.partner_ct .partner_item_hidden {
    display: none;
    animation: fadeIn 1s both;
}


/*左右图文*/

#img_txt .img_txt_ct.img_txt_ct_w {
    background: #fff;
}

#img_txt .img_txt_ct {
    background: #f5f5f5;
}

#img_txt .img_txt_ct .img-col {
    padding: 0px;
    overflow: hidden;
}

#img_txt .img_txt_ct .img-col:hover img {
    animation: pic 2s both;
}

@keyframes pic {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}

#img_txt .img_txt_ct .img_txt_info .tit {
    color: #8291C1;
    font-size: 18px;
    padding: 100px 75px 30px 75px;
}

#img_txt .img_txt_ct .img_txt_info .txt {
    font-size: 14px;
    padding: 0 75px 0 75px;
    color: #666666;
}

#img_txt .img_txt_ct .swiper-pagination-bullet {
    opacity: 0.6;
}

#img_txt .img_txt_ct .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}


/*text*/

.txt {
    margin-bottom: 40px; color:#fff;
    font-size: 15px;
    line-height: 26px;
}

.txt p {
    margin-bottom: 0px;
	
}
.txt p strong { font-size:25px; display:block; margin-bottom:5px; margin-top:5px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .pro_ct .pro_list .row {
        width: 60%;
    }
    #img_txt .img_txt_ct .img_txt_info .tit {
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pd_50 {
        padding: 40px 0 40px 0;
    }
    .maintitle_inside {
        text-align: center;
    }
    .maintitle_inside .border {
        margin: 35px auto 30px;
    }
    #breadcrumbs ul li {
        margin-left: 40px;
    }
    .pro_ct .pro_list .row {
        width: 70%;
        margin: 35px auto 32px;
    }
    .pro_ct .pro_tab_item {
        width: 700px;
        height: auto;
    }
    .pro_ct .pro_tab_item .pull-left {
        margin: 0 auto;
    }
    .pro_ct .pro_tab_item .pull-right {
        width: 60%;
        margin: 0 auto;
        height: auto;
        padding-bottom: 60px;
        min-height: 400px;
    }
    .pro_ct .pro_tab_item .tit {
        padding: 30px 0 25px 25px;
    }
    .pro_ct .pro_tab_item .pull-left,
    .pro_ct .pro_tab_item .pull-right {
        float: none !important;
    }
    .pro_ct .pro_tab_item .swiper-button-next,
    .pro_ct .pro_tab_item .swiper-button-prev {
        bottom: 5px;
        width: 44px;
        height: 44px;
        background-size: 44px 44px;
        display: none;
    }
    .pro_ct .pro_tab_item .swiper-button-next {
        right: 150px;
    }
    .pro_ct .pro_tab_item .swiper-button-prev {
        right: 200px;
    }
    .pro_ct .pro_tab_item .swiper-pagination-sw0{
        display: block;
    }
    .pro_ct .pro_tab_item .swiper-pagination-bullet-active{
        background: #fff;
    }
    #img_txt .img_txt_ct .img_txt_info .tit {
        padding-top: 30px;
    }
    #img_txt .img_txt_ct:first-child {
        border-bottom: 1px solid #999;
    }
    .slidetoggle .info {
        width: 90% !important;
    }
    .slidetoggle .info .media-object {
        width: 368px;
    }
    .slidetoggle .info .info_txt {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .mybtn {
        padding: 5px 40px;
    }
    #kv {
        background: none !important;
        height: auto !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    #kv>img {
        display: block;
    }
    p {
        font-size: 12px;
    }
    .pd_50 {
        padding: 20px 0 0 0;
    }
    .txt {
        width: 86%;
        margin: 0 auto 40px;
    }
    .maintitle {
        font-size: 18px;
    }
    .maintitle_inside {
        text-align: center;
        font-size: 18px;
    }
    .maintitle_inside .border {
        margin: 15px auto;
    }
    #breadcrumbs {
        height: auto;
        margin-top: 15px; 
        font-size: 14px;
        padding-top: 10px;
    }
    #breadcrumbs .container {
        padding: 0 15px;
        min-height: 30px;
    }
    #breadcrumbs .pull-left,
    #breadcrumbs .pull-right {
        float: none !important;
    }
    #breadcrumbs .breadnav {
        margin-top: 10px;
        font-size: 12px;
    }
    #breadcrumbs .pull-right {
        display: none;
    }
    #breadcrumbs .breadnav .border {
        width: 20px;
        margin: 5px auto;
        border-bottom: 2px solid #8291c1;
        display: none;
    }
    #breadcrumbs .breadnav li {
        height: 30px;
        float: none;
        margin-left: 0px;
        padding-bottom: 0px;
        text-align: center;
    }
    #breadcrumbs .breadnav li.active {
        border-bottom: none;
    }
    #breadcrumbs .breadnav li.active .border {
        display: block;
    }
    .pro_ct .pro_list .row {
        width: 100%;
        margin: 35px auto 30px;
    }
    .pro_ct .pro_list .pro_col {
        margin-bottom: 10px;
    }
    .pro_ct .pro_list .pro_col p {
        margin-top: 10px;
    }
    .pro_ct .pro_list .row {
        width: 70%;
        margin: 35px auto 32px;
    }
    .pro_ct .pro_list {
        display: block;
    }
    .pro_ct .pro_tab_item {
        width: 100%;
        height: auto;
    }
    .pro_ct .pro_tab_item .pull-left {
        margin: 0 auto;
        width: 90%;
    }
    .pro_ct .pro_tab_item .pull-right {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding-bottom: 60px;
        min-height: 400px;
    }
    .pro_ct .pro_tab_item .tit {
        padding: 30px 0 25px 25px;
        font-size: 14px;
    }
    .pro_ct .pro_tab_item .info {
        font-size: 12px;
    }
    .pro_ct .pro_tab_item .pull-left,
    .pro_ct .pro_tab_item .pull-right {
        float: none !important;
    }
    .pro_ct .pro_tab_item .swiper-button-next,
    .pro_ct .pro_tab_item .swiper-button-prev {
        bottom: 5px;
        width: 44px;
        height: 44px;
        background-size: 44px 44px;
        display: none;
    }
    .pro_ct .pro_tab_item .swiper-button-next {
        right: 8%;
    }
    .pro_ct .pro_tab_item .swiper-button-prev {
        right: 25%;
    }
    .pro_ct .pro_tab_item .swiper-pagination-sw0{
        display: block;
        text-align: right;
        padding-right: 30px;
        bottom: 30px;
    }
    .pro_ct .pro_tab_item .swiper-pagination-bullet-active{
        background: #fff;
    }
    .partner_ct {
        padding-bottom: 50px;
    }
    #img_txt .row {
        width: 99%;
        margin: 0 auto;
    }
    #img_txt .img_txt_ct .img_txt_info .tit {
        padding-top: 30px;
        padding-bottom: 15px;
        text-align: center;
    }
    #img_txt .img_txt_ct:first-child {
        border-bottom: 1px solid #999;
    }
    #img_txt .img_txt_ct:last-child {
        border-bottom: 1px solid #999;
        padding-bottom: 5px;
    }
    #img_txt .img_txt_ct .img_txt_info .txt {
        padding: 0px;
        font-size: 12px;
    }
    .slidetoggle .info {
        width: 90% !important;
    }
    .slidetoggle .info .media-left {
        display: inherit;
    }
    .slidetoggle .info .media-object {
        width: 368px;
        margin: 0 auto;
    }
    .slidetoggle .info .info_txt {
        font-size: 14px !important;
    }
    .slidetoggle .info .media-body {
        width: auto;
        display: block;
    }
}