/* 龙采科技 -- 样式表 */
/* TIME:2022-07-04 | 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: 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;
}

/* 主要样式start */
.header_top{
	background: #f2f2f2;
	line-height: 40px;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}
.header .logo{
	display: block;
	width: 60%;
}
.header .logo img{
	max-width: 100%;
	display: block;
}
.header .tel{
	display: flex;
	align-items: center;
}
.header .tel img{
	display: block;
	width: 33px;
}
.header .tel .num{
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	color: #dd0000;
	margin-left: 15px;
}
.nav{
	background: #0a42a3;
}
.nav .container{
	display: flex;
	justify-content: space-evenly;
}
.nav li{
	text-align: center;
	width: calc(100% / 8);
}
.nav li.active{
	background: url(../../static/images/icon_pxsjx.png) no-repeat center;
	background-size: 100% 100%;
}
.nav li>a{
	display: block;
	line-height: 62px;
	color: #fff;
	font-size: 18px;
}
.nav li:hover{
	background: url(../../static/images/icon_pxsjx.png) no-repeat center;
	background-size: 100% 100%;
}


.banner .swiper-slide img{
	width: 100%;
	display: block;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	opacity: 1;
	background: transparent;
}

.index_product{
	padding: 60px 0;
}
.title{
	text-align: center;
}
.title h4{
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.title h4 span{
	color: #0a42a3;
}
.title .line{
	width: 700px;
	height: 1px;
	background: #ddd;
	text-align: center;
	margin: 15px auto 20px auto;
	position: relative;
}
.title p{
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	padding: 0 20px;
	background: white;
	text-align: center;
}
.index_product .group{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.index_product .left{
	width: 260px;
	border: 8px solid #0a42a3;
}
.index_product .left .til{
	color: #fff;
	text-align: center;
	padding: 20px;
	line-height: 1;
	background: url(../../static/images/til_pro.jpg) no-repeat center;
	background-size: cover;
}
.index_product .left .til h4{
	font-size: 26px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.index_product .left .til h6{
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_product .left .box{
	padding: 15px;
	background: #fff;
}
.index_product .left a{
	display: block;
	width: 100%;
	line-height: 45px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f3f3f3;
	margin-bottom: 10px;
	padding: 0 15px;
	color: #333;
	cursor: pointer;
	transition: all ease 0.2s;
}
.index_product .left a.current{
	background: #0a42a3;
	color: #fff;
}
.index_product .left a:last-child{
	margin-bottom: 0;
}
.index_product .left .bom{
	text-align: center;
	color: #333;
	padding: 20px 0;
	line-height: 1;
}
.index_product .left .bom img{
	display: block;
	margin: 0 auto;
}
.index_product .left .bom h4{
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin: 20px 0 10px 0;
}
.index_product .left .bom .num{
	font-size: 30px;
	color: #0a42a3;
}
.index_product .right{
	width: calc(100% - 285px);
}
.index_product .right .tl{
	background: #0a42a3;
	display: flex;
	justify-content: space-between;
	line-height: 65px;
	padding: 0 25px;
	color: #fff;
	margin-bottom: 10px;
}
.index_product .right .tl h4{
	font-size: 22px;
	font-weight: bold;
	color: #ffff;
}
.index_product .right .tl a{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	transition: all linear 0.2s;
}
.index_product .right .tl:hover a{
	padding-right: 15px;
}
.index_product .right .tl img{
	display: block;
	margin-left: 6px;
}
.index_product .right .item{
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 12px);
	margin-left: -6px;
}
.index_product .right .list{
	width: calc(33.33% - 12px);
	margin: 12px 6px 0 6px;
}
.index_product .right .list a{
	display: block;
	overflow: hidden;
}
.index_product .right .list img{
	width: 100%;
	height: 219px;
	display: block;
	transition: all linear 0.2s;
}
.index_product .right .list h4{
	background: #f3f3f3;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 45px;
	transition: all linear 0.2s;
	position: relative;
	z-index: 1;
}
.index_product .right .list:hover h4{
	background: #0a42a3;
	color: #fff;
}
.index_product .right .list:hover img{
	transform: scale(1.05);
}


.index_advant{
	background-size: 100% 100% !important;
	padding: 220px 0 100px 0;
	margin-top: 20px;
	position: relative;
}
.index_advant .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.index_advant .righ_cont{
	background: rgba(255,255,255,0.9);
	padding: 40px;
	width: 46%;
}
.index_advant .righ_cont .list{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_advant .righ_cont .list:last-child{
	margin-bottom: 0;
}
.index_advant .righ_cont .list .num{
	font-size: 36px;
	font-weight: bold;
	color: #0a42a3;
	margin-right: 15px;
	line-height: 1;
}
.index_advant .righ_cont .list .world{
	flex: 1;
}
.index_advant .righ_cont .list h4{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_advant .righ_cont .list h4 span{
	color: #0a42a3;
}
.index_advant .righ_cont .list p{
	font-size: 14px;
	line-height: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.index_advant .til{
	position: absolute;
	top: 5%;
	left: 49%;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	letter-spacing: 4px;
}

.index_case{
	background: #f3f3f3;
	padding: 60px 0 80px 0;
}
.index_case .title p{
	background: #f3f3f3;
}
.index_case .cont{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}
.index_case .gallery-thumbs{
	width: 190px;
	height: 443px;
}
.index_case .gallery-thumbs .swiper-slide{
	background: #e7e7e7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.index_case .gallery-thumbs .swiper-slide h4{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
}
.index_case .gallery-thumbs .swiper-slide:nth-child(5){
	border-bottom: 0;
}
.index_case .gallery-thumbs .swiper-slide .img_box{
	position: relative;
	width: 40px;
	height: 40px;
}
.index_case .gallery-thumbs .swiper-slide .img_box img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.index_case .gallery-thumbs .swiper-slide img:nth-child(2){
	display: none;
}
.index_case .gallery-thumbs .swiper-slide-thumb-active{
	background: #0a42a3;
	color: #fff;
}
.index_case .gallery-thumbs .swiper-slide-thumb-active img:nth-child(1){
	display: none;
}
.index_case .gallery-thumbs .swiper-slide-thumb-active img:nth-child(2){
	display: block;
}
.index_case .gallery-top{
	width: calc(100% - 190px);
}
.index_case .gallery-top .swiper-slide a{
	display: flex;
	justify-content: space-between;
	background: #fff;
}
.index_case .gallery-top .swiper-slide a>img{
	width: 70%;
	height: 443px;
}
.index_case .gallery-top .swiper-slide .world{
	padding: 50px 30px;
}
.index_case .gallery-top .swiper-slide .world h4{
	font-size: 24px;
	font-weight: bold;
	color: #004098;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.index_case .gallery-top .swiper-slide .world p{
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.index_case .gallery-top .swiper-slide .world .btn{
	color: #333;
	background: #f2f2f2;
	width: 120px;
	line-height: 45px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all linear 0.2s;
}
.index_case .gallery-top .swiper-slide .world .btn span{
	font-family: "宋体";
	font-size: 18px;
	display: block;
	margin-left: 5px;
}
.index_case .gallery-top .swiper-slide .world .btn:hover{
	background: #004098;
	color: #fff;
}
.index_case .gallery-top .swiper-slide .world .btn img{
	display: block;
	margin-left: 6px;
}

.index_case .swiper-button-next, .index_case .swiper-button-prev{
	width: 44px;
	height: 41px;
	position: initial;
	background: none;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}
.index_case .swiper-button-next span,.index_case .swiper-button-prev span{
	display: block;
	font-family: "宋体";
	font-size: 22px;
	color: #333;
	transition: all linear 0.2s;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 41px;
}
.index_case .swiper-button-next:hover span,.index_case .swiper-button-prev:hover span{
	background: #004098;
	color: #fff;
	border: 1px solid #004098;
}
/* .index_case .swiper-button-next img,.index_case .swiper-button-prev img{
	width: 100%;
	height: 100%;
} */
.index_case .btn_arrow{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 10;
	display: flex;
}
.index_case .btn_arrow .swiper-button-next{
	margin-left: 5px;
}

.index_about{
	padding: 60px 0;
}

.index_about .cont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.index_about .left{
	width: 42%;
}
.index_about .left img{
	width: 100%;
	height: 327px;
	display: block;
}
.index_about .right{
	width: 56%;
	font-size: 15px;
}
.btn_t{
	display: block;
	background: url(../../static/images/btn_bg.png) no-repeat center;
	width: 172px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	padding-left: 30px;
	margin-top: 20px;
	transition: all linear 0.2s;
}
.btn_t:hover{
	width: 190px;
}
.index_about .bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.index_about .bottom .item{
	text-align: center;
}
.index_about .bottom .item .img_box{
	width: 108px;
	height: 108px;
	/* border: 2px solid #aaa; */
	border-radius: 50%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.index_about .bottom .item .img_box img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease 0.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index_about .bottom .item .img_box img:nth-child(2){
	visibility: hidden;
	opacity: 0;
	z-index: 2;
	transition: all linear 0.2s;
}
.index_about .bottom .item:hover .img_box img:nth-child(2){
	visibility: visible;
	opacity: 1;
}
.index_about .bottom .item h4{
	font-size: 16px;
	margin-top: 5px;
}

.index_news{
	padding-bottom: 80px;
}
.index_news .cont{
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}
.index_news .left{
	width: 49%;
}
.index_news .left a{
	display: block;
	overflow: hidden;
}
.index_news .left img{
	width: 100%;
	height: 218px;
	display: block;
	margin-bottom: 15px;
	transition: all linear 0.3s;
}
.index_news .left img:hover{
	transform: scale(1.05);
}
.index_news .right{
	width: 49%;
}
.index_news .cont h4{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news .text{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.index_news .item a{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.index_news .item:last-child a{
	margin-bottom: 0;
}
.index_news .item .time{
	width: 140px;
	color: #fff;
	text-align: center;
	background: url(../../static/images/new_02.png) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: center;
	flex-flow: column;
	padding-right: 25px;
}
.index_news .item .world{
	width: calc(100% - 150px);
	padding: 15px 15px 15px 5px;
}
.index_news .item .time div:nth-child(1){
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
} 
.index_news .item .time div:nth-child(2){
	color: #fff;
	font-size: 14px;
	line-height: 1;
} 
.index_news .item:hover a{
	background: #253653;
}
.index_news .item:hover .time{
	background: url(../../static/images/news_03.png) no-repeat center;
	background-size: cover;
}
.index_news .item:hover h4{
	color: #fff;
}
.index_news .item:hover .text{
	color: #fff;
}

.bot_form{
	background: #f8f8f8;
	padding: 60px 0;
}
.bot_form form{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.bot_form .item{
	margin-right: 10px;
}
.bot_form input,.bot_form textarea{
	line-height: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	padding-left: 15px;
	font-size: 15px;
	background: rgba(255, 255, 255, 0.6);
	width: 320px;
	font-family: "微软雅黑";
	display: block;
}
.bot_form textarea{
	line-height: 30px;
	padding-top: 10px;
}
.bot_form button{
	background: #0a42a3;
	color: #fff;
	text-align: center;
	flex: 1;
	line-height: 50px;
	height: 50px;
	font-size: 15px;
	transition: all linear 0.2s;
}
.bot_form button:hover{
	opacity: 0.8;
}
.footer{
	background: #253653;
	padding: 50px 0 70px 0;
}
.footer .top{
	background: #334564;
}
.footer .top .container{
	display: flex;
	justify-content: space-between;
	line-height: 65px;
}
.footer .top a{
	display: block;
	font-size: 16px;
	color: #bec3cc;
}
.footer .top a:hover{
	color: #fff;
}
.footer .cont .container{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.footer .cont .left{
	display: flex;
	align-items: center;
}
.footer .cont .left .fot_logo{
	width: 192px;
	display: block;
}
.footer .cont .left .world{
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid rgba(255,255,255,0.2);
	color: #8f97a6;
	font-size: 15px;
}
.footer .cont .left .world a{
	color: #8f97a6;
}
.footer .cont .left .world a:hover{
	color: #fff;
}
.footer .cont .left .tel{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.footer .cont .left .tel h4{
	font-size: 30px;
	line-height: 1;
	margin-left: 15px;
}
.footer .cont .right{
	display: flex;
}
.footer .cont .right .ewm_list{
	text-align: center;
	color: #bec3cc;
	margin-left: 10px;
}
.footer .cont .right .ewm_list img{
	display: block;
	margin-bottom: 8px;
	width: 125px;
	height: 125px;
}














/* 内页 */
.inpage_banner{
	display: block;
	width: 100%;
}
.about{
	padding: 60px 0;
}
.about .cont{
	font-size: 15px;
	line-height: 30px;
}
.about .cont img{
	max-width: 100%;
}

.product_show {
	padding: 60px 0;
}
.product_show .container{
	width: 930px;
}
.product_show .top{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.product_show .top h4{
	font-size: 28px;
	color: #222;
}
.product_show .top .time{
	font-size: 14px;
	color: #888;
}
.product_show .cont img{
	max-width: 100%;
}
.product_show .cont .item{
	margin-top: 30px;
}
.product_show .cont .til_p{
	font-size: 16px;
	color: #222;
}
.product_show .cont .text{
	color: #666;
	font-size: 14px;
}
.product_show .bottom{
	display: flex;
	justify-content: space-between;
	background: url(../../static/images/line_01.png) no-repeat top center;
	padding-top: 20px;
	margin-top: 40px;
}
.product_show .bottom a{
	width: 48%;
	display: block;
	font-size: 15px;
	color: #888;
}
.product_show .bottom a:nth-child(2){
	display: flex;
	justify-content: flex-end;
}
.product_show .bottom a:hover{
	color: #0a42a3;
}

.product,.news,.achievement,.case,.honor,.contact{
	padding: 60px 0;
}
.inpage .til{
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	font-size: 32px;
	color: #333;
	line-height: 1;
}
.two_nav{
	display: flex;
	flex-flow: wrap;
}
.two_nav a{
	display: block;
	width: calc(100% / 6 - 2px);
	margin: 1px;
	background: #f3f3f3;
	color: #666;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	transition: all ease 0.2s;
}
.two_nav a.active{
	background: #0a42a3;
	color: #fff;
}
.two_nav a:hover{
	background: #0a42a3;
	color: #fff;
}

.product .group{
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-top: 20px;
}
.product .group .item{
	width: calc(25% - 10px);
	margin: 8px 5px;
}
.product .group .item a{
	display: block;
	overflow: hidden;
}
.product .group .item img{
	width: 100%;
	height: 216px;
	display: block;
	transition: all ease 0.2s;
}
.product .group .item:hover img{
	transform: scale(1.05);
}
.product .group .item h4{
	line-height: 50px;
	background: #f3f3f3;
	text-align: center;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	transition: all ease 0.2s;
}
.product .group .item:hover h4{
	background: #0a42a3;
	color: #fff;
}

.page_ym{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	margin-top: 30px;
}
.page_ym a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #eee;
	border-radius: 5px;
	font-size: 15px;
	color: #888;
	margin: 0 5px;
}
.page_ym a:first-child{
	margin-right: 15px;
}
.page_ym a:last-child{
	margin-left: 15px;
}
.page_ym .active a{
	background: #0a42a3;
	color: #fff;
}

.achievement .item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.achievement .item img{
	width: 265px;
	height: 165px;
	display: block;
	transition: all linear 0.3s;
}
.achievement .item .world{
	width: calc(100% - 300px);
}
.achievement .item .world h4{
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.achievement .item:hover .world h4{
	font-weight: bold;
	color: #0a42a3;
}
.achievement .item .world .text{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.achievement .item:hover img{
	transform: scale(1.05);
}

.honor .group_hor{
	display: flex;
	flex-flow: wrap;
	align-items: flex-start;
	width: calc(100% + 30px);
	height: 750px;
	margin-left: -15px;
}
.honor .item{
	width: calc(33.33% - 30px);
	margin: 0 15px 30px 15px; 
	transition: all linear 0.3s;
}
.honor .item .img_box{
	width: 100%;
	height: 310px;
	padding: 0 20px 0 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	transition: all linear 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor .item img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.honor .item h4{
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 40px;
}
.honor .item:hover {
	background: #0a42a3;
	color: #fff;
}
.honor .item:hover .img_box{
	background: #0a42a3;
	border-color: #0a42a3;
	padding-top: 20px;
}

.case_show .gallery-top1 .swiper-slide img{
	width: 100%;
	height: 488px;
	display: block;
}
.case_show  .gallery-thumbs1{
	padding: 0 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.case_show .gallery-thumbs1 .swiper-slide{
	cursor: pointer;
}
.case_show .gallery-thumbs1 .swiper-slide img{
	display: block;
	width: 100%;
	height: 70px;
}
.case_show .gallery-thumbs1 .swiper-slide-thumb-active img{
	border: 2px solid #0a42a3;
}
.case_show .swiper-button-prev{
	left: 0;
}
.case_show .swiper-button-next{
	right: 0;
}
.case_show .swiper-button-prev,.case_show .swiper-button-next{
	width: 40px;
	height: 74px;
	background: #fff;
	margin: 0;
	top: initial;
	bottom: 0px;
	transform: none;
	overflow: hidden;
	display: flex;
}
.case_show .swiper-button-next{
	justify-content: flex-end;
}
.case_show .swiper-button-prev img,.case_show .swiper-button-next img{
	width: 70%;
	height: 100%;
}

.group_case{
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 40px);
	margin-left: -20px;
}
.group_case .item{
	width: calc(33.33% - 40px);
	margin: 0 20px 30px 20px;
	background: #f4f4f4;
}
.group_case .item a{
	display: block;
	position: relative;
}
.group_case .item .item_img{
	width: 100%;
	height: 196px;
	display: block;
}
.group_case .item .icon_box{
	position: absolute;
	left: 50%;
	top: 136px;
	transform: translate(-50%,0);
	width: 105px;
	height: 105px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.group_case .item .icon_box img{
	width: 70px;
	height: 70px;
	display: block;
}
.group_case .item .world{
	text-align: center;
	padding: 70px 40px 40px 40px;
}
.group_case .item h4{
	font-size: 22px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 6px;
}
.group_case .item .text{
	font-size: 15px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.group_case .item .btn{
	width: 165px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #888;
	font-size: 15px;
	color: #333;
	margin: 30px auto 0 auto;
	transition: all ease 0.2s;
}
.group_case .item:hover .btn{
	background: #0a42a3;
	color: #fff;
	border: 1px solid #0a42a3;
}

.news_show{
	padding: 60px 0;
}
.news_show .top{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.news_show .top h4{
	font-size: 32px;
	color: #222;
}
.news_show .top .time{
	color: #888;
	font-size: 14px;
}
.news_show .cont img{
	max-width: 100%;
}
.news_show .bottom{
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px solid #ddd;
}
.news_show .bottom a{
	display: block;
	color: #666;
}
.news_show .bottom a:hover{
	color: #0a42a3;
}

.contact .world .tel{
	display: flex;
	align-items: center;
}
.contact .world .tel .num{
	font-size: 28px;
	margin-left: 20px;
}
.contact #map{
	width:100%;
	height:500px;
	border:#ccc solid 1px;
	font-size:12px;
	margin-top: 30px;
}

.right_menu{
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 100;
	visibility: hidden;
	opacity: 0;
}
.right_menu.active{
	visibility: visible;
	opacity: 1;
}
.right_menu .item{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0;
	cursor: pointer;
	transition: all ease 0.2s;
	position: relative;
}
.right_menu .item>img{
	display: block;
	width: 55%;
}
.right_menu .item:hover{
	background: #0a42a3;
}
.right_menu .item .world{
	position: absolute;
	left: -285px;
	top: 50%;
	transform: translate(0,-50%);
	width: 280px;
	background: #0a42a3;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
}
.right_menu .item.active .world{
	visibility: visible;
	opacity: 1;
}
.right_menu .item .ewm_world{
	width: 150px;
	left: -155px;
	padding: 15px;
	border-radius: 10px;
}
.right_menu .item .ewm_world img{
	width: 110px;
	height: 110px;
	display: block;
}
.right_menu .item .ewm_world p{
	line-height: 1;
	font-size: 15px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right_menu .item:hover .world{
	visibility: visible;
	opacity: 1;
}












/* ---------------------------------------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;
	}
	.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;
	}
	
	
}


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



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