.head{
    background: url(../images/back.png) no-repeat;
    background-size: 100% 48px;
    background-position: bottom;
}
.head .pc_head .pc_list .list_ul li a{
    color: #fff;
}
.head .pc_head .pc_list .list_ul .list_liact a{
    color: #fff;
}
.head .pc_head .pc_list .switch #ziti{
    border: 2px solid #ffffff;
}
.head .pc_head .pc_list .switch span,
.head .pc_head .pc_list .switch i{
    color: #fff;
}

.head .pc_head .pc_list .switch a{
    background-color: #2266BC;
    color: #fff;
}

/* 产品展示 */
.product{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.product .left{
    width: 15.8%;
    border: 1px solid #DDDDDD;
}
.product .left .title{
    width: 100%;
    height: 60px;
    padding: 0 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background-color: #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .left .title .iconfs{
    flex: 1;
    font-size: 20px;
    color: #333;
    text-align: right;
    display: none;
}
.product .left .left_ul{
    width: 100%;
}
.product .left .left_ul li{
    width: 100%;
    background-color: #F5F5F5;
}

.product .left .left_ul li .text{
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-left: 30px;
    border-top: 1px solid #DDDDDD;
    cursor: default;
}
.product .left .left_ul li .text .jia{
    display: block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background-color: #999999;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
} 
.product .left .left_ul li .text span{
    font-size: 16px;
    color: #333;
}

.product .left .left_ul li .left_ol{
    width: 100%;
    padding: 0 15px;
    align-items: center;
    background-color: #fff;
    display: none;
}
.product .left .left_ul li:nth-child(2) .left_ol{
	display: block;
}
.product .left .left_ul li .left_ol a{
    display: flex;
    padding: 10px 10px;
    font-size: 16px;
    color: #666;
}
.product .left .left_ul li .left_ol .left_ol_a{
    background-color: #2266BC;
    color: #fff;
}
.product .left .left_ul li .left_ol a:hover{
    background-color: #2266BC;
    color: #fff;
}

/* right */
.product .right{
    width: 80.8%;
}
.product .right .right_top{
    margin-bottom: 30px;
}
/* select */
.select{
	/* padding: 5px 10px; */
	border: #ddd 1px solid;
	border-radius: 4px;
	width: 100%;
	font-size: 12px;
    background-color: #F5F5F5;
}
.select li {
	list-style: none;
    display: flex;
    align-items: flex-start;
}
.select .select-list {
	border-bottom: #ECECEC 1px solid;
}
.select .select-list:last-child{
    border-bottom: #ECECEC 0px solid;
}
.select dl{
    flex: 1;
	zoom: 1;
	height: 38px;
	overflow: hidden;
	/* position: relative; */
	line-height: 24px;
	transition: all .4s;
}
.select dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden
}
.select dt {
	width: 100px;
    padding: 10px 0;
    text-align: center;
	color: #333;
    font-size: 14px;
    background-color: #E8E8E8;
}
.select dd {
	float: left;
	display: inline;
	margin-left: 5px;
    padding: 7px 0;
}
.select a {
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color: #666;
	border-radius: 2px;
    font-size: 14px;
}
.select a:hover {
	color: #2266BC;
	background-color: #f3edc2
}
.select .selected a {
	color: #fff;
	background-color: #2266BC
}
.select-result dt {
	font-weight: bold
}
.select-no {
	color: #999
}
.select .select-list .shouqi{
	padding: 10px 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.select .select-list .shouqi i{
	border: 1px solid #666;
    border-radius: 30px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 4px;
}
.right .right_list{
    width: 100%;
}
.right .right_list .list_ul{
    width: 100%;
    margin-bottom: 20px;
}
.right .right_list .list_ul li{
    width: 25%;
    margin-bottom: 20px;
    border: 2px solid #e4e4e400;
    transition: all .4s;
}
.right .right_list .list_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.right .right_list .list_ul li a .li_img{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right .right_list .list_ul li a .li_img img{
    width: auto;
    height: auto;
}
.right .right_list .list_ul li a .li_p{
    font-size: 16px;
    color: #333;
    margin-bottom: 18px;
}
.right .right_list .list_ul li a span{
    font-size: 12px;
    color: #fff;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 18px;
    background-color: #2266BC;
}
.right .right_list .list_ul li:hover{
    border: 2px solid #e4e4e4;
}

/* 产品展示-详情 */
.daohan{
    width: 100%;
    margin: 20px 0;
}
.daohan i{
    font-size: 18px;
    color: #333;
}
.daohan a{
    font-size: 16px;
    color: #333;
    margin: 0 10px;
}
.daohan span{
    font-size: 16px;
    color: #333;
}

.view{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.view .left{
    width: 450px;
}
.left_tu{
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    margin-bottom: 15px;
    overflow: hidden;
}
.left_tu img{
    width: auto;
    height: auto;
}
.view .left ._ul{
    position: relative;
    padding: 0 40px;
}
.view .left .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.view .left .swiper-slide img{
    width: 100%;
    height: auto;
}
._ul .swiper-button-next{
    right: 0;
}
._ul .swiper-button-prev{
    left: 0;
}
._ul .swiper-button-next,
._ul .swiper-button-prev{
    --swiper-navigation-size: 18px;
    height: 100%;
    width: 25px;
    top: 14%;
    background-color: #2266BC;
    color: #fff;
}

.view .right{
    width: 57.5%;
}
.view .right .title{
    width: 100%;
    font-size: 30px;
    color: #333;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.view .right .text{
    margin-bottom: 25px;
}
.view .right .text p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.view .right .right_a{
    width: 210px;
    height: 50px;
    line-height: 50px;
    background-color: #2266BC;
    border-radius: 100px;
    display: flex;
    justify-content: space-around;
}
.view .right .right_a span{
    font-size: 16px;
    color: #fff;
}
.view .right .right_a i{
    font-size: 16px;
    color: #fff;
}
.view .right .tuijian{
    width: 100%;
    margin-top: 60px;
}
.view .right .tuijian .title2{
    width: 100%;
    font-size: 20px;
    color: #333;font-weight: bold;
}
.view .right .tuijian .tuijian_ul{
    width: 100%;
}
.view .right .tuijian .tuijian_ul li{
    width: 35%;
    margin-top: 15px;
    margin-right: 20px;
}
.view .right .tuijian .tuijian_ul li a{
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.view .right .tuijian .tuijian_ul li a:hover{
    background-color: #2266BC;
    color: #fff;
}

.xq_s{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.xq_s .left{
    width: 15.8%;
}
.xq_s .left .title{
    width: 100%;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    background-color: #E8E8E8;
}
.xq_s .left .xq_sul{
    width: 100%;
}
.xq_s .left .xq_sul li{
    width: 100%;
    margin: 20px 0;
}
.xq_s .left .xq_sul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.xq_s .left .xq_sul li a .xq_img{
    width: 100%;
    height: 140px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xq_s .left .xq_sul li a .xq_img img{
    width: auto;
    height: auto;
}
.xq_s .left .xq_sul li a p{
    font-size: 14px;
    color: #666;
    width: 100%;
    text-align: center;
}
.xq_s .right{
    width: 80.8%;
} 
.xq_s .right .title{
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    margin-bottom: 40px;
}
.xq_s .right .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #2266BC;
}

.xq_s .right .tents{
    width: 100%;
}
.xq_s .right .tents img{
    width: 100%;
}


/* 公司简介 */
.ti_head{
    width: 100%;
    text-align: center;
    padding: 30px 0 15px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    position: relative;
}
.ti_head::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #2266BC;
}

/* 联系我们 */
.contact {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 40px;
}
.contact .contact_left {
    width: 70%;
}
.contact .contact_left .left_phone {
    width: 100%;
    margin-bottom: 30px;
    font-size: 26px;
}
.contact .contact_left .left_phone i {
    color: #153C74;
    margin-right: 16px;
    font-size: 24px;
}
.contact .contact_left .left_phone p{
    width: 95px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align-last:justify;
    text-align: justify;
}

.contact .contact_left .left_phone span {
    font-size: 16px;
    color: #666666;
    flex: 1;
    margin-left: 12px;
}
.contact .QR_code{
    width: 24%;
    justify-content: space-between;
}
.contact .QR_code .code {
    align-items: center;
}
.contact .QR_code .code .code_img {
    width: 150px;
    height: 150px;
    padding: 10px;
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .QR_code .code .code_img img{
    width: 100%;
    height: auto;
}
.contact .QR_code .code span {
    font-size: 14px;
    color: #333;
}


@media (max-width:767px) {
    .product .left{width: 100%;margin-bottom: 30px;}
    .product .right{width: 100%;}
    .pagination li.totalPage{display: none;}
    .right .right_list .list_ul li{width: 50%;}
    .right .right_list .list_ul li a{padding: 0;}
    .product .left .left_ul{display: none;}
    .product .left .title .iconfs{display: block;}
    .ti_head{font-size: 24px;}
    .contact .contact_left{width: 100%;}
    .contact .QR_code{width: 100%;}
    .contact{margin-top: 0;}
    .contact .contact_left .left_phone p{font-size: 18px;width: 40px;}
    .view .left{width: 100%;margin-bottom: 20px;}
    .left_tu{width: 100%;padding: 0 20px;}
    .view .right{width: 100%;}
    .view .right .title{font-size: 24PX;}
    .view .right .tuijian .tuijian_ul li{width: 42%;}
    .view .right .tuijian .tuijian_ul li a{font-size: 14px;}
    .xq_s .left{display: none;}
    .xq_s .right{width: 100%;}
    .daohan{padding: 0 15px;}
    .select dt{width: 70px;font-size: 12px;}
    .select a{font-size: 12px;}
    .right .right_list .list_ul li a .li_p{font-size: 14px;}
}

@media (max-width:991px) and (min-width:768px) {
    .product .left{width: 100%;margin-bottom: 30px;}
    .product .right{width: 100%;}
    .pagination li.totalPage{display: none;}
    .right .right_list .list_ul li a{padding: 0;}
    .product .left .left_ul{display: none;}
    .product .left .title .iconfs{display: block;}
    .ti_head{font-size: 24px;}
    .contact{margin-top: 0;}
    .view .left{width: 100%;margin-bottom: 20px;}
    .left_tu{width: 100%;padding: 0 20px;}
    .view .right{width: 100%;}
    .view .right .title{font-size: 24PX;}
    .view .right .tuijian .tuijian_ul li{width: 42%;}
    .view .right .tuijian .tuijian_ul li a{font-size: 14px;}
    .xq_s .left{display: none;}
    .xq_s .right{width: 100%;}
    .daohan{padding: 0 15px;}
}

@media (min-width:992px) and (max-width:1024px) {
    .view .left{width: 100%;margin-bottom: 20px;}
    .left_tu{width: 100%;padding: 0 20px;}
    .view .right{width: 100%;}
    .view .right .title{font-size: 24PX;}
    .view .right .tuijian .tuijian_ul li{width: 42%;}
    .view .right .tuijian .tuijian_ul li a{font-size: 14px;}
    .xq_s .left{display: none;}
    .xq_s .right{width: 100%;}
    .daohan{padding: 0 15px;}
}

@media (min-width:1200px) and (max-width:1440px) {}










