﻿@charset "utf-8";

/*联系我们*/

.map {
	width: 100%;
	height: 450px;
	border: 1px solid #cccccc;
	margin-top: 45px;
}

.map #map {
	width: 100%;
	height: 100%;
}

.map img,
.map label {
	max-width: none;
}

.contact {
	margin-top: 60px;
}

.contact .c_left {
	width: 470px;
	float: left;
}

.contact .c_left>p {
	color: #666666;
	font-size: 18px;
	line-height: 27px;
}

.contact .c_left h1 {
	display: block;
	margin-top: 70px;
	color: #16558f;
	font-size: 24px;
	font-weight: bold;
}

.contact .c_left ul {
	margin-top: 30px;
}

.contact .c_left ul li {
	margin-bottom: 20px;
}

.contact .c_left ul li font {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.contact .c_left ul li span {
	color: #666666;
	font-size: 18px;
}

.contact .c_left ul li:nth-child(2) span {
	color: #16558f;
}

.contact .c_right {
	width: 595px;
	float: right;
}

.contact .c_right input {
	border: none;
	height: 60px;
}

.contact .c_right textarea {
	border: none;
	height: 235px;
	resize: none;
}


/*招聘*/

.job {
	background: #FFFFFF;
	margin-top: 35px;
	padding: 0px 100px;
	padding-bottom: 45px;
	padding-top: 50px;
}

.job>.panel-group>.panel {
	margin-bottom: 30px;
}

.job .job_nav span {
	display: block;
	width: 33.33%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 55px;
	line-height: 55px;
	text-align: left;
	text-indent: 30px;
}

.job>.job_nav {
	border-radius: 10px;
	background: #da251d;
}

.job>.job_nav span {
	color: #FFFFFF;
}

.job_box .panel-heading {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #dbdbdb;
}

.job_box .panel {
	border: none;
	box-shadow: none;
}

.job_box>.panel-group>.panel .job_nav {
	position: relative;
}

.job_box>.panel-group>.panel .job_nav::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 15px;
	background: url(../img/ico/01.jpg) no-repeat center;
	right: 30px;
	top: 50%;
	margin-top: -7.5px;
}

.job_box .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
	position: relative;
}

.job_box .panel-group .panel-heading+.panel-collapse>.panel-body p {
	line-height: 27px;
	margin-bottom: 10px;
	color: #808080;
	font-size: 14px;
}

.job .panel-default>.panel-heading {
	background: #FFFFFF;
	position: relative;
}

.job .panel-default>.panel-heading::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	right: 0px;
	top: 50%;
	margin-top: -7px;
	background: url(../img/ico/01.jpg) no-repeat center;
}

.job>.panel-group>.panel {
	padding: 0px 45px;
	transition: all 0.4s ease-in-out;
	border-width: 2px;
}

.job>.panel-group>.panel.active {
	border: 2px solid #16558f;
}

.job>.panel-group>.panel.active .job_nav span {
	color: #16558f;
}

.job>.panel-group>.panel.active .panel-heading::before {
	background: url(../img/ico/02.jpg) no-repeat center;
}

.job>.panel-group>.panel.active .panel-heading+.panel-collapse>.panel-body {
	border-color: #16558f;
}

.job>.panel-group>.panel.active .panel-heading+.panel-collapse>.panel-body {
	position: relative;
}

.job>.panel-group>.panel .panel-heading+.panel-collapse>.panel-body p {
	padding-bottom: 10px;
	color: #666666;
	font-size: 16px;
	line-height: 27px;
}

.job>.panel-group>.panel .panel-heading+.panel-collapse>.panel-body font {
	color: #16558f;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 16px;
	bottom: 30px;
}


/*新闻*/

.news {
	margin-top: 50px;
}

.news_box .item {
	width: 380px;
	float: left;
	height: 415px;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.news_box .item:nth-child(3n) {
	float: right;
	margin-right: 0px;
}

.news_box .item a {
	display: block;
}

.news_box .item a div.n_pic {
	overflow: hidden;
	height: 255px;
	width: 100%;
}

.news_box .item a div.n_pic img {
	transition: all 0.4s ease-in-out;
}

.news_box .item a div.n_txt {
	height: 160px;
	width: 100%;
	background: #FFFFFF;
	padding: 23px 20px;
	transition: all 0.4s ease-in-out;
}

.news_box .item a div.n_txt span {
	color: #666666;
	font-size: 13px;
}

.news_box .item a div.n_txt h1 {
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0px 20px 0px;
}

.news_box .item a div.n_txt p {
	height: 50px;
	line-height: 27px;
	font-size: 14px;
	color: #666666;
}

.news_box .item:hover {
	box-shadow: 0px 0px 20px #EEEEEE;
	transform: translateY(-5px);
}

.news_box .item:hover img {
	transform: scale(1.1);
}

.news_box .item:hover div.n_txt {
	background: #0f77be;
}

.news_box .item:hover div.n_txt p,
.news_box .item:hover div.n_txt span,
.news_box .item:hover div.n_txt h1 {
	color: #FFFFFF;
}

.news_show {
	margin-top: 50px;
}

.news_show .ns_title {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
}

.news_show .ns_title h1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}

.news_show .ns_title p {
	color: #999999;
	font-size: 12px;
}


/*技术设备*/

.technical {
	margin-top: 50px;
}

.technical .item {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.technical .item:nth-child(3n) {
	float: right;
	margin-right: 0px;
}

.technical .item .my-gallery {
	overflow: hidden;
}

.technical .item .my-gallery img {
	transition: all 0.4s ease-in-out;
}

.technical .item p {
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}

.technical .item:hover img {
	transform: scale(1.1);
}


/*营销网络*/

.network {
	background: #FFFFFF;
	padding: 30px 20px;
	margin-top: 50px;
}

.network .net_head {
	height: 50px;
	line-height: 50px;
}

.network .net_head h1 {
	float: left;
	font-size: 24px;
	color: #16558f;
	position: relative;
	margin-top: 0px;
}

.network .net_head h1::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	background: #16558f;
	left: 0px;
	top: 45px;
}

.network .net_head #city_1 {
	float: right;
	width: 60%;
	text-align: right;
}

.network .net_head #city_1 select {
	display: inline-block;
	width: 195px;
	height: 50px;
	border-radius: 0px;
	outline: none;
	border: none;
	box-shadow: 0px 0px 20px #efefef;
}

.network .net_head #city_1 select:hover,
.network .net_head #city_1 select:focus {
	box-shadow: 0px 0px 10px #efefef;
}

.network .net_head #city_1 button {
	width: 70px;
	height: 50px;
	background: #16558f;
	border-radius: 0px;
	outline: none;
	border: none;
	position: relative;
	top: -2px;
	margin-left: 20px;
}

.network .net_body {
	margin-top: 80px;
}

.network .net_body #map {
	width: 740px;
	height: 600px;
	float: left;
	background: #f1f1f1;
}
.network .net_body #map img{
	max-width:none;
}
.network .map_list {
	height: 600px;
	width: 395px;
	float: right;
	box-shadow: 0px 0px 50px #efefef;
}

.network .map_list .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.network .map_list .box .scroll {
	padding: 10px 30px;
}

.network .map_list .box .scroll_list {
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0px;
}

.network .map_list .box .scroll .scroll_list h1 {
	color: #333333;
	font-size: 18px;
}

.network .map_list .box .scroll .scroll_list p,
.network .map_list .box .scroll .scroll_list span {
	color: #666666;
	font-size: 14px;
}

.network .map_list .box .scroll .scroll_list:hover h1 {
	color: #16558f;
}


/**/

.serve {
	margin-top: 50px;
	margin-bottom: 50px;
}

.serve_box {}

.serve_box .ser_item {
	float: left;
	width: 20%;
	padding: 0px 20px;
	text-align: center;
}

    .serve_box .ser_item img {
        width: 60px;
        transition: all 0.4s ease-in-out;
    }

.serve_box .ser_item h1 {
	color: #333333;
	font-size: 18px;
}

.serve_box .ser_item p {
	color: #666666;
	font-size: 14px;
}

.serve_box .ser_item:hover img {
	transform: rotateY(180deg);
}

.purpose {
	margin-top: 50px;
	background: #FFFFFF;
}

.purpose .p_item {
	width: 33.33%;
	float: left;
}

.purpose .p_item .p_pic {
	overflow: hidden;
}

.purpose .p_item .p_txt {
	height: 256px;
	width: 100%;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.purpose .p_item .p_txt h1 {
	color: #333333;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.purpose .p_item .p_txt p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
}

.purpose .p_item img {
	transition: all 0.4s ease-in-out;
}

.purpose .p_item:hover img {
	transform: scale(1.1);
}


/**/

.faq {
	margin-top: 50px;
}

.faq_box {}

.faq_box .fa_item {
	height: 240px;
	float: left;
	width: 580px;
	margin-right: 40px;
	background: #FFFFFF;
	padding: 30px;
	padding-left: 70px;
	position: relative;
	margin-bottom: 40px;
}

.faq_box .fa_item::before {
	position: absolute;
	content: "答";
	font-size: 13px;
	color: #FFFFFF;
	background: #1580bf;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	left: 30px;
	top: 90px;
}

.faq_box .fa_item:nth-child(2n) {
	float: right;
	margin-right: 0px;
}

.faq_box .fa_item h1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.faq_box .fa_item h1::before {
	position: absolute;
	content: "问";
	font-size: 13px;
	color: #FFFFFF;
	background: #1580bf;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	left: -40px;
}

.faq_box .fa_item .box {
	height: 128px;
	overflow: hidden;
	overflow-y: scroll;
	margin-top: 10px;
	padding-right: 20px;
	position: relative;
}

.faq_box .fa_item p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
}


/*js5线路登录入口*/

.about {
	margin-top: 50px;
}

.about .abo_con {
	text-align: center;
}

.about .abo_con p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 10px;
}

.abo_pic {
	margin-top: 30px;
	margin-bottom: 70px;
}

.abo_pic .avo_item {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}

.abo_pic .avo_item:nth-child(3n) {
	float: right;
	margin-right: 0px;
}

.culture {
	padding: 60px 0px;
	background: url(../img/about/04.jpg) no-repeat center;
	background-size: 100% 100%;
}

.culture .culture_box {
	margin-top: 50px;
}

.culture .culture_box .c_item {
	float: left;
	width: 20%;
	text-align: center;
}

.culture .culture_box .c_item img {
	transition: all 0.4s ease-in-out;
}

.culture .culture_box .c_item h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 25px;
}

.culture .culture_box .c_item p {
	color: #666666;
	font-size: 13px;
	width: 80%;
	margin: 0 auto;
}

.culture .culture_box .c_item:hover img {
	transform: translateY(-10px);
}

.framework {
	padding: 50px 0px;
}

.framework .framework_box {
	margin-top: 45px;
	text-align: center;
}

.history {
	padding: 45px 0px;
	background: url(../img/about/07.jpg) no-repeat center;
	background-size: 100% 100%;
}

.history .history_box {
	padding: 45px 0px;
	background: url(../img/about/07.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 0px;
}

.history .history_box .his_con {
	width: 100%;
	height: 460px;
}

.history .history_box .his_con .his_pic {
	width: 710px;
	float: left;
}

.history .history_box .his_con .his_body {
	width: 490px;
	float: right;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	padding: 50px 35px;
}

.history .history_box .his_con .his_body .public_title {
	text-align: left;
}

.history .history_box .his_con .his_body .public_title p::before {
	left: 0px;
	margin-left: 0px;
}

.history .history_box .his_con .his_body .his_soll {
	position: relative;
	margin-top: 55px;
}

.history .history_box .his_con .his_body .his_soll .swiper-slide h1 {
	color: #16558f;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.history .history_box .his_con .his_body .his_soll .swiper-slide .dis {
	height: 150px;
}

.history .history_box .his_con .his_body .his_soll .swiper-slide .dis p {
	color: #666666;
	font-size: 16px;
	line-height: 27px;
}

.history .history_box .his_con .his_body .his_soll .prev_next {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 200px;
	height: 30px;
}

.history .history_box .his_con .his_body .his_soll .prev_next>div {
	opacity: 1 !important;
	cursor: pointer;
	pointer-events: initial;
	outline: none;
	top: 0px;
	margin-top: 0px;
	width: 50%;
	height: 100%;
	border: 1px solid #999999;
}

.history .history_box .his_con .his_body .his_soll .prev_next>div.swiper-button-prev {
	left: 0px;
	background: url(../img/about/06.png) no-repeat center;
}

.history .history_box .his_con .his_body .his_soll .prev_next>div.swiper-button-next {
	right: 0px;
	background: url(../img/about/07.png) no-repeat center;
}

.history .history_box .his_con .his_body .his_soll .prev_next>div.swiper-button-prev:hover {
	background: #16558f url(../img/about/08.png) no-repeat center;
	border-color: #16558f;
}

.history .history_box .his_con .his_body .his_soll .prev_next>div.swiper-button-next:hover {
	background: #16558f url(../img/about/09.png) no-repeat center;
	border-color: #16558f;
}

.history .history_box .time_line {
	position: relative;
	margin: 35px 0px;
	padding: 0px 70px;
}


.history .history_box .time_line h1 {
	padding: 0px;
	margin: 0px;
	color: #fefefe;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.history .history_box .time_line .swiper-slide h1.active{
	color: #000000;
}
.history .history_box .time_line .prev_next>div {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	left: auto;
	right: auto;
	opacity: 1 !important;
	cursor: pointer;
	pointer-events: initial;
	outline: none;
}

.history .history_box .time_line .prev_next>div.swiper-button-prev {
	left: 0px;
	background: url(../img/about/12.png) no-repeat center;
}

.history .history_box .time_line .prev_next>div.swiper-button-next {
	right: 0px;
	background: url(../img/about/13.png) no-repeat center;
}

.history .history_box .time_line .prev_next>div.swiper-button-prev:hover {
	background: #FFFFFF url(../img/about/10.png) no-repeat center;
}

.history .history_box .time_line .prev_next>div.swiper-button-next:hover {
	background: #FFFFFF url(../img/about/11.png) no-repeat center;
}

/*.history .history_box .time_line .swiper-slide-active h1 {
	
}*/

.honor {
	padding: 60px 0px;
}

.honor .honor_box {
	position: relative;
	margin-top: 70px;
	padding-bottom: 40px;
}

.honor .honor_box .swiper-pagination {
	width: 100%;
	text-align: center;
}

.honor .honor_box .swiper-pagination span {
	margin: 0 5px;
	outline: none;
	background: #b3b3b3;
	width: 10px;
	height: 10px;
	opacity: 1;
	transition: all 0.4s ease-in-out;
}

.honor .honor_box .swiper-pagination span.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #16558f;
}

.honor .honor_box .h_item {
	height: 396px;
}

.honor .honor_box .h_item a {
	display: block;
	background: #FFFFFF;
	padding: 20px;
	overflow: hidden;
}

.honor .honor_box .h_item a img {
	display: block;
	margin: 0 auto;
	transition: all 0.4s ease-in-out;
}

.honor .honor_box .h_item .body {
	width: 100%;
	height: 110px;
	background: #ededed;
	padding: 30px 40px;
}

.honor .honor_box .h_item .body p {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.honor .honor_box .h_item .body span {
	color: #666666;
	font-size: 14px;
}

.honor .honor_box .h_item:hover .body {
	background: #16558f;
}

.honor .honor_box .h_item:hover .body p,
.honor .honor_box .h_item:hover .body span {
	color: #FFFFFF;
}

.honor .honor_box .h_item:hover img {
	transform: scale(1.1)
}

.corporate {
	margin-top: 30px;
}

.corporate .corporate_box {
	margin-top: 40px;
	height: 465px;
	margin-bottom: 80px;
	position: relative;
}

.corporate .corporate_box .roundabout-holder {
	width: 1050px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.corporate .corporate_box .roundabout-holder li p {
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	background: rgba(22, 85, 143, 0.5);
}

.corporate .corporate_box .ban_btn {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
	cursor: pointer;
}

.corporate .corporate_box .ban_l_btn {
	left: 0px;
	background: #cdcdcd url(../img/about/16.png) no-repeat center;
}

.corporate .corporate_box .ban_r_btn {
	right: 0px;
	background: #cdcdcd url(../img/about/17.png) no-repeat center;
}

.corporate .corporate_box .ban_l_btn:hover {
	background: #16558f url(../img/about/16.png) no-repeat center;
}

.corporate .corporate_box .ban_r_btn:hover {
	background: #16558f url(../img/about/17.png) no-repeat center;
}


/*产品*/

.manufacture {
	margin-top: 40px;
	position: relative;
	margin-bottom: 80px;
	height: 400px;
}

.manufacture>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.manufacture>div {
	height: 100%;
	position: absolute;
	width: 360px;
}

.manufacture>div p {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
}

.manufacture>div p span {
	color: #656565;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.manufacture>div p:nth-child(2) {
	top: 50%;
	margin-top: -26px;
}

.manufacture>div p:last-child {
	bottom: 0px;
}

.manufacture>div p::before {
	position: absolute;
	content: "";
	width: 1px;
	border: 1px dashed #e6e6e6;
}

.manufacture>div p::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #16558f;
	border-radius: 50%;
	top: 50%;
	margin-top: -3px;
}

.manufacture>div.ma_left {
	left: 0px;
	text-align: right;
}

.manufacture>div.ma_left p::after {
	right: -50px;
}

.manufacture>div.ma_left p::before {
	right: -50px;
}

.manufacture>div.ma_left p:nth-child(1),
.manufacture>div.ma_left p:nth-child(3) {
	right: -50px;
}

.manufacture>div.ma_left p:nth-child(1)::before {
	height: 100px;
	top: 14px;
	right: -89px;
	transform: rotateZ(-47deg);
}

.manufacture>div.ma_left p:nth-child(2)::before {
	height: 70px;
	transform: rotateZ(90deg);
	right: -83px;
	top: -9px;
}

.manufacture>div.ma_left p:nth-child(3)::before {
	height: 110px;
	transform: rotateZ(45deg);
	top: -66px;
	right: -88px;
}

.manufacture>div.ma_right {
	right: 0px;
	text-align: left;
}

.manufacture>div.ma_right p::after {
	left: -50px;
}

.manufacture>div.ma_right p:nth-child(1),
.manufacture>div.ma_right p:nth-child(3) {
	left: -50px;
}

.manufacture>div.ma_right p:nth-child(1)::before {
	height: 100px;
	top: 14px;
	left: -89px;
	transform: rotateZ(47deg);
}

.manufacture>div.ma_right p:nth-child(2)::before {
	height: 70px;
	transform: rotateZ(90deg);
	left: -83px;
	top: -9px;
}

.manufacture>div.ma_right p:nth-child(3)::before {
	height: 110px;
	transform: rotateZ(-45deg);
	top: -66px;
	left: -88px;
}

.spot {
	width: 286px !important;
	height: 287px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spot font {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/product/01.png) no-repeat center;
	animation: enlarge 0.9s infinite alternate;
	position: absolute;
}

.spot font:nth-child(1) {
	right: 75px;
	top: 40px;
}

.spot font:nth-child(2) {
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.spot font:nth-child(3) {
	right: 75px;
	bottom: 40px;
}

.spot font:nth-child(4) {
	left: 75px;
	bottom: 40px;
}

.spot font:nth-child(5) {
	left: 20px;
	top: 50%;
	margin-top: -8px;
}

.spot font:nth-child(6) {
	left: 75px;
	top: 40px;
}

@keyframes enlarge {
	0% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(1);
	}
}

.muzz {
	margin-top: 35px;
	margin-bottom: 45px;
}

.muzz p {
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.product {
	padding: 45px 0px;
	background: url(../img/product/03.jpg) no-repeat center;
	background-size: 100% 100%;
}

.product_box .pr_left {
	float: left;
	width: 300px;
}

.product_box .pr_left .pr_body .public_title p {
	text-align: left;
	color: #FFFFFF;
}

.product_box .pr_left .pr_body .public_title p::before {
	left: 0px;
	margin-left: 0px;
	background: #FFFFFF;
}

.product_box .pr_left .pr_body>p {
	color: #ffffff;
	font-size: 14px;
	line-height: 27px;
	margin: 30px 0px;
}

.product_box .pr_left .pr_nav a {
	display: block;
	width: 143px;
	height: 43px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 43px;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
	font-size: 16px;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
}

.product_box .pr_left .pr_nav a:nth-child(2n) {
	float: right;
}

.product_box .pr_left .pr_nav a:hover,
.product_box .pr_left .pr_nav a.active {
	color: #1580bf;
	background: #FFFFFF;
}

.product_box .pr_right {
	float: right;
	width: 800px;
	padding: 30px;
	background: #FFFFFF;
}

.product_box .pr_right .max_pic {
	width: 515px;
	float: left;
}

.product_box .pr_right .max_pic .pic {
	width: 100%;
	height: 406px;
	border: 2px solid #0f77be;
}

.product_box .pr_right .max_pic p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	padding: 10px 0px;
}

.product_box .pr_right .pr_soll {
	height: 410px;
	width: 178px;
	padding: 55px 35px;
	float: right;
	position: relative;
}

.product_box .pr_right .pr_soll .swiper-container {
	width: 100%;
	height: 100%;
}

.product_box .pr_right .pr_soll .swiper-slide div {
	border: 1px solid #b3b3b3;
	cursor: pointer;
}
.product_box .pr_right .pr_soll .swiper-slide div.active{
	border-color: #0f77be;
}
.product_box .pr_right .pr_soll .swiper-button-prev {
	top: 0px;
	margin: 0px;
	left: 50%;
	opacity: 0px;
	width: 37px;
	height: 20px;
	margin-left: -18.5px;
	background: url(../img/product/02.png) no-repeat center;
	outline: none;
}
.product_box .pr_right .pr_soll .swiper-button-prev::before{
    position: absolute;
    content: "";
    top: 40px;
    width: 176px;
    height: 1px;
    background: #e6e6e6;
    left: -70px;
}
.product_box .pr_right .pr_soll .swiper-button-next {
	top:auto;
	bottom: 0px;
	margin: 0px;
	left: 50%;
	opacity: 0px;
	width: 37px;
	height: 20px;
	margin-left: -18.5px;
	background: url(../img/product/03.png) no-repeat center;
	outline: none;
}
.product_box .pr_right .pr_soll .swiper-button-next::before{
    position: absolute;
    content: "";
    top: -25px;
    width: 176px;
    height: 1px;
    background: #e6e6e6;
    left: -70px;
}


.product_box .pr_right .pr_soll .swiper-button-prev:hover {
	background: url(../img/product/04.png) no-repeat center;
}
.product_box .pr_right .pr_soll .swiper-button-next:hover {
	background: url(../img/product/05.png) no-repeat center;
}

.sbzs {
	margin: 80px 0px;
}

.sbzs>p {
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}

.sbzs .sbzs_box {
	margin-top: 60px;
	position: relative;
	padding-bottom: 50px;
}

.sbzs .sbzs_box .swiper-slide .item {
	position: relative;
	overflow: hidden;
}

.sbzs .sbzs_box .swiper-slide .item img {
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.sbzs .sbzs_box .swiper-slide .item .lock_box {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
}

.sbzs .sbzs_box .swiper-slide .item .lock_box p {
	position: absolute;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.sbzs .sbzs_box .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: 10px;
}

.sbzs .sbzs_box .swiper-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	opacity: 1;
	outline: none;
	background: #b3b3b3;
}

.sbzs .sbzs_box .swiper-pagination span.swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #16558f;
}

.sbzs .sbzs_box .swiper-button-prev {
	width: 24px;
	height: 56px;
	left: 0px;
	margin-top: -28px;
	background: url(../img/product/04.jpg) no-repeat center;
	opacity: 1;
	outline: none;
}

.sbzs .sbzs_box .swiper-button-next {
	width: 24px;
	height: 56px;
	right: 0px;
	margin-top: -28px;
	background: url(../img/product/05.jpg) no-repeat center;
	opacity: 1;
	outline: none;
}

.sbzs .sbzs_box .swiper-button-prev:hover {
	background: url(../img/product/06.jpg) no-repeat center;
}

.sbzs .sbzs_box .swiper-button-next:hover {
	background: url(../img/product/07.jpg) no-repeat center;
}
.sbzs .sbzs_box .swiper-slide .item:hover img{
	transform: scale(1.1);
}
