/* 龙采科技 -- 样式表 */
/* TIME:2022-08-05 | author: Hefengyu */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}

html *::-webkit-scrollbar {
	width: 7px;
	background: #fff;
}

html *::-webkit-scrollbar-thumb {
	background: #ccc;
}

html *::-webkit-scrollbar-track-piece {
	width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

fieldset,
iframe,
img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video,
progress {
	display: inline-block;
	vertical-align: baseline
}

button {
	background: none;
	border: 0;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit
}

button:disabled {
	cursor: default
}

audio:not([controls]) {
	display: none
}

input {
	font-family: '微软雅黑'
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="email"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-family: 'Microsoft YaHei'
}

body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555;
	overflow-x: hidden;
}

a,
a:link,
a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:hover {
	text-decoration: none
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dd {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

.clearfix {
	clear: both;
}
.container{
	width: 1400px;
	margin: 0 auto;
}
.vh-100 { 
	height: 100vh !important 
}
.hidden-lg{
	display: none;
}
.hidden-md,
.hidden-sm,
.hidden-sx{
	display: block;
}

.visible-lg{
	display: block;
}
.visible-md,
.visible-sm,
.visible-xs{
	display: none;
}
@font-face {
	font-family: 'di';
	/* src: url('../fonts/pingfang-webfont.eot'); */
	src: url('../fonts/di.woff') format('woff'),
		url('../fonts/di.woff2') format('woff2');
	/* url('../fonts/pingfang-webfont.eot?#iefix') format('embedded-opentype')
       url('../fonts/pingfang-webfont.ttf') format('truetype'),
       url('../fonts/pingfang-webfont.svg#pingfang') format('svg') */
	font-weight: normal;
	font-style: normal;
}

/* 开始 */
.jianbian{
	background-image: linear-gradient(to right, #01508b , #0182bc);
}
.header{
	color: #fff;
	padding: 15px 0;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	width: 94px;
}
.header .logo img{
	display: block;
	width: 100%;
}
.header .right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 240px);
}
.header .right .nav{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: calc(100% - 200px);
}
.header .right li{
	width: calc(100% / 6);
	text-align: center;
}
.header .right li a{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.header .right li:hover a{
	font-weight: bold;
}
.header .right .tel{
	width: 150px;
	margin-left: 50px;
}
.header .right .tel .top{
	display: flex;
	align-items: center;
	text-transform: uppercase;
}
.header .right .tel .top img{
	display: block;
	margin-right: 4px;
}
.header .right .tel .num{
	font-weight: bold;
	font-size: 15px;
}
.swiperBanner .swiper-slide img{
	display: block;
	width: 100%;
}
.swiperBanner .swiper-pagination{
	bottom: 20px;
}
.swiperBanner .swiper-pagination-bullet{
	width: 32px;
	height: 7px;
	background: #fff;
	opacity: 1;
	border-radius: 5px;
	margin: 0 8px !important;
	transition: all linear 0.2s;
}
.swiperBanner .swiper-pagination-bullet-active{
	background: #01508b;
}

.about_index{
	background: #f5f6fa;
	padding: 100px 0;
}
.title{
	text-align: center;
}
.title h4{
	display: inline-block;
	position: relative;
	font-family: "Impact";
	font-size: 54px;
	line-height: 1;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2px;
	text-indent: 2px;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #01508b , #0182bc);
	padding: 0 10px 15px 10px;
}
.title h4::after{
	content: '';
	width: calc(100% - 20px);
	height: 6px;
	background-image: linear-gradient(to right, #01508b , #0182bc);
	position: absolute;
	bottom: 0;
	left: 10px;
}

.about_index {
	position: relative;
}
.about_index .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.about_index .left{
	width: 50%;
	padding: 5% 0 5% 13%;
}
.about_index .left h4{
	font-size: 52px;
	line-height: 1;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}
.about_index .left .line{
	width: 40px;
	height: 5px;
	margin: 30px 0 50px 0;
}
.about_index .left .text{
	font-size: 16px;
	color: #555;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
}
.about_index .left .btn{
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 140px;
	line-height: 40px;
	border-radius: 20px;
	display: block;
	margin-top: 50px;
	transition: all linear 0.2s;
}
.about_index .left .btn:hover{
	opacity: 0.8;
}
.about_index .right{
	width: 50%;
	position: relative;
}
.about_index .right video{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.product_index{
	padding: 100px 0;
}
.product_index .tab_til{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.product_index .tab_til div{
	width: calc(100% / 9 - 4px);
}
.product_index .tab_til h4{
	border: 1px solid #ddd;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
	transition: all linear 0.2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product_index .tab_til div:hover h4{
	background: #0181bb;
	color: #fff;
}
.product_index .tab_til .current h4{
	background: #0181bb;
	color: #fff;
	border: 1px solid #0181bb;
}
.product_index .tab_cont{
	margin-top: 50px;
	position: relative;
	height: 375px;
}
.product_index .tab_cont .cn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product_index .swiper-slide .img_box{
	position: relative;
	overflow: hidden;
}
.product_index .swiper-slide .img_box div{
	position: absolute;
	left: 0;
	bottom: -100%;
	background: rgba(3,123,142,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.product_index .swiper-slide:hover .img_box div{
	bottom: 0;
}
.product_index .swiper-slide .pro_img{
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 318px;
}
.product_index .swiper-slide .img_box .jiahao{
	display: block;
	width: 40px;
}
.product_index .swiper-slide h4{
	background: #ebebeb;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
	text-align: center;
	color: #333;
}
.product_index .swiper-slide:hover h4{
	color: #0181bb;
}
.product_index .swiper-button-lock{
	display: block;
}
.product_index .swiper-button-next,.product_index .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #ddd;
	margin-top: -25px;
	transition: all linear 0.2s;
}
.product_index .swiper-button-next:after, .product_index .swiper-button-prev:after{
	display: none;
}
.product_index .swiper-button-next{
	right: -80px;
}
.product_index .swiper-button-prev{
	left: -80px;
}
.product_index .swiper-button-next:hover,
.product_index .swiper-button-prev:hover{
	background: #0182bc;
	color: #fff;
	border: 1px solid #0182bc;
}

.advant_index{
	padding: 100px 0 85px 0;
	background: #ebebeb;
}
.title_left{
	text-align: left;
}
.title_left h4{
	margin-left: -8px;
}
.advant_index .cont{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.advant_index .cont .item{
	width: 48%;
	margin: 15px 0;
}
.advant_index .cont .item a{
	background: #fff;
	padding: 40px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all linear 0.3s;
	cursor: pointer;
}
.advant_index .cont .item:hover a{
	box-shadow: 0 0 20px #ccc;
}
.advant_index .cont .item .line{
	width: 8px;
	height: 130px;
	background: #0182bc;
	margin-right: 15px;
}
.advant_index .cont .item .world{
	width: calc(100% - 25px);
}
.advant_index .cont .item h4{
	font-size: 20px;
	color: #222;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advant_index .cont .item .text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	color: #555;
}

.contact_index{
	padding: 100px 0;
	background: url(../images/infor_bg.jpg) no-repeat center;
	background-size: cover;
}
.contact_index .container{
	width: 1200px;
}
.form_group{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.form_group input{
	display: block;
	border: 0;
	background: #fff;
	line-height: 60px;
	height: 60px;
	width: 49.2%;
	border-radius: 6px;
	font-size: 18px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.form_group textarea{
	font-family: "微软雅黑";
	display: block;
	border: 0;
	background: #fff;
	width: 100%;
	height: 140px;
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 6px;
}
.form_group button{
	width: 380px;
	height: 65px;
	line-height: 65px;
	background: #0181bb;
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 15px auto 0 auto;
	border-radius: 6px;
	transition: all linear 0.2s;
}
.form_group button:hover{
	opacity: 0.9;
}


.footer{
	background: #222222;
	padding: 60px 0 0 0;
}
.footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
.footer .left{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	padding-right: 7%;
}
.footer .left .ewm_l,
.footer .left .ewm_r{
	width: 130px;
	height: 130px;
	display: block;
}
.footer .left .infor{
	width: calc(100% - 155px);
}
.footer .left .infor .list{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #8f8f8f;
	padding: 10px 0;
}
.footer .left .infor .list img{
	display: block;
	margin-right: 8px;
}
.footer .right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 30%;
}
.footer .right .tel{
	font-size: 15px;
	color: #8f8f8f;
}
.footer .right .tel .num{
	font-family: "impact";
	font-size: 32px;
	line-height: 1;
	color: #3fc3c0;
}
.footer .right .icon_group{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.footer .right .img_box{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #dee3e7;
	margin-right: 10px;
}
.footer .right .img_box a{
	display: block;
}
.footer .right .img_box:hover{
	background: #b2fffd;
}
.footer .bottom{
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin: 60px 0;
}
.footer .bottom a{
	font-size: 16px;
	color: #afafaf;
	text-transform: uppercase;
	padding-right: 40px;
	margin-right: 40px;
	position: relative;
	display: block;
}
.footer .bottom a:hover{
	color: #0181bb;
}
.footer .bottom a::after{
	content: '';
	width: 1px;
	height: 12px;
	background: #777;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.footer .bottom a:last-child::after{
	display: none;
}
.copyright {
	border-top: 1px solid #444;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	color: #818283;
	width: 100%;
	padding: 25px 0;
}
.copyright a{
	color: #818283;
}
.copyright .left_c{
	display: flex;
	align-items: center;
}
.copyright a:hover{
	color: #0181bb;
}


/* 内页 */
.banner_inpage img{
	display: block;
	width: 100%;
}

.index{
	padding: 40px 0;
}
.index .container{
	display: flex;
	align-items: center;
	color: #666;
	font-size: 16px;
}
.index .container a{
	font-size: 16px;
	color: #666;
}
.index .container a:last-child{
	color: #0182bc;
}
.index span{
	display: block;
	margin: 0 5px;
}
.container_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 500px;
}
.left_nav{
	width: 24%;
}
.left_nav .til_l{
	background: #0182bc;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	border-radius: 10px;
	font-size: 30px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.left_nav .nav_box{
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 10px;
	margin-top: 8px;
}
.left_nav .nav_box .cn{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 18px;
	padding: 15px 20px;
	border-radius: 8px;
	background: #e5ebf1;
	color: #555;
	transition: all linear 0.2s;
}
.left_nav .nav_box .cn i{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #aaa;
	display: block;
	margin-right: 8px;
}
.left_nav .nav_box .cn h4{
	width: calc(100% - 24px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.left_nav .nav_box .cn:hover{
	background: #0181bb;
	color: #fff;
}
.left_nav .nav_box .cn:hover i{
	border: 2px solid #fff;
}
.left_nav .nav_box .cn.active{
	background: #0181bb;
	color: #fff;
}
.left_nav .nav_box .cn.active i{
	border: 2px solid #fff;
}

.right_container{
	width: 72%;
	padding-bottom: 100px;
}
.right_container .til_r{
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.right_container .til_r h4{
	display: inline-block;
	font-size: 24px;
	color: #222;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.right_container .til_r h4::after{
	content: '';
	width: 100%;
	height: 4px;
	background: #0181bb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.right_container .cont{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	/* text-indent: 30px; */
}
.right_container .cont img{
	display: block;
	margin: 10px 0;
	max-width: 100%;
}
.right_container .group_honor{
	width: calc(100% + 30px);
	margin-left: -15px;
	display: flex;
	flex-flow: wrap;
}
.right_container .group_honor .item{
	width: calc(33.33% - 30px);
	margin: 0 15px 30px 15px;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
}
.right_container .group_honor .item .img_box{
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.right_container .group_honor .item .img_box img{
	display: block;
	width: 100%;
	max-height: 100%;
}
.right_container .group_honor .item h4{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_num{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-size: 16px;
}
.page_num a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e8ebef;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	transition: all linear 0.2s;
}
.page_num span{
	display: block;
	margin-right: 12px;
}
.page_num .left{
	display: flex;
	align-items: center;
}
.page_num .right{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_num a.active{
	background: #0182bc;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 18px;
}
/* .page_num .left a:hover{
	background: #0182bc;
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 18px;
} */
.page_num .right a{
	margin-right: 0;
	margin-left: 10px;
	width: 26px;
	height: 26px;
}
.page_num .right a img{
	width: 7px;
	display: block;
}
.page_num .right a:nth-child(2){
	transform: rotate(180deg);
}
.page_num .right a:hover{
	background: #0182bc;
}

.group_news{
	margin-bottom: 30px;
}
.group_news .list a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.group_news .list .time{
	width: 90px;
	background: #fff;
	border: 1px solid #ddd;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	transition: all linear 0.2s;
}
.group_news .list .time div:nth-child(1){
	background: #e6e6e6;
	transition: all linear 0.2s;
}
.group_news .list .time div:nth-child(2){
	font-size: 20px;
}
.group_news .list .world{
	width: calc(100% - 120px);
}
.group_news .list .world h4{
	font-size: 20px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.group_news .list .world .text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	font-size: 15px;
}
.group_news .list .world .text span{
	color: #0e18e7;
}
.group_news .list:hover .time{
	background: #01508b;
	color: #fff;
}
.group_news .list:hover .time div:nth-child(1){
	background: #0182bc;
}
.group_news .list:hover .world h4{
	color: #01508b;
}
.cont_show .top{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.cont_show .top h2,
.cont_pro_show .top .til h2{
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 1.6;
}
.cont_show .top .time,
.cont_pro_show .top .til{
	font-size: 14px;
}
.cont_show .center{
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
.cont_show .center img{
	max-width: 100%;
	display: block;
	margin: 10px 0;
}
.cont_show .bottom{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cont_show .bottom a{
	width: 200px;
	line-height: 65px;
	height: 65px;
	background: #e5ebf1;
	color: #333;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all linear 0.2s;
}
.cont_show .bottom a:last-child{
	background: #3772bb;
	color: #fff;
}
.cont_show .bottom a:hover{
	opacity: 0.9;
}
.cont_product{
	width: calc(100% + 30px);
	margin-left: -15px;
	display: flex;
	flex-flow: wrap;
}
.cont_product .item{
	width: calc(33.33% - 30px);
	margin: 0 15px 30px 15px;
}
.cont_product .item .img_box{
	position: relative;
	overflow: hidden;
}
.cont_product .item .img_box div{
	position: absolute;
	left: 0;
	bottom: -100%;
	background: rgba(3,123,142,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: all linear 0.3s;
}
.cont_product .item:hover .img_box div{
	bottom: 0;
}
.cont_product .item .pro_img{
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 314px;
}
.cont_product .item .img_box .jiahao{
	display: block;
	width: 40px;
}
.cont_product .item h4{
	background: #ebebeb;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
	text-align: center;
	color: #333;
}
.group_jobs {
	margin-bottom: 30px;
}
.group_jobs .list{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.group_jobs .list a{
	display: block;
	color: #555;
}
.group_jobs .list h4{
	font-size: 20px;
	color: #222;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.group_jobs .list .time{
	font-size: 13px;
	margin: 10px 0 15px 0;
}
.group_jobs .list .text{
	font-size: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.group_jobs .list:hover h4{
	color: #01508b;
}

.contact .right_container .cont{
	text-indent: initial;
	font-size: 18px;
	color: #222;
	line-height: 36px;
}

/* .my-map { margin: 30px auto 0 auto; width: 100%; height: 400px; } 
.my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
 */
#map{
	width: 100%;
	height: 450px;
	margin-top: 30px;
}


.product_show,.product{
	min-height: 850px;
}
.cont_pro_show .bottom{
	font-size: 16px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.cont_pro_show .btn_group{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.cont_pro_show .btn_group a{
	line-height: 50px;
	background: #e5ebf1;
	color: #666;
	font-size: 16px;
	padding: 0 25px;
	margin-right: 10px;
	border-radius: 5px;
	transition: all linear 0.2s;
}
.cont_pro_show .btn_group a:hover{
	background: #0181bb;
	color: #fff;
}

.cont_pro_show .top .til{
	text-align: center;
}
.cont_pro_show .mySwiper2{
	margin: 25px 0;
}
.cont_pro_show .mySwiper2 .swiper-slide img{
	border: 1px solid #ddd;
	margin: 0 auto;
	display: block;
	height: 320px;
}
.cont_pro_show .mySwiper{
	background: #eef3fa;
	border-radius: 5px;
	padding: 10px;
}
.cont_pro_show .mySwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 88px;
}

.cont_pro_show .mySwiper .swiper-slide {
    border: 1px solid #fff;
	cursor: pointer;
}

.cont_pro_show .mySwiper .swiper-slide-thumb-active {
    border: 1px solid #01508b;
}


.pop-up-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.pop-up{
	width: 1140px;
	background: #fff;
	padding: 50px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.pop-up-bg.active{
	visibility: visible;
	opacity: 1;
}
.pop-up.active{
	visibility: visible;
	opacity: 1;
}
.pop-up .img_gb{
	display: block;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 11;
}
.pop-up .til_form{
	text-align: center;
}
.pop-up .til_form h4{
	font-size: 45px;
	line-height: 1;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}
.pop-up .til_form .line{
	width: 50px;
	height: 6px;
	margin: 30px auto;
}

.pop-up .form_group input,
.pop-up .form_group textarea{
	background: #f4f4f4;
}




















/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {
	.container{
		width: 1200px;
	}
	.about_index .left{
		padding: 0 0 0 5%;
	}
	.about_index .left .line{
		margin: 20px 0 40px 0;
	}
	.about_index .left .btn{
		margin-top: 40px;
	}
	.product_index .tab_til h4{
		font-size: 16px;
	}
	.product_index .swiper-slide .pro_img{
		height: 270px;
	}
	.footer .left{
		padding-right: 4%;
	}
	.footer .left .infor .list{
		font-size: 15px;
	}
	.footer .bottom{
		margin: 45px 0;
	}
	.left_nav .nav_box .cn i{
		width: 12px;
		height: 12px;
	}
	.left_nav .nav_box .cn h4{
		font-size: 16px;
		width: calc(100% - 20px);
	}
	.left_nav .til_l{
		height: 80px;
		font-size: 28px;
	}
	.right_container .group_honor .item .img_box{
		height: 180px;
	}
	.cont_show .bottom a{
		line-height: 50px;
		height: 50px;
		width: 180px;
		font-size: 18px;
	}
	.cont_product .item .pro_img{
		height: 267px;
	}
	.cont_pro_show .mySwiper .swiper-slide img{
		height: 73px;
	}
	.form_group input{
		height: 55px;
		line-height: 55px;
	}
	.form_group textarea{
		height: 120px;
	}
	.product_index .tab_cont{
		height: 325px;
	}
	
	
	
	
}

/* ---------------------------------------1367--------------------------------------- */
@media(max-width:1367px) {
	
}

/* ---------------------------------------1200--------------------------------------- */
@media(max-width:1200px) {
	.hidden-lg,
	.hidden-sm,
	.hidden-sx{
		display: block;
	}
	.hidden-md{
		display: none;
	}
	
	.visible-lg,
	.visible-sm,
	.visible-xs{
		display: none;
	}
	.visible-md{
		display: block;
	}
	.container{
		width: 970px;
	}
	
	
	
}

/* ---------------------------------------992--------------------------------------- */
@media(max-width:992px) {
	.hidden-lg,
	.hidden-md,
	.hidden-sx{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
	
	.visible-lg,
	.visible-md,
	.visible-xs{
		display: none;
	}
	.visible-sm{
		display: block;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	
	
	
	
}

/* ---------------------------------------767--------------------------------------- */
@media(max-width:767px) {
	.hidden-lg,
	.hidden-md,
	.hidden-sm{
		display: block;
	}
	.hidden-xs{
		display: none;
	}
	
	.visible-lg,
	.visible-md,
	.visible-sm{
		display: none;
	}
	.visible-xs{
		display: block;
	}
	
	
	
	
	
	
	
	
}

/* ---------------------------------------340--------------------------------------- */
@media(max-width:340px) {
	
	
}