/* 龙采科技 -- 样式表 */
/* TIME:2022-08-09 | author: Hefengyu */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
html *::-webkit-scrollbar {
	width: 12px;
	background: #e1e4e9;
	border-radius: 6px;
}
html *::-webkit-scrollbar-thumb {
	background: #cccfd5;
	border-radius: 6px;
}

html *::-webkit-scrollbar-track-piece {
	width: 12px;
}

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: 750px;
	margin: 0 auto;
	padding: 0 5%;
}
.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;
}


/* start */
body{
	width: 750px;
	margin: 0 auto !important;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	padding: 10px 0;
	box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.1);
}
.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo{
	width: 100px;
}
.header .logo img{
	width: 100%;
	display: block;
}
.header .right{
	display: flex;
	align-items: center;
}
.header .right img{
	cursor: pointer;
	display: block;
	width: 28px;
}
.header .right .icon_search{
	margin-left: 25px;
	width: 20px;
}

.swiper-container-banner{
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-banner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.swiper-container-banner .swiper-slide .bar_img{
	width: 100%;
	height: 100%;
	display: block;
	animation: banner_img infinite 8s linear;
}
.swiper-container-banner .swiper-slide .world{
	position: absolute;
	top: 50%;
	left: -50%;
	transform: translate(-50%,-50%);
	padding: 0 7%;
}
.swiper-container-banner .swiper-slide .world h4{
	font-size: 32px;
	color: #fff;
	line-height: 1.5;
	text-shadow: 0px 5px 10px rgba(25, 69, 144, 0.4);
}
.swiper-container-banner .swiper-slide .btn_video{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	margin-top: 35px;
	transition: all linear 0.2s;
	cursor: pointer;
}
.swiper-container-banner .swiper-slide .btn_video img{
	width: 22px;
	display: block;
	margin-right: 8px;
}
.swiper-container-banner .swiper-slide .btn_video:hover{
	background: #1c499c;
	border: 1px solid #1c499c;
}
.swiper-container-banner .swiper-pagination{
	bottom: 40px;
}
.swiper-container-banner .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	opacity: 1;
	background: #fff;
	transition: all linear 0.3s;
}
.swiper-container-banner .swiper-pagination-bullet-active{
	width: 35px;
}


.popup_video_bg{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.6s;
}
.popup_video{
	width: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 401;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.3s;
}
.popup_video video{
	display: block;
	width: 100%;
}
.popup_video_bg.active{
	width: 200%;
	height: 300%;
	visibility: visible;
	opacity: 1;
}
.popup_video.active{
	width: 90%;
	visibility: visible;
	opacity: 1;
}

.section{
	overflow: hidden;
	position: relative;
}
.section2 .cont{
	height: 100%;
	background: url(../images/ab_bg01.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
}
.section2 .cont .world{
	width: calc(100% - 30px);
	position: absolute;
	left: 100%;
	top: calc(50% + 27px);
	transform: translate(0,-50%);
}
.section2 .cont h4{
	font-size: 24px;
	color: #333;
	line-height: 1;
	margin-bottom: 8px;
}
.section2 .cont h6{
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	line-height: 1;
}
.section2 .cont .line{
	width: 22px;
	height: 3px;
	background: #ff6000;
	margin: 10px 0 15px 0;
}
.section2 .cont .text{
	line-height: 26px;
}
.section .btn{
	width: 140px;
	line-height: 40px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ff6000;
	font-size: 14px;
	margin-top: 15px;
	transition: all linear 0.2s;
}
.section .btn img{
	display: block;
	margin-left: 10px;
}
.section .btn:hover{
	background: #1c499c;
}
.section3 .swiper-container{
	height: 100%;
}
.section3 .swiper-slide{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.section3 .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all linear 0.4s;
}
.section3 .swiper-slide .world{
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	color: #fff;
}
.section3 .swiper-slide .world h4{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section3 .swiper-slide .world h6{
	font-size: 14px;
	margin-top: 10px;
}
.section3 .swiper-slide:hover img{
	transform: scale(1.05);
}
.section3 .swiper-button-next,
.section3 .swiper-button-prev{
	background: none;
	margin: 0;
	top: 50%;
	transform: translate(0,50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 1;
	transition: all linear 0.2s;
}
.section3 .swiper-button-next{
	right: 50px;
}
.section3 .swiper-button-prev{
	left: 50px;
}
.section3 .swiper-button-next:hover,
.section3 .swiper-button-prev:hover{
	background: #1c499c;
	border: 1px solid #1c499c;
}

.section .img_bg{
	width: 100%;
	height: 100%;
	display: block;
}
.section4 .solution{
	position: absolute;
	left: 50%;
	top: -100%;
	transform: translate(-50%,0);
	color: #fff;
}
.section4 .solution h4{
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.section4 .solution h6{
	font-size: 16px;
	margin-bottom: 25px;
}
.section4 .solution .group{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
}
.section4 .solution .list{
	width: 48%;
}
.section4 .solution .list a{
	color: #fff;
	display: block;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section4 .solution .list:hover a{
	color: #ff6000;
}
.section4 canvas{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.section5 .news{
	position: absolute;
	left: 50%;
	top: -50%;
	transform: translate(-50%,-50%);
}
.section5 .news .left{
	position: relative;
	margin-bottom: 15px;
}
.section5 .news .left a{
	display: block;
	overflow: hidden;
}
.section5 .news .left img{
	display: block;
	width: 100%;
	height: 254px;
	transition: all linear 0.3s;
}
.section5 .news .left:hover img{
	transform: scale(1.05);
}
.section5 .news .left h4{
	font-size: 15px;
	line-height: 24px;
	background: rgba(0,0,0,0.4);
	padding: 8px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	color: #fff;
}
.section5 .news .right{
	display: flex;
	justify-content: space-between;
}
.section5 .news .right .item{
	width: 48%;
}
.section5 .news .right .item a{
	display: block;
	color: #333;
	overflow: hidden;
}
.section5 .news .right .item img{
	display: block;
	width: 100%;
	height: 122px;
	transition: all linear 0.3s;
}
.section5 .news .right .item:hover img{
	transform: scale(1.05);
}
.section5 .news .right .item h4{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.section5 .news .right .item:hover h4{
	color: #ff6000;
}
.section5 .news .right .time{
	display: flex;
	align-items: flex-end;
	color: #75767f;
	font-size: 14px;
	line-height: 14px;
	font-family: "impact";
}
.section5 .news .right .time div:nth-child(1){
	font-size: 22px;
	line-height: 20px;
	margin-right: 6px;
}
.section5 .btn{
	margin: 30px auto 0 auto;
}




.footer .fot_cont{
	position: absolute;
	top: calc(50% + 27px);
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.fot_cont .world{
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 0 auto;
}
.fot_cont .world h4{
	font-size: 24px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.fot_cont .world .text{
	line-height: 26px;
}
.fot_cont .world .btn{
	margin: 25px auto 0 auto;
}
.fot_cont .bottom{
	border-top: 1px solid rgba(167, 172, 179, 0.2);
	padding-top: 10%;
	margin-top: 10%;
	text-align: center;
}
.fot_cont .bottom .text{
	color: #a7acb3;
	line-height: 24px;
}
.fot_cont .bottom .text a{
	color: #a7acb3;
	display: block;
}
.fot_cont .bottom .right_tel{
	color: #fff;
	font-size: 14px;
}
.fot_cont .bottom .right_tel .num{
	font-family: 'impact';
	color: #ff6000;
	font-size: 26px;
	line-height: 1.4;
}
.fot_cont a:hover{
	color: #ff6000 !important;
}
.fot_cont .btn:hover{
	color: #fff !important;
}


.search_pop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.4s;
}
.search_pop.active{
	visibility: visible;
	opacity: 1;
}
.search_pop .img_bg{
	display: block;
	width: 100%;
	height: 100%;
	animation: banner_img infinite 8s linear;
}
.search_pop .icon_gb{
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	cursor: pointer;
	transition: all linear 0.2s;
	width: 30px;
}
.search_pop .icon_gb:hover{
	transform: rotate(180deg);
}
.search_pop .world{
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
}
.search_pop .world .til{
	font-size: 40px;
	line-height: 1;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	text-indent: 2px;
}
.search_pop .world form{
	display: block;
	position: relative;
	margin: 25px auto 0 auto;
	width: 90%;
}
.search_pop .world input{
	width: 100%;
	line-height: 45px;
	height: 45px;
	background: #fff;
	border-radius: 30px;
	padding: 0 15px;
	border: 0;
	font-size: 15px;
}
.search_pop .world button{
	background: #fff;
	width: 60px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 30px;
}
.search_pop .world button img{
	display: block;
	width: 20px;
}
.nav{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #1c499c;
	padding: 12% 20px 0 20px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all linear 0.2s;
}
.nav.active{
	visibility: visible;
	opacity: 1;
	left: 0;
}
.nav li{
	margin-bottom: 15px;
}
.nav li>a{
	font-size: 16px;
	color: #fff;
	display: block;
	width: 100%;
}
.nav li.drop>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav li{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}
.nav li .icon_jt{
	display: block;
	width: 8px;
	transform: rotate(90deg);
}
.drop_down_nav{
	width: 100%;
	padding-left: 15px;
	/* display: none; */
}
.drop_down_nav a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
}
.icon_gb_nav{
	position: absolute;
	right: 15px;
	top: 15px;
	display: block;
	width: 30px;
}



@keyframes banner_img{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}



/* 内页样式 */
.footer_i{
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(51, 51, 51, 0.1);
	color: #a7acb3;
	padding: 15px 0;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.footer_i a{
	color: #a7acb3;
}
.footer_i a:hover{
	color: #ff6000;
}
.inpage_body{
	padding: 53px 0 0 0;
}
.bg_img{
	background: url(../images/bg_01.jpg) no-repeat center top;
	background-size: 200% auto;
}
.bg_img1{
	background: url(../images/bg_02.jpg) no-repeat center;
	background-size: cover;
}
.bg_img2{
	background: url(../images/bg_03.jpg) no-repeat center;
	background-size: cover;
}
.til_i{
	position: relative;
}
.til_i h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #222;
	position: relative;
	top: -24px;
}
.til_i img{
	display: block;
	height: 45px;
}
.til_i .right_t{
	margin-bottom: 15px;
}
.til_i .right_t a{
	font-size: 15px;
	color: #333;
	margin-right: 15px;
}
.til_i .right_t a.active{
	color: #ff6000;
}
.til_i .right_t a:hover{
	color: #ff6000;
}
.solution_i{
	padding: 35px 0;
}
.solution_i .cont h4{
	color: #222;
	font-size: 20px;
	margin-bottom: 15px;
}
.solution_i .cont .text{
	font-size: 14px;
	color: #666;
}
.solution_i .bom_a{
	margin-top: 20px;
}
.solution_i .bom_a a{
	font-size: 16px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f6f7f7;
	padding: 10px 15px;
	margin-bottom: 12px;
	box-shadow: 0 0 5px #e9e9e9;
}
.solution_i .bom_a a img{
	display: block;
	width: 10px;
}



.solution_show .top{
	background: url(../images/banner_bg.jpg) no-repeat center,#1c499c;
	background-size: cover;
	display: flex;
	align-items: center;
	padding: 30px 0 25px 0;
	position: relative;
}
.solution_show .top .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.solution_show .top .left{
	color: #fff;
}
.solution_show .top h4{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution_show .top .text{
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.solution_show .right_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	line-height: 30px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	font-size: 13px;
	color: #1c499c;
	transition: all linear 0.2s;
	position: absolute;
	right: 20px;
	top: 20px;
}
.solution_show .right_btn img{
	display: block;
	margin-left: 6px;
	width: 12px;
}
.solution_show .right_btn:hover{
	box-shadow: 0 0 15px #95bcff;
}
.solution_show .bottom{
	padding: 25px 0 30px 0;
}
.til_show{
	font-size: 18px;
	line-height: 1;
	color: #222;
	margin-bottom: 15px;
}
.cont_show{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 25px;
}
.cont_show:last-child{
	margin-bottom: 0;
}
.cont_show img{
	display: inline-block;
	max-width: 100%;
	margin: 10px 0;
}
.solution_show .item{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 15px;
}
.solution_show .item:last-child{
	margin-bottom: 0;
}
.solution_show .item img{
	display: block;
	width: 50px;
}
.solution_show .item .text{
	width: calc(100% - 65px);
	color: #666;
}


.news_i{
	padding: 35px 0;
}
.news_i .cont{
	position: relative;
}
.news_i .swiper-news{
	margin-top: 15px;
}
.news_i .swiper-slide{
	margin-bottom: 30px;
}
.news_i .swiper-slide:last-child{
	margin-bottom: 0;
}
.news_i .swiper-slide a{
	display: block;
	color: #333;
	overflow: hidden;
}
.news_i .swiper-slide img{
	display: block;
	width: 100%;
	height: 254px;
	transition: all linear 0.3s;
}
.news_i .swiper-slide:hover img{
	transform: scale(1.05);
}
.news_i .swiper-slide h4{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.news_i .swiper-slide:hover h4{
	color: #ff6000;
}
.news_i .swiper-slide .text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	line-height: 28px;
	height: 76px;
	padding-bottom: 15px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
	color: #666;
}
.news_i .swiper-slide .time{
	display: flex;
	align-items: flex-end;
	color: #75767f;
	font-size: 14px;
	line-height: 14px;
	font-family: "impact";
}
.news_i .swiper-slide .time div:nth-child(1){
	font-size: 22px;
	line-height: 20px;
	margin-right: 6px;
}
.page{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.page li a{
	display: block;
	color: #555;
	margin: 0 3px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 4px;
	color: #888;
}
.page li.active  a{
	background-color: rgb(255, 96, 0);
	box-shadow: 0.877px 1.798px 8px 0px rgba(255, 96, 0, 0.4);
	color: #fff;
}



.news_show{
	padding: 35px 0;
}
.news_show .top{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news_show .til_time{
	display: flex;
	align-items: flex-end;
	color: #75767f;
	font-size: 14px;
	line-height: 14px;
	font-family: "impact";
}
.news_show .til_time div:nth-child(1){
	font-size: 22px;
	line-height: 22px;
	margin-right: 6px;
	color: #222;
}
.news_show h2{
	font-size: 22px;
	color: #222;
	line-height: 1.5;
	margin: 10px 0 6px 0;
}
.news_show .center{
	font-size: 14px;
	line-height: 28px;
	color: #888;
}
.news_show .center img{
	max-width: 100%;
}
.news_show .bottom{
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.news_show .bottom a{
	display: block;
	color: #888;
}
.news_show .bottom a:hover{
	color: #ff6000;
}
.news_show .bottom .btn_a{
	width: 110px;
	line-height: 36px;
	color: #888;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ddd;
	transition: all linear 0.2s;
	float: right;
	margin-top: 15px;
}
.news_show .bottom .btn_a:hover{
	background: #1c499c;
	color: #fff;
	border-color: #1c499c;
}



.about_i{
	padding: 35px 0;
}
.about_i .left{
	margin-bottom: 20px;
}
.about_i .left h4{
	font-size: 18px;
	margin-bottom: 10px;
	color: #222;
}
.about_i .right img{
	display: block;
	width: 100%;
}
.about_i .bottom{
	margin-top: 15px;
}
.about_i .bottom .item{
	text-align: center;
	margin-bottom: 15px;
}
.about_i .bottom .item:last-child{
	margin-bottom: 0;
}
.about_i .bottom .item h4{
	font-size: 16px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}
.about_i .bottom .item .text{
	color: #888;
}
.about_i .bottom .item img{
	display: block;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all linear 0.2s;
}
.about_i .bottom .item:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.honor_i{
	padding: 35px 0;
}
.honor_i .swiper-wrapper1{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.honor_i .swiper-slide{
	width: 48%;
	margin-bottom: 15px;
	transition: all linear 0.3s;
}
.honor_i .swiper-slide a{
	background: url(../images/honor_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor_i .swiper-slide img{
	width: 78%;
	max-height: 80%;
	display: block;
}



/* partner */
.partner_i{
	padding: 35px 0;
}
.partner_i .cont{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.partner_i .cont .item{
	width: 48.5%;
	height: 112px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.partner_i .cont .item img{
	display: block;
	width: 100%;
	max-height: 100%;
}



.contact_i{
	padding: 35px 0;
}
.contact_i h2{
	font-size: 20px;
	color: #222;
	margin-bottom: 10px;
}
.contact_i .infor .item{
	margin-bottom: 15px;
}
.contact_i .infor .item h4{
	font-size: 16px;
	color: #222;
}
.contact_i .infor .item p{
	font-size: 16px;
	color: #888;
}
#map{
	width: 100%;
	height: 300px;
	margin-top: 25px;
}
.contact_i .bottom{
	padding-top: 25px;
}
.contact_i .bottom .til{
	margin-bottom: 20px;
}
.contact_i .bottom .til h4{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}
.contact_i .bottom .til p{
	font-size: 15px;
	color: #888;
}
.contact_i form .item{
	position: relative;
	margin-bottom: 10px;
}
.contact_i form .item input,
.contact_i form .item textarea{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
}
.contact_i form .item input {
	line-height: 45px;
	height: 45px;
	padding: 0 15px;
}
.contact_i form .item textarea{
	height: 120px;
	padding: 10px 15px;
	font-family: "微软雅黑";
}
.contact_i form .item i{
	font-style: normal;
	color: #ff0000;
	display: block;
	position: absolute;
	left: 75px;
	top: 10px;
}
.contact_i form button{
	background: #1c499c;
	color: #fff;
	font-size: 15px;
	width: 150px;
	line-height: 45px;
	text-align: center;
	margin-top: 5px;
}




.join_i{
	padding: 35px 0;
}
.join_i .left{
	background: url(../images/join_bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 25px;
	color: #fff;
}
.join_i .left .til{
	font-size: 16px;
	margin-bottom: 15px;
}
.join_i .left .text{
	line-height: 28px;
}
.join_i .left .tel{
	font-size: 15px;
	margin-top: 30px;
}
.join_i .left .num{
	font-family: "impact";
	font-size: 24px;
	line-height: 1;
}
.join_i .right{
	background: #fff;
	padding: 25px;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.join_i .right .list{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.join_i .right .list:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.join_i .right h4{
	font-size: 20px;
	color: #222;
	margin-bottom: 6px;
}
.join_i .right .text{
	color: #666;
}


.join_list_i{
	padding: 35px 0;
}
.join_list_i dt{
	background: #1c499c;
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 10px;
	line-height: 50px;
}
.join_list_i dt div{
	width: 60%;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join_list_i dt div:nth-child(2){
	width: 40%;
}
.join_list_i dd{
	margin-bottom: 10px;
	line-height: 45px;
}
.join_list_i dd a{
	color: #666;
	background: #fff;
	display: flex;
	justify-content: space-between;
}
.join_list_i dd div{
	width: 60%;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join_list_i dd div:nth-child(2){
	width: 40%;
}
.join_list_i dd:hover div:last-child{
	color: #ff6000;
}


.join_show .top{
	background: #f5f6f7;
	padding: 30px 0 25px 0;
}
.join_show .top h4{
	font-size: 20px;
	line-height: 1;
	color: #222;
	margin-bottom: 10px;
}
.join_show .top .group{
	display: flex;
	flex-flow: wrap;
	width: 100%;
}
.join_show .top .group div{
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}
.join_show .cont{
	padding: 25px 0;
}
.join_show .cont .text{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #666;
}
.join_show .cont .text img{
	max-width: 100%;
}
.join_show .cont .text:nth-child(2){
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.join_show .cont .text h4{
	font-size: 18px;
	color: #222;
	margin-bottom: 10px;
}

.join_show .bottom{
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
	overflow: hidden;
}
.join_show .bottom a{
	display: block;
	color: #888;
}
.join_show .bottom a:hover{
	color: #ff6000;
}
.join_show .bottom .btn_a{
	width: 110px;
	line-height: 36px;
	color: #888;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #ddd;
	transition: all linear 0.2s;
	float: right;
	margin-top: 15px;
}
.join_show .bottom .btn_a:hover{
	background: #1c499c;
	color: #fff;
	border-color: #1c499c;
}



























/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {

	

	
	
	
	
	
	
	
	
	
}

/* ---------------------------------------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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

/* ---------------------------------------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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

/* ---------------------------------------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;
	}
	body{
		width: 100%;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	
	
	
}

/* ---------------------------------------385--------------------------------------- */
@media(max-width:385px) {
	.section5 .news .left img{
		height: 228px;
	}
	.section5 .news .right .item img{
		height: 109px;
	}
	.news_i .swiper-slide img{
		height: 228px;
	}
	.honor_i .swiper-slide a{
		height: 215px;
	}
	.partner_i .cont .item{
		height: 100px;
	}
	
	
	
	
	
	
	
}

/* ---------------------------------------340--------------------------------------- */
@media(max-width:340px) {
	.nav li{
		margin-bottom: 6px;
	}
	.section5 .news .left img{
		height: 192px;
	}
	.section5 .news .right .item img{
		height: 95px;
	}
	.news_i .swiper-slide img{
		height: 192px;
	}
	.honor_i .swiper-slide a{
		height: 200px;
	}
	.partner_i .cont .item{
		height: 84px;
	}
	
}