* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
body,ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;}
h1,h2,h3,h4,h5{line-height: 1;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
input::-webkit-search-cancel-button {display: none;}
/*input::-webkit-input-placeholder{font-size: 16px;color: #999999;}*/
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #999999;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #999999;}
input::placeholder {font-size: 14px;color: #999999;}
table,table td {border-collapse: collapse;} 
select{border: 0;outline: none;appearance: none;}
select::-ms-expand {display: none;}
body{overflow-x:hidden;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}

a {
	text-decoration: none;
}

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

/*文本修饰*/
.fl {
	float: left;
}

.fr {
	float: right;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

li {
	list-style: none;
}

input, textarea, button {
    outline: 0;
    resize: none;
    border: none;
    _border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

table,
table td {
	border-collapse: collapse;
}

/* 限制行数 */
.line_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.warp {
	max-width: 1920px;
	margin: 0 auto;
}

.div94 {
	width: 94%;
	margin: 0 auto;
}

.div1200 {
	width: 1200px;
	margin: 0 auto;
}


/* 首页头部 */

.top {
	width: 100%;
	/*background-color: #FFFFFF;*/
	background-color: rgba(0,0,0,0.1);
	position: relative;
	position: fixed;
	top: 0;
	z-index: 999999;
}

.top_left {
	line-height: 100px;
}

.top_right_ul {
	
}

.top_right_ul > li {
	line-height: 100px;
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

.top_right_ul > li::after {
	content: "";
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #c2c2c2;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.top_right_ul > li:last-child::after {
	display: none;
}

.top_right_ul > li > a {
	display: flex;
	align-items: center;
}

.top_right_ul > li > a > span {
	font-size: 15px;
	letter-spacing: 0px;
	color: #666666;
	margin-left: 8px;
}

.top_form {
	height: 100px;
	align-items: center;
}

.top_input {
	height: 30px;
	line-height: 30px;
	/* border: 1px solid transparent; */
	margin-right: 10px;
	display: none;
}

.top_input > input {
	width: 100%;
	height: 100%;
	vertical-align: top;
	padding-left: 8px;
	border: 1px solid #333333;
}

.top_submit {
	background: url(../images/sousuo.png) no-repeat center;
	width: 18px;
	height: 30px;
}

.nav_list {
    height: 100px;
}

.menuTrigger {
    cursor: pointer;
    width: 32px;
    height: 16px;
    position: relative;
    top: 42px;
	z-index: 99;
}

.menuTrigger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #030000;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.menuTrigger span:first-child {
    top: 0;
}

.menuTrigger span:nth-child(2) {
    top: 6px;
}

.menuTrigger span:nth-child(3) {
    top: 12px;
}

.menu1 span:nth-child(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.menu1 span:nth-child(2) {
    display: none;
}

.menu1 span:nth-child(3) {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.nav_ul {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 50;
    width: 285px;
    /*height: 635px;*/
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.nav_ul > li > a {
	padding: 22px 0 12px 11px;
	display: block;
	border-bottom: 1px solid #ffffff;
	font-size: 15px;
	color: #ffffff;
}

.nav_ul > li.cur > a {
	font-size: 18px;
	font-weight: bold;
}

.index_banner {
	margin-top: 100px;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border: solid 1px #ffffff;
	background: initial;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
}

/* 首页 */

.index {
	padding-bottom: 110px;
}

.index_box1 {
	width: 100%;
	margin-top: 110px;
}

.index_box1_tit span {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}

.index_box1_con {
	position: relative;
}

.index_box1 > .div1200 {
	/* overflow: hidden; */
}

.index_box1_img {
	text-align: center;
	overflow: hidden;
}

.index_box1_img > img {
	padding: 25px 0;
	transition: all 0.8s;
}

.index_box1_img:hover > img {
	transform: scale(1.1);
}

.index_box1_img > p {
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
}

.mySwiper {
	overflow: hidden;
}

.index_box1_swiper {
	margin-top: 70px;
}

.index_box1_swiper .swiper-button-prev {
	width: 47px;
	height: 64px;
	left: -47px;
}

.index_box1_swiper .swiper-button-prev:after {
	content: "";
	background: url(../images/swi_left.png) no-repeat;
	width: 47px;
	height: 64px;
}

.index_box1_swiper .swiper-button-next {
	width: 47px;
	height: 64px;
	right: -47px;
}

.index_box1_swiper .swiper-button-next:after {
	content: "";
	background: url(../images/swi_right.png) no-repeat;
	width: 47px;
	height: 64px;
}

.index_box2 {
	width: 100%;
	margin-top: 130px;
}

.index_box2_ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 80px;
}

.index_box2_ul > li {
	text-align: center;
	width: 20%;
}

.index_box2_img {
	margin: 0 auto;
	width: 93px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	border-radius: 50%;
	border: solid 2px #1c58a8;
}

.index_box2_ul > li > a > p {
	font-size: 19px;
	color: #464646;
	padding-top: 10px;
}

.index_box2_ul > li.cur .index_box2_img {
	background-color: #1c58a8;
}

.index_box2_ul > li.cur .index_box2_img2 {
	display: inline-block;
}

.index_box2_ul > li.cur .index_box2_img1 {
	display: none;
}

.index_box2_img2 {
	display: none;
}

.index_box2_ul_con_img {
	margin-top: 40px;
}

.index_box2_ul_con {
	display: none;
}

.index_box3 {
	width: 100%;
	margin-top: 120px;
}

.xnews-left {
	margin-top: 100px;
}

.xnews-left ul {
	justify-content: space-between;
	flex-wrap: wrap;
}

.xnews-left.news_list ul {
	justify-content: initial;
}

.xnews-left ul li {
    width: 372px;
}

.xnews-left.news_list ul li {
	margin-right: 42px;
}

.xnews-limg {
	overflow: hidden;
}

.xnews-limg img {
	transition: all 0.8s;
}

.xnews-left ul li:hover .xnews-limg img {
	transform: scale(1.1);
}

.xnews-left ul li:nth-child(3n) {
	margin-right: 0;
}

.xnews-ltext {
    /*background-color: #ffefef;*/
    background-color: rgba(0,0,0,0.1);
    padding: 20px 18px;
}

.xnews-ltit {
    position: relative;
}

.xnews-ltit h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
	padding-left: 15px;
	margin-bottom: 30px;
	position: relative;
}

.xnews-ltit h2:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
	transform: translateY(-50%);
}

.xnews-lp {
    margin-top: 15px;
}
.xnews-lp p{
	height: 63px;
	overflow: hidden;
}

.xnews-lp span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 10px;
}

.xnews-lk {
    margin-top: 30px;
}

.xnews-lk p {
    font-size: 14px;
    letter-spacing: 2px;
    color: #0069b4;
	height: 38px;
	overflow: hidden;
}

.xnews-lk p a {
    font-size: 14px;
    color: #666666;
}

.index_box4 {
	margin-top: 110px;
}

.index_box4_ul {
	flex-wrap: wrap;
	padding-top: 80px;
}

.index_box4_ul > li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	height: 105px;
	line-height: 105px;
	border: solid 1px #dcdcdc;
	margin-top: 25px;
}

.index_box4_ul > li > a > img {
	transition: all 1s;
}

.index_box4_ul > li:hover > a > img {
	transform: rotateY(360deg);
}

.index_box4_ul > li:nth-child(3n) {
	margin-right: 0;
}

/* 底部 */

.footer {
	width: 100%;
	background-color: #e2e2e2;
	padding-top: 35px;
}

.foot_zong {
	width: 100%;
	padding-bottom: 50px;
}

.foot_left {
	width: 30%;
}

.foot_left_ul > li {
	margin-top: 12px;
}

.foot_left_ul > li > span {
	font-size: 14px;
	letter-spacing: 0px;
	margin-left: 8px;
	color: #282828;
}

.foot_right {
	width: 66%;
	position: relative;
}

.foot_right_ul1 > li {
	width: 14.28%;
}

.foot_right_ul1 > li > a {
	padding: 5px 6px;
	font-size: 16px;
	color: #c1c1c1;
	background-color: #434343;
}

.foot_right_ul2 > li > a {
	margin-top: 12px;
	display: block;
	font-size: 14px;
	color: #4a4a4a;
}

.foot_right_img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer_bot {
	width: 100%;
	background-color: #3f3f3f;
	line-height: 60px;
}

.footer_bot_left > p {
	font-size: 14px;
	color: #c7c7c7;
}

.footer_bot_left > p > a {
	font-size: 14px;
	color: #c7c7c7;
}

.footer_bot_right > a {
	font-size: 14px;
	color: #7d7d7d;
}

/* 产品页 */

.pro {
	width: 100%;
	/*background-color: #fff8f9;*/
	padding-bottom: 110px;
	background-color: #ffffff;
}

.biaoti {
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	padding: 20px 0;
}

.pro_box1_ul {
	justify-content: center;
	flex-wrap: wrap;
	/*padding-top: 25px;*/
}

.pro_box1_ul > li {
	margin-right: 40px;
}

.pro_box1_ul > li:last-child {
	margin-right: 0;
}

.pro_box1_ul > li > a {
	font-size: 14px;
	color: #2c2b2b;
}

.pro_box1_ul > li:hover > a {
	color: #1c61ff;
}

.pro_box1_ul > li.cur > a {
	color: #1c61ff;
}

.pro_box1_ul2 {
	flex-wrap: wrap;
}

.pro_box1_ul2 > li {
	margin-top: 80px;
	margin-right: 82px;
	text-align: center;
}

.pro_box1_ul2 > li > a .pro_box1_ul2_img {
	width: 345px;
	height: 340px;
	line-height: 340px;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 7px 8px 29px 0px 
			rgba(111, 111, 111, 0.14);
	position: relative;
	z-index: 10;
}

.pro_box1_ul2_img_bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
}

.pro_box1_ul2 > li:hover .pro_box1_ul2_img_bg {
	display: block;
}

.pro_box1_ul2 > li:nth-child(3n) {
	margin-right: 0;
}

.pro_box1_ul2 > li > a > p {
	font-size: 22px;
	color: #010101;
	margin-top: 10px;
	text-transform: capitalize;
}


/* 产品详情 */

.pro_show_box1 {
	width: 100%;
	background-color: rgba(0,0,0,0.1);
	height: 60px;
	line-height: 60px;
}

.pro_show_box1_ul > li > span {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #535252;
}

.pro_show_box1_ul > li > a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #535252;
}

.pro_show_box2_zong {
    margin-top: 10px;
    width: 100%;
	background-color: #ffffff;
}

.pro_show_box2_left {
    position: relative;
    width: 554px;
    overflow: hidden;
}

.pro_show_box2_left .mySwiper2 .swiper-slide>img {
    /*width: 100%;*/
    /* height: 360px; */
    width: 100%;
    /*height: 489px;*/
    object-fit: cover;
}

.pro_du12 {
    width: 100%;
	padding-top: 25px;
    position: relative;
    overflow: hidden;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

.pro_du12 .swiper-slide {
	display: flex;
}

.pro_du12 .swiper-slide .swiper_slide_img img {
	/* width: 164px; */
}

.pro_show_box2_left .mySwiper .swiper-slide {
    position: initial;
}

/* .pro_show_box2_left .mySwiper .swiper-button-prev {
    background-image: url(../images/pro_show6.png);
    left: 0;
    width: 59px;
    height: 209px;
    background-size: 100% 100%;
    top: 23%;
}

.pro_show_box2_left .mySwiper .swiper-button-next {
    background-image: url(../images/pro_show7.png);
    right: 0;
    width: 59px;
    height: 209px;
    background-size: 100% 100%;
    top: 23%;
} */

.pro_show_box2_right {
    width: 600px;
	padding-top: 25px;
}

.pro_show_box2_right > span {
	font-size: 21px;
	color: #252525;
}

.pro_show_box2_right > p {
	font-size: 15px;
	line-height: 24px;
	color: #252525;
	line-height: 24px;
	margin-top: 35px;
}

.pro_show_box2_right_down {
	width: 126px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background-color: #006cff;
	border-radius: 10px;
	margin-top: 45px;
}

.pro_show_box2_right_down > a {
	display: block;
}

.pro_show_box3_zong {
	margin-top: 15px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

.pro_show_box3_left {
	width: 955px;
}

.pro_show_box3_tit {
	line-height: 60px;
	border-bottom: 1px solid #d2d2d2;
}

.padd_10 {
	padding-left: 10px;
}

.pro_show_box3_tit > span {
	font-size: 16px;
	color: #4a4a4a;
}

.pro_show_box3_con {
	padding-left: 10px;
	padding-top: 40px;
}

.pro_show_box3_right {
	width: 245px;
}

.pro_show_box3_con1 > span,
.pro_show_box3_con2 > span,
.pro_show_box3_con3 > span {
	font-size: 20px;
	color: #4a4a4a;
	margin-bottom: 20px;
	display: block;
}

.pro_show_gs {
	font-size: 17px;
	line-height: 27px;
	color: #4a4a4a;
}

.pro_show_box3_con2 {
	padding-top: 100px;
}

.pro_show_sx table {
	width: 100%;
} 

.pro_show_sx tr td {
	font-size: 17px;
	color: #4a4a4a;
	height: 30px;
	line-height: 30px;
}

.pro_show_box3_con3 {
	padding-top: 100px;
}

.pro_show_box3_con3_ul {
	width: 100%;
	flex-wrap: wrap;
}

.pro_show_box3_con3_ul > li {
	position: relative;
	width: 32%;
	font-size: 17px;
	color: #4a4a4a;
	margin-bottom: 10px;
	padding-left: 25px;
	vertical-align: top;
	margin-right: 2%;
}

.pro_show_box3_con3_ul > li:nth-child(3n) {
	margin-right: 0;
}

.pro_show_box3_con3_ul > li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px solid #4a4a4a;
	border-radius: 50%;
}

.pro_show_box3_right_ul {
	margin-top: 12px;
}

.pro_show_box3_right_ul > li {
	width: 100%;
	margin-top: 25px;
}

.pro_show_box3_right_ul > li:first-child {
	margin-top: 0;
}

/* 分页导航 */

.pages > ul {
	display: flex;
	justify-content: center;
	margin-top: 6%;
	flex-flow: wrap;
}

.pages > ul > li > a {
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 8px;
	letter-spacing: 0px;
	color: #2c2b2b;
	padding: 15px 15px;
	background-color: #eeeeee;
	display: block;
}

.pages > ul > li {
	margin-right: 19px;
}

.pages > ul > li:hover > a {
	background-color: #1c61ff;
	color: #ffffff;
}

.pages > ul > li.current > a {
	background-color: #1c61ff;
	color: #ffffff;
}

/*关于宝泰*/

.about_con {
	margin-top: 50px;
	width: 100%;
}

.about_con .index_box1_tit {
	text-align: center;
}

.about_z_body {
	width: 100%;
	margin-top: 40px;
}

/*新闻详情*/

.index_box1_tit.news_show {
	text-align: center;
}

/*联系我们*/

.contact .index_box1_tit {
	margin-top: 50px;
}

.contact .contact_zong {
	margin-top: 40px;
}

.contact_con {
	width: 32%;
}

.map {
	width: 65%;
}


