.swiper1 {
    width: 100%;
}

.index_banner .next1 {
    background-image: url("../images/index_banner_next.png");
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    background-size: 58px 58px;
    right: 0;
    position: absolute;
    top: 45%;
    margin-top: -15px;
    cursor: pointer;
}

.index_banner .prev1 {
    background-image: url("../images/index_banner_prev.png");
    background-repeat: no-repeat;
    width: 58px;
    height: 58px;
    background-size: 58px 58px;
    left: 0;
    position: absolute;
    top: 45%;
    margin-top: -15px;
    cursor: pointer;
}

.pagination1 {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.division_head {
    margin-bottom: 0.45rem;
}

.division_title>span:nth-child(1) {
    font-size: 0.24rem;
    color: #333;
}

.division_title>span:nth-child(2) {
    font-size: 0.24rem;
    color: #123b90;
    margin-left: 10px;
}

.division_line {
    margin-top: 0.2rem;
}

.division_line>span {
    width: 0.1rem;
    height: 0.1rem;
    background: #123b90;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.division_line>span:before {
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    left: -0.6rem;
    top: 0.05rem;
}

.division_line>span:after {
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    right: -0.6rem;
    top: 0.05rem;
}

.product_center {
    padding: 0.65rem 0 0.3rem 0;
}

.product_center_nav {
    text-align: center;
    margin-bottom: 0.4rem;
}

.product_center_nav>a {
    font-size: 0.16rem;
    color: #333;
    margin: 0 0.1rem;
    padding: 5px 15px;
}

.product_center_nav>a:hover {
    background: #123b90;
    color: #fff;
    box-shadow: 0px 2px 3px #a2a2a2;
}

.product_center_nav>a.active {
    background: #123b90;
    color: #fff;
    box-shadow: 0px 2px 3px #a2a2a2;
}

.product_center_col {
    margin-bottom: 0.35rem;
}

.product_center_col>a:nth-child(1) {
    display: block;
    position: relative;
}

.product_center_col>a:nth-child(1)>img:nth-child(1) {
    border: 1px solid #123b90;
}

.product_center_col>a:nth-child(2) {
    font-size: 0.14rem;
    color: #333;
    display: block;
    height: 0.54rem;
    line-height: 0.54rem;
    padding-left: 15px;
    padding-right: 15px;
	overflow:hidden;
}

.product_center_col>a:nth-child(2)>img:nth-child(2) {
    display: none;
}

.product_center_col>a:nth-child(2)>img {
    float: right;
    height: 0.23rem;
    margin-top: 0.155rem;
}

.product_center_col:hover {
    box-shadow: 1px 5px 6px #747474;
}

.product_center_col:hover>a:nth-child(2) {
    background: #123b90;
    color: #fff;
}

.product_center_col:hover>a:nth-child(2)>img:nth-child(1) {
    display: none;
}

.product_center_col:hover>a:nth-child(2)>img:nth-child(2) {
    display: block;
}

.product_center_col:hover>a:nth-child(1)>img:nth-child(2) {
    opacity: 0;
}

.test_solution {
    background: #f5f5f5;
    padding: 0.8rem 0;
}

.test_solution_head {
    font-size: 0.24rem;
    color: #123b90;
    width: 4.59rem;
    height: 0.72rem;
    margin: 0 auto;
    line-height: 0.72rem;
    border: 1px solid #123b90;
    position: relative;
    margin-bottom: 0.58rem;
}

.test_solution_head:before {
    content: '';
    position: absolute;
    width: 1.37rem;
    height: 0.17rem;
    border-top: 1px solid #123b90;
    border-left: 1px solid #123b90;
    left: -1.37rem;
    bottom: 0.04rem;
}

.test_solution_head:after {
    content: '';
    position: absolute;
    width: 1.37rem;
    height: 0.17rem;
    border-top: 1px solid #123b90;
    border-right: 1px solid #123b90;
    right: -1.37rem;
    bottom: 0.04rem;
}

.test_solution_col {
    position: relative;
}

.test_solution_col>div {
    position: absolute;
}

.test_solution_col>div:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
}

.test_solution_col>div:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
}

.test_solution_col>div:nth-child(3) {
    width: 35%;
    margin: 0 auto;
    position: absolute;
    left: 37%;
    top: 0;
}

.test_solution_col>div:nth-child(4) {
    position: absolute;
    right: 0;
    top: 0;
    width: 26%;
}

.test_solution_col>div:nth-child(5) {
    position: absolute;
    right: 0;
    top: 35%;
    width: 26%;
}

.test_solution_col>div:nth-child(6) {
    right: 0;
    bottom: 0;
    width: 26%;
}

.test_solution_col>div>a {
    display: block;
    position: relative;
}

.test_solution_col>div>a>span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(18, 59, 144, 0.8);
    color: #fff;
    padding: 0 0.33rem;
    font-size: 0.2rem;
    color: #fff;
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: 33px;
    padding-left: 90px;
    background-size: auto 40px;
}

.test_solution_col>div>a>span img {
    height: 0.46rem;
    margin-right: 0.25rem;
}

.news_center {
    padding-top: 0.7rem;
    padding-bottom: 0.45rem;
}

.news_center .division_title {
    margin-bottom: 0.5rem;
}

.news_center .division_head {
    border-bottom: 1px solid #e3e3e3;
    position: relative;
    margin-bottom: 0.55rem;
}

.news_center_sub_section {
    position: absolute;
    width: 100%;
    bottom: -15px;
}

.news_center_sub_section>a {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 0.16rem;
    color: #323946;
    border: 1px solid #dcdcdc;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
}

.news_center_sub_section>a:nth-child(1) {
    margin-right: 7px;
}

.news_center_sub_section>a.active {
    background: #123b90;
    color: #fff;
    box-shadow: 0px 2px 3px #a2a2a2;
    border-color: #123b90;
}

.news_center_position {
    margin-bottom: 0.25rem;
    display: block;
}

.news>div {
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
}

.news>p {
    margin-bottom: 0;
    line-height: 0.25rem;
    font-size: 0.14rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news>div a {
    color: #333;
    line-height: 0.3rem;
    font-size: 0.16rem;
    float: left;
    width: 3.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news>div a:hover {
    color: #123b90
}

.news>div span {
    float: right;
    font-size: 0.14rem;
    color: #999;
}

.news_index {
    font-size: 0.68rem;
    line-height: 0.68rem;
    font-weight: bold;
    color: #dcdcdc;
    border-right: 3px solid #dcdcdc;
    padding-right: 0.27rem;
    margin-right: 0.2rem;
}

.news {
    overflow: hidden;
}

.newsPosition {
    width: 48%;
    float: left;
    padding-left: 15px;
}

.news_list {
    width: 48%;
    float: right;
    padding-right: 15px;
}

.news_list>div {
    margin-bottom: 0.5rem;
}

.technical_data {
    padding: 0.7rem 0;
}

.technical_data_col>div {
    padding-top: 0.25rem;
    background: #f3f3f3;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.6rem;
    text-align: center;
}

.technical_data_col>div a {
    color: #333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    display: block;
    text-align: center;
    margin-bottom: 0.05rem;
}

.technical_data_col>div a:hover {
    color: #123b90
}

.technical_data_col span {
    font-size: 0.18rem;
    color: #cfcfcf;
    display: block;
    margin-bottom: 0.18rem;
}

.technical_data_col i {
    background: #dbdbdb;
    display: block;
    height: 1px;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}

.technical_data_col p {
    font-size: 0.14rem;
    color: #999;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .news>p {
        line-height: 0.35rem;
    }
    .product_center_nav>a {
        margin: 0 0.075rem;
    }
}

@media (min-width: 768px) {
    .index_banner .swiper-pagination-switch {
        width: 54px;
        border-radius: 0;
        height: 1px;
        background: #fff;
        opacity: 1;
        box-shadow: none;
    }
    .index_banner .swiper-active-switch {
        height: 4px;
    }
}

@media (max-width: 767px) {
	.row{
		margin-left: -7px;
		margin-right: -7px;
	}
	.col-xs-6{
		padding-left: 7px;
		padding-right: 7px;
	}
	.product_center_col>a:nth-child(2){
		height: 0.60rem;
		line-height: 0.24rem;
		padding-top: 10px;
	}
	.product_center_col>a:nth-child(2)>img{
		display: none !important;
	}
    .product_center,
    .news_center,
    .technical_data {
        padding: 0.2rem 0;
    }
    .news>div a {
        width: 2.5rem;
    }
    .news {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #f2f2f2;
    }
    .technical_data_col {
        margin-bottom: 0.2rem;
    }
    .page-bottom {
        height: auto;
    }
    .news_list {
        width: 100%;
        padding: 0 15px;
    }
}