/* 龙采科技 -- 样式表 */
/* TIME:2021-03-08 | 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: 1300px;
	margin: 0 auto;
}
.container-1200{
	width: 1200px;
	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;
}

.header-top{
	background: #000;
}
.header-top .container{
	line-height: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-top .language {
	margin-left: 20px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
.header-top .language .lang_box{
	display: flex;
	align-items: center;
}
.header-top .language img{
	display: block;
	margin-right: 8px;
}
.header-top .language .list{
	position: absolute;
	top: 30px;
	left: 50%;
	background: #003470;
	z-index: 10;
	transform: translate(-50%,0);
	width: 200%;
	display: none;
	z-index: 100;
}
.header-top .language .list a{
	color: #fff;
	display: block;
	line-height: 32px;
	padding: 0 10px;
}
.header-top .language .list a:nth-child(1){
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.header-top .language .list a:hover{
	opacity: 0.8;
}
.header-top .ewm{
	position: relative; 
	margin-left: 20px;
	cursor: pointer;
}
.header-top .ewm .ewm_box{
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top .ewm .ewm_img{
	position: absolute;
	top: 30px;
	left: 50%;
	width: 120px;
	z-index: 10;
	transform: translate(-50%,0);
	display: none;
}
.header-top .icon_img{
	display: block;
	width: 20px;
	transition: all linear 0.3s;
}
.header-top .icon_img:hover{
	opacity: 0.8;
}


.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	width: 410px;
	margin: 15px 0;
	display: block;
}
.header .logo img{
	display: block;
	width: 100%;
}
.nav {
	display: flex;
	align-items: center;
}
.nav a{
	font-size: 18px;
	color: #333;
	display: block;
	margin-left: 35px;
	position: relative;
	line-height: 40px;
	/* text-transform: uppercase; */
}
.nav a::after{
	content: '';
	width: 0px;
	height: 4px;
	background: #003470;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	transition: all ease 0.4s;
}
.nav a.active::after{
	width: 80px;
}
.nav a:hover::after{
	width: 80px;
}
.banner .swiper-slide img{
	width: 100%;
	display: block;
}
.index_group1{
	padding-top: 60px;
}
.index_group1 .title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_group1 .title h4{
	font-size: 32px;
	line-height: 1;
	margin-bottom: 10px;
	color: #333;
}
.index_group1 .title p{
	font-size: 16px;
	color: #888;
}
.index_group1 .right_btn{
	font-size: 14px;
	font-weight: bold;
}
.index_group1 .right_btn a{
	color: #002567;
}
font{
	font-family: "宋体";
	font-weight: normal;
}
.index_group1 .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.index_group1 .item{
	width: 31.5%;
	overflow: hidden;
}
.index_group1 .item img{
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
}
.index_group1 .item h4{
	font-size: 22px;
	color: #333;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.index_group1 .item p{
	font-size: 15px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.index_group1 .item .btn{
	color: #002567;
	font-size: 15px;
	margin-top: 10px;
}
.index_group1 .item:hover h4{
	color: #002567;
}

.index_group2{
	padding-top: 60px;
}
.index_group2 .container{
	display: flex;
	align-items: center;
	background: #f1f3f5;
}
.index_group2 .left{
	width: 64%;
}
.index_group2 .left img{
	display: block;
	width: 100%;
}
.index_group2 .right{
	width: 36%;
	padding: 60px;
}
.index_group2 .right h4{
	font-size: 32px;
	color: #333;
}
.index_group2 .right .text{
	font-size: 15px;
	line-height: 24px;
	color: #777;
	text-indent: 30px;
}
.index_group2 .right .btn a{
	display: block;
	width: 250px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #002567;
	margin-top: 20px;
}
.index_group3{
	padding-top: 60px;
}
.index_group3 .til h4{
	font-size: 32px;
	line-height: 1;
	margin-bottom: 20px;
	color: #333;
}
.index_group3 .group{
	display: flex;
	justify-content: space-between;
}
.index_group3 .item{
	width: 31.5%;
	overflow: hidden;
}
.index_group3 .item img{
	display: block;
	width: 100%;
	transition: all linear 0.4s;
}
.index_group3 .item h4{
	position: relative;
	background: #f1f3f5;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 16px;
	color: #333;
	transition: all linear 0.3s;
}
.index_group3 .item:hover img{
	transform: scale(1.05);
}
.index_group3 .item:hover h4{
	background: #002567;
	color: #fff;
}

.index_group4{
	padding-top: 60px;
}
.index_group4 .container{
	position: relative;
}
.index_group4 .bg_img{
	display: block;
	width: 100%;
}
.index_group4 .rencai{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_group4 .world{
	position: relative;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding: 50px 0 0 50px;
}
/* .index_group4 .world .line{
	width: 120px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 250px;
} */
.index_group4 .bom_right{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	padding: 40px;
}
.index_group4 .bom_right h4{
	font-size: 32px;
	line-height: 1;
	margin-bottom: 10px;
	color: #333;
}
.index_group4 .bom_right p{
	font-size: 15px;
	color: #777;
}
.index_group4 .bom_right .btn a{
	display: block;
	width: 250px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #002567;
	margin-top: 20px;
}

.index_group5{
	padding-top: 60px;
}
.index_group5 .title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_group5 .title h4{
	font-size: 32px;
	line-height: 1;
	color: #333;
}
.index_group5 .title a{
	font-size: 14px;
	font-weight: bold;
	color: #002567;
}
.index_group5 .cont{
	margin-top: 20px;
	display: flex;
	width: 1330px;
	margin-left: -15px;
}
.index_group5 .item{
	width: calc(25% - 30px);
	margin: 0 15px;
}
.index_group5 .item img{
	display: block;
	width: 100%;
}
.index_group5 .item h4{
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.index_group5 .item p{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}
.index_group5 .item .bom{
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_group5 .item .bom .time{
	font-size: 14px;
	color: #888;
}
.index_group5 .item .bom .btn{
	font-size: 14px;
	font-weight: bold;
	color: #002567;
}
.index_group5 .item:hover h4{
	color: #002567;
}

.footer{
	background: #222;
	padding: 50px 0;
	margin-top: 60px;
}
.footer .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .top .left{
	width: 48%;
}
.footer .top .left img{
	width: 150px;
	display: block;
	margin-bottom: 10px;
}
.footer .top .left .text{
	font-size: 14px;
	line-height: 24px;
	color: #aaaaaa;
}
.footer .top .right{
	color: #fff;
}
.footer .top .right a{
	color: #fff;
	display: inline-block;
	margin: 0 6px;
}
.footer .top .right .item a:nth-child(1){
	color: #aaaaaa;
}
.footer .top .right .item a:last-child{
	margin-right: 0;
}
.footer .top .right a:hover{
	color: #a9b6e1;
}
.footer .bottom{
	border-top: 1px solid #666;
	padding-top: 20px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.footer .bottom .item_b{
	width: 44%;
	color: #fff;
	font-size: 14px;
}
.footer .bottom .item_b h4{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
.footer .bottom .item_b i{
	font-style: normal;
	color: #aaa;
}
.footer .bottom .item_r{
	display: flex;
	align-items: center;
}
.footer .bottom .item_r a{
	margin-right: 15px;
	display: block;
}
.footer .bottom .item_r .footer_ewm{
	position: relative;
}
.footer .bottom .item_r .footer_ewm .footer_icon_img{
	cursor: pointer;
}
.footer .bottom .item_r .footer_ewm .footer_ewm_img{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%,0);
	width: 135px;
	display: none;
}
.copyright{
	background: #000;
	line-height: 60px;
	color: #bbb;
}
.copyright .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright a{
	color: #bbb;
}
.copyright a:hover{
	color: #a9b6e1;
}

.banner_inpage {
	position: relative;
}
.banner_inpage .banner_inpage_img{
	width: 100%;
	display: block;
}
.index{
	width: 100%;
	line-height: 60px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index a{
	display: inline-block;
	color: #fff;
}
.index a:hover{
	color: #badaff;
}
.index .container{
	display: flex;
	align-items: center;
}
.index img{
	display: block;
	margin-right: 10px;
}
.index font{
	display: inline-block;
	margin: 0 4px;
}


.product{
	padding-top: 60px;
}
.common .container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: wrap;
}
.common .two_nav{
	width: 280px;
	background: #e5eaf0;
}
.two_nav .top{
	background: #002567;
	color: #fff;
	padding: 30px 20px;
}
.two_nav .top h2{
	font-size: 26px;
	line-height: 1;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.two_nav .top p{
	font-size: 18px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-transform: uppercase;
}
.two_nav .item_nav{
	border-top: 1px solid #b7c6d6;
	padding: 0 20px;
	transition: all linear 0.2s;
}
.two_nav .item_nav a{
	display: flex;
	justify-content: space-between;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}
.two_nav .item_nav h4{
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.two_nav .item_nav font{
	font-size: 24px;
}
.two_nav .item_nav:hover{
	background: #002567;
}
.two_nav .item_nav:hover a{
	color: #fff;
}
.two_nav .item_nav.active h4{
	font-weight: bold;
	color: #003470;
}
.two_nav .item_nav.active:hover h4{
	color: #fff;
}

.common .right{
	width: calc(100% - 280px);
	padding-left: 30px;
}
.product .right{
	display: flex;
	flex-flow: wrap;
	/*justify-content: flex-end;*/
	padding-left: 10px;
}
.product .right .item_pro{
	width: calc(33.33% - 30px);
	margin: 0 15px 20px 15px;
}
.product .right .item_pro:nth-child(3n){
	margin-right: 0;
}
.product .right .item_pro img{
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	transition: all linear 0.3s;
}
.product .right .item_pro h4{
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.product .right .item_pro .btn{
	color: #003470;
}
.product .right .item_pro:hover h4{
	color: #002567;
}
.product .right .item_pro:hover img{
	box-shadow: 0px 0px 10px rgba(10, 0, 0, 0.1);
	border: 1px solid #3b75b9;
}


.ym{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.ym_center{
	justify-content: center;
}
.ym a{
	font-size: 15px;
	color: #555;
	display: block;
	margin: 0 3px;
	border: 1px solid #002567;
	padding: 2px 15px;
	line-height: 40px;
	transition: all linear; 0.3s
}
.ym a.active{
	background: #002567;
	color: #fff;
}
.ym a:hover{
	background: #002567;
	color: #fff;
}

.product_show {
	padding-top: 60px;
}
.product_show .top_pro{
	display: flex;
	align-items: flex-start;
}
.product_show .top_pro .left_img{
	border: 1px solid #ddd;
	width: 300px;
	display: block;
}
.product_show .top_pro .right_world{
	flex: 1;
	padding-left: 30px;
	color: #666;
	font-size: 15px;
}
.product_show .top_pro .right_world .name{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.product_show .top_pro .right_world .advant h4{
	font-weight: bold;
	color: #333;
	margin-top: 15px;
	font-size: 16px;
}
.product_show .center_pro{
	border: 1px solid #e9e9e9;
	margin-top: 30px;
}
.product_show .center_pro .til{
	border-bottom: 1px solid #e9e9e9;
}
.product_show .center_pro .til h4{
	width: 200px;
	line-height: 55px;
	background: #002567;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 16px;
}
.product_show .center_pro .cont{
	padding: 25px;
	font-size: 15px;
	line-height: 28px;
}
.product_show .center_pro .cont img{
	max-width: 100%;
	display: block;
	margin: 10px 0;
}
.product_show .bottom_pro{
	background: #eeeeee;
	padding: 25px;
	position: relative;
}
.product_show .bottom_pro .left{
	width: 90%;
}
.product_show .bottom_pro .bom_left{
	font-size: 15px;
	color: #666;
} 
.product_show .bottom_pro .bom_left a{
	color: #666;
}
.product_show .bottom_pro .bom_right{
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0,-50%);
}
.product_show .bottom_pro .bom_right a{
	display: block;
	width: 140px;
	line-height: 45px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	background: #002567;
}
.about{
	padding-top: 60px;
}
.about .right{
	padding-left: 30px;
}
.about .right .cont{
	font-size: 15px;
	line-height: 30px;
	color: #555;
	text-indent: 30px;
}
.about .right .cont img{
	max-width: 100%;
	display: block;
	margin: 10px 0;
}
.about .right .bom_honor{
	display: flex;
	flex-flow: wrap;
}
.about .right .bom_honor .item{
	width: calc(25% - 30px);
	margin-left: 20px;
	margin-bottom: 20px;
}
.about .right .bom_honor .item img{
	width: 100%;
	display: block;
}

.about_honor .right{
	padding-left: 10px;
}
.about_honor .top_honor{
	margin-left: 30px;
}
.about_honor .top_honor_box{
	background: #eee;
	padding: 30px 50px;
	margin-bottom: 30px;
	position: relative;
}
.about_honor .swiper-slide img{
	width: 100%;
	display: block;
}
.about_advant .img_box{
	display: flex;
	justify-content: space-between;
}
.about_advant .img_box img{
	width: 32%;
	display: block;
}

.metering{
	padding-top: 60px;
}
.metering .right{
	display: flex;
	flex-flow: wrap;
}
.metering .right .item{
	width: calc(33.33% - 30px);
	margin-left: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
.metering .right .item img{
	width: 100%;
	display: block;
	transition: all linear 0.3s; 
}
.metering .right .item h4{
	background: #e5eaf0;
	font-size: 15px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 50px;
	position: relative;
	z-index: 1;
	transition: all linear 0.3s; 
}
.metering .right .item:hover img{
	transform: scale(1.05);
}
.metering .right .item:hover h4{
	background: #002567;
	color: #fff;
}

.news{
	padding-top: 60px;
}
.news .item{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}
.news .item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .item img{
	width: 400px;
	display: block;
	transition: all linear 0.3s;
}
.news .item .right{
	flex: 1;
	padding-left: 30px;
}
.news .item .time{
	font-size: 15px;
	color: #888888;
}
.news .item h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.news .item .text{
	font-size: 15px;
	color: #888888;
	line-height: 24px;
}
.news .item .btn{
	width: 160px;
	line-height: 50px;
	background: #002567;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.news .item:hover img{
	transform: scale(1.05);
}
.news .item:hover h4{
	color: #002567;
}
.news .ym{
	margin-top: 30px;
}

.news-show{
	padding-top: 60px;
}
.news-show .top{
	border-top: 5px solid #002567;
	background: #f1f3f5;
	text-align: center;
	padding: 15px;
}
.news-show .top h2{
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	color: #333;
}
.news-show .top .ts{
	text-align: center;
}
.news-show .top .ts span{
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
	color: #666;
}
.news-show .center{
	border: 1px solid #ddd;
	padding: 30px;
	line-height: 28px;
	font-size: 15px;
}
.news-show .center img{
	display: block;
	margin: 10px 0;
	max-width: 100%;
}
.news-show .bottom{
	border: 1px solid #ddd;
	position: relative;
	border-top: 0;
	padding: 15px;
}
.news-show a{
	display: block;
	color: #333;
}
.news-show a:hover{
	color: #002567;
}
.news-show .btn_back{
	width: 150px;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	background: #002567;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
}
.news-show .btn_back:hover{
	color: #fff;
}

.contact{
	padding-top: 60px;
}
.contact .top_con{
	background: #f1f3f5;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.contact .item{
	width: 50%;
	padding-left: 60px;
}
.contact .item h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.contact .item .text{
	font-size: 16px;
	line-height: 24px;
}
.contact .item:nth-child(1){
	border-right: 1px solid #d9d9d9;
}
.contact .form{
	margin-top: 30px;
}
.contact input,.contact textarea{
	display: block;
	width: 350px;
	line-height: 45px;
	border: 1px solid #aaa;
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 20px;
}
.contact input{
	margin-right: 20px;
}
.contact textarea{
	width: 70%;
	min-height: 120px;
	font-family: "微软雅黑";
}
.contact .infor{
	display: flex;
	flex-flow: wrap;
}
.contact .btn_list{
	display: flex;
}
.contact .btn{
	width: 300px;
	line-height: 60px;
	text-align: center;
	background: #002567;
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
	display: block;
}
.contact .btn:last-child{
	background: #004964;
}
.maps{
	margin-top: 40px;
}
.maps iframe{
	width: 100%;
	height: 540px;
	border: 1px solid #e9e9e9;
	box-sizing: content-box;
}




.recruit{
	padding-top: 60px;
}
.zhaoxb .item{
	background: #f5f5f5;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	display: flex;
	flex-flow: wrap;
}
.zhaoxb .item .i50{
	width: 50%;
}
.zhaoxb .item .i100{
	width: 100%;
}
.zhaoxb .item .arrow{
	width: 50px;
	height: 24px;
	line-height: 24px;
	border-radius: 30px;
	background: #002567;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}
.zhaoxb .item .arrow span{
	display: block;
	font-family: "宋体";
	transform: rotate(90deg);
	font-size: 18px;
	transition: all linear 0.2s;
}
.zhaoxb .item .til{
	display: flex;
	align-items: center;
}
.zhaoxb .item .detail{
	margin: 10px 0;
	display: none;
}















/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {
	.container{
		width: 1200px;
	}
	.index_group5 .cont{
		width: 1230px;
	}
	.maps iframe{
		height: 450px;
	}
}

/* ---------------------------------------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;
	}
	.index_group5 .cont{
		width: 1000px;
	}
	.banner,.banner_inpage{
		margin-top: 50px;
	}
	.sp_logo img{
		width: 200px;
	}
	.index_group4 .container{
		overflow: hidden;
	}
	.index_group4 .bg_img{
		height: 360px;
		margin: 0 auto;
	}
	.index_group4 .bom_right{
		width: 70%;
		padding: 25px;
	}
	
	
	
	
}

/* ---------------------------------------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;
	}
	.index_group1 .item h4{
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index_group1 .item p{
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.index_group1 .item .btn{
		font-size: 14px;
	}
	.index_group2 .container{
		flex-flow: column-reverse;
		padding: 50px 15px;
	}
	.index_group2 .right,.index_group2 .left{
		width: 100%;
		padding: 0;
	}
	.index_group2 .right{
		margin-bottom: 30px;
	}
	.index_group3 .item h4{
		font-size: 15px;
		line-height: 50px;
	}
	.index_group4 .world{
		font-size: 20px;
	}
	.index_group4 .world .line{
		left: 220px;
	}
	.index_group5 .cont{
		width: 100%;
		margin-left: 0;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.index_group5 .item{
		width: 48%;
		margin: 1% 0;
	}
	.footer .top,.footer .bottom{
		flex-flow: column;
		text-align: center;
	}
	.footer .top .left{
		margin-bottom: 15px;
		padding: 0 40px;
	}
	.footer .top .left,.footer .top .right{
		width: 100%;
	}
	.footer .top .left{
		margin-bottom: 0;
	}
	.footer .top .right{
		display: none;
	}
	.footer .top .left img{
		margin: 0 auto 15px auto;
	}
	.footer .bottom .item_b{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .bottom .item_r{
		width: 100%;
		justify-content: center;
	}
	
	.index{
		line-height: 40px;
		font-size: 14px;
	}
	.index img{
		display: none;
	}
	.news .item .right{
		width: calc(100% - 400px);
	}
	.common .two_nav{
		width: 240px;
	}
	.common .right{
		width: calc(100% - 240px);
	}
	
	
	
}

/* ---------------------------------------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;
	}
	.index_group1 .right_btn{
		display: none;
	}
	.index_group1{
		padding-top: 30px;
	}
	.index_group1 .title h4{
		font-size: 28px;
	}
	.index_group1 .title p{
		font-size: 14px;
	}
	.index_group1 .cont{
		margin-top: 15px;
		flex-flow: wrap;
	}
	.index_group1 .item{
		width: 48%;
		margin-bottom: 15px;
	}
	.index_group1 .item h4{
		font-size: 16px;
	}
	.index_group1 .item:nth-child(3){
		display: none;
	}
	.index_group2{
		padding-top: 15px;
	}
	.index_group2 .container{
		padding: 25px 15px 30px 15px;
	}
	.index_group2 .right h4{
		font-size: 28px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.index_group2 .right{
		margin-bottom: 20px;
	}
	.index_group3{
		padding-top: 30px;
	}
	.index_group3 .til h4{
		font-size: 28px;
	}
	.index_group3 .group{
		flex-flow: wrap;
	}
	.index_group3 .item{
		width: 47.5%;
		margin-bottom: 15px;
	}
	.index_group3 .item:nth-child(3){
		width: 100%;
	}
	.index_group3 .item:nth-child(3) img{
		height: 200px;
	}
	.index_group3 .item h4{
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 40px;
	}
	.index_group4{
		padding-top: 20px;
	}
	.index_group4 .rencai{
		position: initial;
	}
	.index_group4 .bg_img{
		height: auto;
	}
	.index_group4 .world{
		width: 100%;
		color: #333;
		padding: 0;
		font-size: 18px;
		line-height: 2;
		padding: 15px 0;
	}
	.index_group4 .bom_right{
		position: initial;
		width: 100%;
		padding: 0;
	}
	.index_group4 .world .line{
		background: #333;
		height: 1px;
		top: 32px;
		left: 150px;
	}
	.index_group4 .bom_right h4{
		font-size: 28px;
	}
	.index_group4 .bom_right .btn a,.index_group2 .right .btn a{
		width: 200px;
		line-height: 40px;
	}
	.index_group5{
		padding-top: 30px;
	}
	.index_group5 .title h4{
		font-size: 28px;
	}
	.footer{
		padding: 30px 0px;
		margin-top: 25px;
	}
	.footer .top .left{
		padding: 0;
	}
	.copyright{
		line-height: 24px;
		padding: 15px 0;
	}
	.copyright .container{
		justify-content: center;
		flex-flow: column;
		text-align: center;
	}
	.about{
		padding-top: 40px;
	}
	.common .container{
		flex-flow: column;
	}
	.common .two_nav,.common .right{
		width: 100%;
	}
	.common .right{
		padding-left: 0;
	}
	.about .right .cont .img_box{
		flex-flow: wrap;
	}
	.about .right .cont .img_box img{
		width: 48%;
		margin: 1%;
	}
	.about .right .cont img:last-child{
		width: 100%;
	}
	.two_nav .top{
		display: none;
	}
	.common .two_nav{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		background: none;
		margin-bottom: 15px;
	}
	.two_nav .item_nav{
		border: 0;
		width: 48.5%;
		margin: 1.5% 0;
		background: #e9e9e9;
		text-align: center;
		padding: 0 5px;
		transition: all linear 0.3s;
	}
	.two_nav_metering .item_nav{
		width: 48%;
		margin: 1% 0;
	}
	.two_nav .item_nav font{
		display: none;
	}
	.two_nav .item_nav a{
		display: block;
		font-size: 15px;
		line-height: 45px;
	}
	.two_nav .item_nav h4{
		width: 100%;
	}
	.two_nav .item_nav.active{
		background: #002567;
	}
	.two_nav .item_nav.active h4{
		color: #fff;
	}
	.about_honor .top_honor{
		margin-left: 0;
	}
	.about .right .bom_honor{
		justify-content: space-between;
	}
	.about .right .bom_honor .item{
		width: 48%;
		margin: 1%;
	}
	.ym{
		justify-content: center;
		margin-top: 15px;
	}
	.ym a{
		font-size: 14px;
		padding: 0 6px;
		margin: 0 2px;
	}
	.about_honor .top_honor_box{
		margin-bottom: 15px;
		padding: 15px 35px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 18px;
		height: 28px;
		margin-top: -14px;
		background-size: 18px 28px;
	}
	.banner_inpage{
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	.banner_inpage .banner_inpage_img{
		height: 160px;
		width: auto;
	}
	.contact{
		padding-top: 40px;
	}
	.contact .top_con{
		padding: 25px 20px;
		flex-flow: wrap;
	}
	.contact .item{
		width: 100%;
		padding: 0;
		border: 0 !important;
	}
	.contact .item:nth-child(1){
		margin-bottom: 15px;
	}
	.contact .item h4{
		font-size: 20px;
		margin-bottom: 0;
	}
	.contact .item .text{
		font-size: 14px;
	}
	.contact input,.contact textarea{
		margin-right: 0;
		width: 100%;
	}
	.contact .btn_list{
		justify-content: space-between;
	}
	.contact .btn{
		width: 48%;
		margin: 0;
	}
	.metering{
		padding-top: 40px;
	}
	.metering .right{
		justify-content: space-between;
	}
	.metering .right .item{
		width: 47%;
		margin: 1.5%;
	}
	.metering .right .item h4{
		font-size: 14px;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news{
		padding-top: 40px;
	}
	.news .item a{
		flex-flow: wrap;
	}
	.news .item img{
		width: 100%;
	}
	.news .item .right{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.news .item h4{
		font-size: 20px;
		line-height: 1.6;
	}
	.news .item .btn{
		line-height: 40px;
		font-size: 15px;
		margin-top: 15px;
	}
	.news-show{
		padding-top: 40px;
	}
	.news-show .top h2{
		font-size: 24px;
		text-align: left;
	}
	.news-show .top .ts{
		text-align: left;
	}
	.news-show .top .ts span{
		font-size: 14px;
	}
	.news-show .center{
		padding: 15px;
	}
	.news-show .btn_back,.product_show .bottom_pro .bom_right{
		position: initial;
		transform: translate(0);
		font-size: 15px;
		margin: 10px auto 0 auto;
	}
	.product{
		padding-top: 40px;
	}
	.common .right{
		flex-flow: wrap;
		justify-content: space-between;
	}
	.product .right .item_pro{
		width: 48%;
		margin: 1% 0;
	}
	.product .right .item_pro h4{
		font-size: 14px;
	}
	.product_show{
		padding-top: 40px;
	}
	.product_show .top_pro{
		flex-flow: wrap;
	}
	.product_show .top_pro .right_world{
		width: 100%;
		padding: 0;
		flex: initial;
	}
	.product_show .top_pro .left_img{
		margin: 0 auto 10px auto;
		max-width: 100%;
	}
	.product_show .center_pro .til h4{
		width: 160px;
	}
	.product_show .center_pro .cont{
		padding: 15px;
	}
	.product_show .bottom_pro .bom_right a{
		margin: 0 auto;
		font-size: 15px;
	}
	.recruit{
		padding-top: 40px;
	}
	.zhaoxb .item{
		border-radius: 5px;
		padding: 15px;
		margin-bottom: 15px;
	}
	.zhaoxb .item .i50{
		width: 100%;
	}
	
	.index .container{
		flex-flow: wrap;
		line-height: 20px;
		padding: 10px 15px;
	}
	.product_center{
		padding-top: 25px;
	}
	.product_center .item:nth-child(3){
		display: block;
	}
	.index_group4 .world{
		line-height: 24px;
		padding-bottom: 15px;
	}
	.index_group4 .world .line{
		margin-top: 15px;
	}
}

/* ---------------------------------------340--------------------------------------- */
@media(max-width:340px) {
	.footer .bottom .item_b{
		font-size: 13px;
	}
	.index_group5 .item .bom{
		flex-flow: wrap;
	}
}