active/* 龙采科技 -- 样式表 */
/* TIME:202-07-19 | 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","SpaceGrotesk-Light";
	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{
	padding: 0 5%;
}
.container-12{
	padding: 0 12%;
}
.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{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
	transition: all ease 0.3s;
}
.header .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .tel{
	width: 12%;
}
.header .tel div{
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.header:hover .tel div{
	color: #222;
}
.header .tel>div:nth-child(1){
	display: flex;
	align-items: center;
}
.header .tel>div:nth-child(1) img{
	display: block;
	margin-right: 4px;
}
.header .tel>div:nth-child(1) h4{
	font-size: 16px;
	font-weight: bold;
}
.header .tel .num{
	font-size: 20px;
	margin-top: 5px;
}
.nav{
	display: flex;
	align-items: center;
	width: 86%;
}
.nav li{
	width: 10.5%;
	position: relative;
	padding: 25px 0;
}
.nav li>a{
	text-align: center;
	display: block;
}
.nav li .cn{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.nav li .en{
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.nav .active .cn,.nav .active .en{
	color: #043F99;
}
.nav li.logo{
	width:16%;
	position: initial;
}
.nav li.logo a{
	display: block;
}
.nav li.logo img{
	display: block;
	/* width: 150px; */
	height: 103px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.nav li.language{
	display: flex;
	justify-content: flex-end;
}
.nav li.language a{
	width: 95px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	transition: all linear 0.2s;
}
.header .search{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 12%;
	position: relative;
	padding-left: 23px;
	cursor: pointer;
}
.header .search button{
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translate(0,-50%);
	transition: all linear 0.3s;
}
.header .search img{
	width: 23px;
	height: 23px;
	display: block;
}
.header .search input{
	border: 0;
	font-size: 16px;
	margin-left: 10px;
	width: 80px;
	background: transparent;
	transition: all linear 0.3s;
	line-height: 40px;
	height: 40px;
}
.header .search input::input-placeholder{
    color:#fff;
}
.header .search input::-webkit-input-placeholder{
    color: #fff;
}
.header .search input:-moz-placeholder{
    color: #fff;
}
.header .search input:-ms-input-placeholder{
    color: #fff;
}



.header:hover{
	background: #fff;
}
.header:hover li .cn{
	color: #222;
}
.header:hover li .en{
	color: #666;
}
.header:hover .nav li.language a{
	background: #e6e6e6;
	color: #333;
}
.header .nav li.language:hover a{
	background: #043F99;
	color: #fff;
}
.header .nav li:hover .cn,.header .nav li:hover .en{
	color: #043F99;
}

.header:hover .search input::input-placeholder{
    color:#333;
}
.header:hover .search input::-webkit-input-placeholder{
    color: #333;
}
.header:hover .search input:-moz-placeholder{
    color: #333;
}
.header:hover .search input:-ms-input-placeholder{
    color: #333;
}
.header_bg{
	background: #fff;
}

.drop_down {
	position: absolute;
	left: 0;
	top: 103px;
	background: transparent;
	border-radius: 6px;
	width: 100%;
	z-index: 10;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	display: none;
}
.drop_down a{
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear 0.2s;
	background: #fff;
}
.drop_down a:first-child{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.drop_down a:hover{
	background: #0648A2;
	color: #fff;
}


.banner{
	position: relative;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .swiper-slide img{
	width: 100%;
	display: block;
	animation: banner_animation  infinite 6s linear;
}
.banner .btn{
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 10;
	display: flex;
	align-items: center;
}
.banner .swiper-button-prev-banner,.banner .swiper-button-next-banner{
	background: none;
	position: initial;
	width: 13px;
	height: 22px;
	margin: 0;
	margin-left: 30px;
}

@keyframes banner_animation{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.05);
	}
	100%{
		transform: scale(1);
	}
}
.mouse{
	position: absolute;
	z-index: 10;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0);
	cursor: pointer;
	height: 50px;
	width: 24px;
}
.mouse img{
	display: block;
	width: 24px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	animation: mouse_animation  infinite 2s linear;
}

@keyframes mouse_animation{
	0%{
		top: 0;
	}
	50%{
		top: 26px;
	}
	100%{
		top: 0;
	}
}
.banner .pagination{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 28%;
	display: flex;
	align-items: center;
}
.banner .pagination img{
	display: block;
	width: 100%;
}
.banner .pagination .cont{
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translate(0,-50%);
	width: ;
}
.banner .pagination .custom_index{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	color: #122a88;
	line-height: 1;
}
.banner .pagination .custom_index div:nth-child(1){
	margin-right: 6px;
	font-size: 22px;
	color: #222;
}
.banner .pagination .custom_index div:nth-child(2){
	margin-left: 6px;
}
.banner .swiper-pagination{
	position: initial;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 36px;
	height: 3px;
	background: #043F99;
	border-radius: 0;
	opacity: 1;
	transition: all linear 0.2s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #043F99;
}


.advant{
	display: flex;
	align-items: center;
}
.advant .item{
	/* width: 33.33%; */
	border-right: 1px solid #eee;
	transition: all linear 0.5s;
}
.advant .item:hover {
	/* background-repeat: no-repeat !important;
	background-position: right 80px top 10px !important; */
	/* background: url(../images/icon_h1.png) no-repeat right 80px top 10px,#043F99; */
}
/* .advant .item:nth-child(2):hover {
	background: url(../images/icon_h2.png) no-repeat right 80px top 10px,#043F99;
}
.advant .item:nth-child(3):hover {
	background: url(../images/icon_h3.png) no-repeat right 80px top 10px,#043F99;
} */
.advant .item a{
	padding: 50px 50px 50px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advant .item:last-child{
	border-right: 0;
}
.advant .item .world{
	display: flex;
	align-items: center;
}
.advant .item .world img{
	width: 42px;
	display: block;
}
.advant .item .world .text{
	color: #222222;
	line-height: 1;
	margin-left: 10px;
}
.advant .item .world h4{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.advant .item .world h6{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advant .item .fh{
	font-size: 28px;
	color: #333;
}
.advant .item:hover .text{
	color: #fff;
}
.advant .item:hover .fh{
	color: #fff;
}

.about {
	padding: 70px 0;
	
	position: relative;
}
.about .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .left{
	width: 40%;
}

.containera{width:75%; margin:0 auto;}
.about_w{width:100%; margin:0 auto;}
.about_p{width:100%; margin:0 auto; padding-top:35px;}
.about_w p{padding-bottom:30px;
	font-size: 15px;
	line-height:30px;
	color: #6d7081;
	margin-top: 30px;
	}


.about_w h4{
	font-size:19px;
	line-height: 1;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; background:url(../images/dh_bj.png) no-repeat left bottom; padding-bottom:30px;
}
.about_w h6{font-family:'SpaceGrotesk-Light';
src: url('../font/SpaceGrotesk-Light.ttf'); 
	font-size:33.43px;
	line-height:30px;
	color: #222;

	margin: 56px 0 45px 0; font-weight:bold;
}
.about_w_text{ border-bottom:1px solid #D5D5D5; padding-bottom:30px;
	font-size: 15px;
	line-height: 25px;
	color: #6d7081;
	margin-top:70px;

}

.about_w_text span{ display:block; float:left; margin-right:10px;
}
.about_w_text span img{  max-width:100% !important; height:auto !important;}
.about_w_text i{ display:block; font-size:20px; font-weight:bold; font-style:normal; line-height:30px;}

.about_p img{
 max-width:100% !important; height:auto !important;
	display: block;border-radius:20px;
}



.about .right{
	width: 50%;
	position: relative;
	z-index: 1;
}


.about .right img{
	width: 100%;
	display: block;border-radius:30px;
}
.about .right .box{
	background: #fafafa;
	position: absolute;
	top: -100px;
	right: 0;
	width: 0;
	transition: all linear 1.5s;
	height: 100px;
}
.about .bg_01{
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
	width: 0;
	transition: all linear 1.5s;
}


.about .left h4{
	font-size:25px;
	line-height: 1;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; background:url(../images/dh_bj.png) no-repeat left bottom; padding-bottom:30px; margin-bottom:45px;
}
.about .left h6{font-family:'SpaceGrotesk-Light';
src: url('../font/SpaceGrotesk-Light.ttf'); 
	font-size:39.75px;
	line-height:45px;
	color: #222;
	overflow: hidden;
	margin: 15px 0 10px 0; font-weight:bold;
}


.about .left .line{
	width: 45px;
	height: 8px;
	background: #043F99;
}
.about .left .text{ border-bottom:1px solid #D5D5D5; padding-bottom:30px;
	font-size: 15px;
	line-height: 25px;
	color: #6d7081;
	margin-top: 30px;
	
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.texta{ margin-top:62px;}
.about .left .text span{ display:block; float:left; margin-right:10px;
}
.about .left .text span img{  max-width:100% !important; height:auto !important;
}





.about .left .btn a{
	display: block;
	width: 110px;
	line-height:40px;
	background:#043F99;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius:10px;
	margin-top: 50px;
	transition: all linear 0.2s;
}
.about .left .btn a:hover{
	background: #043F99;
}

.bottom_num{
	background: #043F99;
	display: flex;
	align-items: center;
	padding: 60px 0 50px 0;
}
.bottom_num .item{
	width: 25%;
	color: #fff;
	padding: 0 5%;
	position: relative;
}
.bottom_num .item::after{
	content: '';
	width: 1px;
	height: 60px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.bottom_num .item:last-child::after{
	display: none;
}
.bottom_num .item .text_d{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bottom_num .item .num{
	font-family: impact;
	font-size: 45px;
	line-height: 80px;
	display: flex;
	align-items: flex-end;
}
.bottom_num .item .num p{
	width: 90px;
}
.bottom_num .item:nth-child(3) .num p,
.bottom_num .item:nth-child(4) .num p{
	width: 45px;
}
.bottom_num .item .num i{
	font-style: normal;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-left: 10px;
	padding-top: 8px;
	height: 80px;
}
.bottom_num .item:nth-child(1) .num i{
	font-weight: normal;
	font-size: 16px;
}
.bottom_num .item h4{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product{
	background: #F7F8FD;
	padding: 100px 0 208px 0;
	overflow: hidden;
}
.title {
	text-align: center;
	margin-bottom:30px;
}
.title h4{background:url(../images/dh_bj.png) no-repeat center bottom; padding-bottom:30px;
	font-size:25px;
	line-height: 1;
	color: #333333; padding-right:60px;
	
}
.title h6{
	font-size:30px;
	color: #b2b2b2;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-indent: 2px;
	margin: 10px 0; 
}
.title p{font-family:'DouyinSansBold';
src: url('../font/DouyinSansBold.otf'); 
	font-size:38.46px;
	color: #333;
	margin:20px 0 0px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; font-weight: bold;
}
.title p strong{ color:#043F99;}

.title .line_list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.title .line_list div{
	width: 22px;
	height: 1px;
	background: #d2d2d2;
	margin: 0 5px;
}
.title .line_list div.color{
	background: #b19460;
}



.swiper-product{background:#fff;box-shadow: 0px 0px 10px 5px #dbdbdb;
	width:80%;
	margin: 0 auto;
	overflow: initial;
	position: relative;
}
.swiper-product .swiper-slide{ float:left; width:33%;
}
.swiper-product .swiper-slide .img_box{
	overflow: hidden;
}
.swiper-product .swiper-slide .img_box img{
	display: block;
	float:left; width:33%;
}
.swiper-product .swiper-slide:hover .img_box img{
	transform: scale(1.05);
}
.swiper-product .swiper-slide .world{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	transition: all linear 0.2s;
	opacity: 0;
	visibility: hidden;
}
.swiper-product .swiper-slide-active .world{
	opacity: 1;
	visibility: visible;
}
.swiper-product .swiper-slide .world a{
	display: block;
	color: #fff;
	padding: 60px 70px;
}
.swiper-product .swiper-slide h4{
	font-size: 26px;
}
.swiper-product .swiper-slide h6{
	font-size: 16px;
	margin: 10px 0 30px;
}
.swiper-product .swiper-slide .bom_text{
	background: #043F99;
	position: absolute;
	bottom: -115px;
	left: 0;
	width: 65%;
	padding: 25px 40px;
	display: flex;
	flex-flow: wrap;
	transition: all linear 0.2s;
	opacity: 0;
	visibility: hidden;
}
.swiper-product .swiper-slide-active .bom_text{
	opacity: 1;
	visibility: visible;
}
.swiper-product .swiper-slide .bom_text a{
	display: block;
	color: #fff;
	font-size: 18px;
	width: 33.33%;
	line-height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swiper-product .swiper-slide .bom_text a::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
}
.swiper-product .swiper-slide .bom_text a span{
	display: block;
	width: calc(100% - 18px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}
.swiper-product .swiper-slide .bom_text a:hover{
	opacity: 0.85;
}
.swiper-product .control_item{
	position: absolute;
	bottom: -85px;
	right: 70px;
	z-index: 10;
}
.swiper-product .btn_list{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.swiper-product .swiper-button-prev,.swiper-product .swiper-button-next{
	background: #fff;
	width: 42px;
	height: 42px;
	font-family: "宋体";
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 0 5px;
	position: initial;
	transition: all linear 0.2s;
}
.swiper-product .swiper-button-prev:hover,.swiper-product .swiper-button-next:hover{
	background: #043F99;
	color: #fff;
}
.swiper-product .custom_index{
	display: flex;
	align-items: center;
	padding: 30px 45px 0 0;
}
.swiper-product .custom_index .cur_num_p,
.swiper-product .custom_index .all_num_p{
	font-size: 20px;
	color: #333;
}
.swiper-product .swiper-pagination{
	position: initial;
	margin: 0 15px;
	width: 160px;
	height: 1px;
	background: #a4abb1;
	display: flex;
	align-items: center;
}
.swiper-product .swiper-pagination-bullet{
	background: #a4abb1;
	height: 1px;
	position: inherit;
}
.swiper-product .swiper-pagination-bullet-active{
	background: #043F99;
}


.news{
	padding: 100px 0 20px 0;
	position: relative;
}
.news .container{
	position: relative;
	z-index: 1;
}
.news .group{
	display: flex;
	align-items: flex-start;
}
.news .item{
	width: 24%;
	margin-right: 3%;
	position: relative;
}
.news .item a{
	overflow: hidden;
	display: block;
}
.news .item a>img{
	display: block;
	width: 100%;
	transition: all linear 0.2s;
}
.news .item:hover a img{
	transform: scale(1.05);
}
.news .item .time{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	line-height: 34px;
	border-radius: 18px;
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 14px;
	color: #333;
}
.news .item .time img{
	display: block;
	margin-right: 3px;
}
.news .item .world{
	position: relative;
	background: #fff;
}
.news .item .world h4{
	font-size: 20px;
	line-height: 1.6;
	height:35px;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	padding-top: 15px;
}
.news .item:hover .world h4{
	color: #043F99;
}
.news .item .world .text{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 16px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news .item:hover .world .text{
	color: #333;
}
.news .item .label{
	display: flex;
	align-items: center;
	margin-top:30px;
	color: #888;
}
.news .item .label img{
	display: block;
	margin-right: 6px;
}
.news .item:hover .label{
	color: #043F99;
}

.news .right_list{
	width:75%;
}
.news .right_list .list a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 1px solid #ddd;
}
.news .right_list .list p{
	width: calc(100% - 90px);
	font-size: 18px;
	transition: all linear 0.2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .right_list .list span{
	display: block;
	width: 80px;
	text-align: right;
	font-size: 14px;
	color: #888;
}
.news .right_list .list:hover p{
	color: #043F99;
	padding-left: 20px;
}
.news .btn a{
	display: block;
	width: 110px;
	line-height: 40px;
	background: #043F99;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius:10px;
	margin: 85px auto 0 auto;
	transition: all linear 0.2s;
}

.news .btn{ float:right;}
.news .btn a:hover{
	background: #043F99;
}

.newws_bg_box{
	position: absolute;
	top: 24%;
	left: 0;
	width: 0;
	transition: all linear 0.8s;
}
.newws_bg_box img{
	display: block;
	width: 100%;
}

.technology{
	padding: 100px 0 130px 0;
	position: relative;
}
.technology .container{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.technology .item{
	width: 47.5%;
}
.technology .item a{
	display: block;
	position: relative;
	overflow: hidden;
}
.technology .item a>img{
	display: block;
	width: 100%;
	transition: all linear 0.3s;
}
.technology .item a:hover>img{
	transform: scale(1.05);
}
.technology .item .world{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.technology .item h4{
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	font-family: "宋体";
}
.technology .item h6{
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	margin: 20px 0;
}
.technology .item .text{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.technology .item .world>img{
	display: block;
	margin-top: 30px;
}
.technology .item .btn{
	width: 150px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	margin-top: 20px;
	position: relative;
	transition: all linear 0.2s;
}
.technology .item .btn img{
	position: absolute;
	display: block;
	top: 50%;
	transform: translate(0,-50%);
}
.technology .item .btn img:nth-child(1){
	left: -40px;
	transition: all linear 0.2s;
}
.technology .item .btn img:nth-child(3){
	right: -40px;
	transition: all linear 0.2s;
}
.technology .item .btn:hover{
	background: #043F99;
	color: #fff;
	border: 1px solid #043F99;
}
.technology .item .btn:hover img:nth-child(1){
	left: -30px;
}
.technology .item .btn:hover img:nth-child(3){
	right: -30px;
}
.technology .sq_bg1{
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 0;
	transition: all linear 1.5s;
}
.technology .sq_bg2{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	transition: all linear 1.5s;
}


.footer{
	background:#ADD0E3;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 100px 0 0 0;  margin-top:30px;
}
.top_back{
	cursor: pointer;
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translate(-50%,0);
}
.footer .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #585f69;
}
.footer .top .footer_logo{
	display: block;
	width: 280px;
}
.footer .top .infor{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #333;
	width: calc(100% - 330px);
}
.footer .top .infor .item{
	margin-left:13%;
}
.footer .top .infor .img_box{
	background: #043F99;
	border: 1px solid #fff;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all linear 0.2s;
}
.footer .top .infor .item:hover .img_box{
	background: #043F99;
	border: 1px solid #043F99;
}
.footer .top .infor .img_box img{
	display: block;
	width: 45%;
}
.footer .top .infor p{
	font-size: 16px;
	opacity: 0.6;
	margin: 10px 0;
}
.footer .top .infor h4{
	font-size: 22px;
}
.footer .cont{
	display: flex;
	justify-content: space-between;
}
.footer .cont dd{
	font-size: 16px; 
	line-height: 45px;
}
.footer .cont dd a{
	color: #333;
	opacity: 0.9;
	display: block;
}
.footer .cont dd a:hover{
	opacity: 1;
}
.footer .cont dd:nth-child(1){
	font-size: 18px;font-weight: bold;
}
.footer .cont dd:nth-child(1) a{
	opacity: 1;
}
.footer .cont dd:nth-child(1) a:hover{
	font-weight: bold;
}
.footer .cont .ewm{
	text-align: center;
	color:#333;
}
.footer .cont .ewm .img_box{
	background: #3c424e;
	border: 1px solid #585f69;
	padding: 25px;
	margin: 8px 0;
	transition: all linear 0.2s;
}
.footer .cont .ewm:hover .img_box{
	background: #043F99;
	border: 1px solid #043F99;
}
.footer .cont .ewm .img_box img{
	display: block;
	width: 130px;
	height: 130px;
}
.copyright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #585f69;
	padding: 40px 0;
	margin-top: 50px;
	color: #333;
	opacity: 0.6;
	font-size: 16px;
}
.copyright a{
	color: #333;
}
.copyright a:hover{
color: #333;
}



/* 内页 */

.banner_inpage img{
	display: block;
	width: 100%;
}
.index{
	background: #fff;
	line-height: 70px;
	color: #666;
	font-size: 16px;
	box-shadow: 10px 17.321px 40px 0px rgba(34, 34, 34, 0.05);
}
.index .container{
	display: flex;
	align-items: center;
}
.index img{
	display: block;
	margin-right: 10px;
}
.index a{
	color: #666;
	display: block;
	margin: 0 10px;
}
.index a:hover{
	color: #043F99;
}
.index a:first-child{
	margin-left: 0;
}
.index a:last-child{
	color: #043F99;
	margin-right: 0;
}


.product_inpage{
	background: url(../images/pro_bg01.png) no-repeat center top,#f8f9fb;
	background-size: auto auto;
	padding: 80px 0;
	min-height: 1000px;
}
.product_inpage form{
	display: flex;
	align-items: center;
}
.product_inpage form input{
	width: 39%;
	line-height: 65px;
	height: 65px;
	font-size: 18px;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #eee;
	display: block;
}
.product_inpage form span{
	width: 125px;
	line-height: 65px;
	height: 65px;
	background: #043F99;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.gray{
	background: #f8f9fb;
}
.two_nav {
	display: flex;
	align-items: center;
	margin-top:10px;
	position: relative;
	z-index: 10;
}
.two_nav .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	color: #333;
	cursor: pointer;
	background: url(../images/icon_down011.png) no-repeat right center,#fff;
	height: 70px;
	width: 25%;
	border-right: 1px solid #ddd;
	position: relative;
	transition: all linear 0.2s;
}
.two_nav .item:last-child{
	border-right: 0;
}


.two_nav .item:hover{
color:#fff;
	background: url(../images/icon_down01.png) no-repeat right center,#043F99;
}
.two_nav .item h4{
	font-size: 18px;
}
.two_nav .item .tow_drop_down{
	position: absolute;
	left: 0;
	top: 70px;
	width:90%;
	background: #fff;
	padding: 20px 18px;
	box-shadow: 0 0 15px #ccc;
	display: none;
}
.two_nav .item .tow_drop_down .group{
	display: flex;
	flex-flow: wrap;
}
.two_nav .item .tow_drop_down a{
	display: block;
	font-size: 16px;
	color: #555;
	width: 50%;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.two_nav .item .tow_drop_down a:hover{
	color: #043F99;
}
.two_nav .item:last-child .tow_drop_down{
	left: initial;
	right: 0;
}

.container1{ background:#fff;box-shadow: 0px 0px 10px 5px #dbdbdb; width:100%; border-radius:30px;float:left;margin:0 auto;}

.plie{ float:left;width:100%;}

.plie li{ width:32%; float:left; border-right:1px solid #ddd; margin-left:1.2%;}

.plie li img{max-width:100% !important; height:auto !important; padding-top:18px;}
.plie li span{display:block; font-size:18.77px; line-height:30px; color:#747577; margin-top:40px; padding-left:20px;}

.plie li span i{display:block; color:#111; font-style:normal;line-height:35px;font-size:25.54px; font-weight:bold; padding-top:12px; margin-bottom:28px;}

.plie li span em{
	
}
.plie li span em img{
	display: block;max-width:100% !important; height:auto !important; 

}

.plie li:hover img{transform: scale(1.03);transition: all 0.5s;}








.product_inpage .cont{
	margin-top: 40px;
}
.product_inpage .cont dt{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #043F99;
}
.product_inpage .cont dt div{
	font-size: 20px;
	color: #222;
}
.product_inpage .cont dt div,.product_inpage .cont dd div{
	width: calc(100% / 7);
	padding-right: 10px;
}
.product_inpage .cont dt div:last-child,.product_inpage .cont dd div:last-child{
	padding-right: 0px;
}
.product_inpage .cont dd a{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.product_inpage .cont dd div{
	font-size: 17px;
	line-height: 24px;
	color: #222;
}
.product_inpage .cont dd:hover div{
	color: #043F99;
}


.page_num{
	display: flex;
	height: 50px;
	margin-top: 50px; width:100%;
	 margin-bottom:50px;
}





.apply_trial{
	background: url(../images/infor_sq03.png) no-repeat center,#f5f8fb;
	background-size: cover;
	padding: 124px 0px 110px 0px;
	position: relative;
}
.apply_trial .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apply_trial .left{ 
	width: 44%;
}
.apply_trial .right{
	width: 50%;
	position: relative;
	z-index: 1;
}
.apply_trial .right .img_item{
	width:75%;
	display: block;
	position: relative;
	z-index: 1;border-radius:30px;
}

.apply_trial .pos_img{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	transition: all linear 1.5s;
}
.apply_trial form .item{
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-flow: wrap;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.apply_trial form label{
	font-size: 18px;
	color: #222222;
	display: flex;
	align-items: center;
	font-weight: bold;
	width: 140px;
}
.apply_trial form label i{
	font-style: normal;
	color: #ff0000;
	display: block;
	margin-right: 4px;
}
.apply_trial form textarea{
	font-family: "微软雅黑";
	height: 80px;
	width: 100%;
	line-height: 30px;
}
.apply_trial form textarea,.apply_trial form input,.apply_trial form select{
	display: block;
	border: 0;
	background: transparent;
	font-size: 16px;
	line-height: 40px;
}
.apply_trial form select{
	color: #666;
}
.apply_trial form input,.apply_trial form select{
	width: calc(100% - 140px);
}
.apply_trial form .tijiao{
	width:110px;border-radius:10px;
	line-height:40px;
	height:40px;
	text-align: center;
	font-size:15px;
	color: #fff;
	background: #043F99;
	margin-top:150px;
}
.apply_trial form .tijiao:hover{
	opacity: 0.8;
}
.apply_trial .text{
	font-size: 18px;
	margin-bottom: 40px;
}

.download{
	background: #f1f3f7;
}
.download .group{
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 60px);
	margin-left: -30px;
}
.download .item {
	width: calc(33.33% - 60px);
	margin: 45px 30px 0 30px;
}
.download .item .box{
	display: block;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	transition: all linear 0.3s;
}
.download .item h4{
	font-size: 20px;
	color: #333333;
	height: 72px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.download .item .text{
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding-top: 15px;
	font-size: 15px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.download .item .btn{
	width: 120px;
	line-height: 36px;
	border-radius: 18px;
	background: #f1f3f7;
	text-align: center;
	font-size: 15px;
	color: #333;
	margin-top: 25px;
	display: block;
	transition: all linear 0.2s;
}
.download .item:hover .box{
	box-shadow: 0 0 20px #ddd;
}
.download .item:hover .btn{
	background: #043F99;
	color: #fff;
}


.two_nav_tab{
	display: flex;
}
.two_nav_tab a{border-radius:5px;
	display: block;
	font-size: 18px;
	line-height: 45px;
	width: 160px;
	background: #ffff;
	text-align: center;
	margin-right: 15px;
	color: #333;
	transition: all linear 0.2s;
}
.two_nav_tab a.active{
	background: #043F99;
	color: #fff;
}
.two_nav_tab a:hover{
	background: #043F99;
	color: #fff;
}
.news_inpage{
	padding: 60px 0;
}
.news_inpage .group{
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 60px);
	margin-left: -30px;
}
.news_inpage .item{
	width: calc(33.33% - 60px);
	margin: 60px 30px 0 30px; 
	position: relative; border-radius:100px;
}
.news_inpage .item:nth-child(1),
.news_inpage .item:nth-child(2),
.news_inpage .item:nth-child(3){
	margin-top: 40px;
}
.news_inpage .item a{
	overflow: hidden;
	display: block; border-radius:20px;
}
.news_inpage .item a:hover{box-shadow: 0px 0px 10px 5px #dbdbdb;}
.news_inpage .item a>img{
	display: block;
	width: 100%;
	transition: all linear 0.2s;
}
.news_inpage .item:hover a img{
	transform: scale(1.05);
}
.news_inpage .item .time{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	line-height: 34px;
	border-radius: 18px;
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 14px;
	color: #333;
}
.news_inpage .item .time img{
	display: block;
	margin-right: 3px;
}
.news_inpage .item .world{
	position: relative;
	background: #fff;
}
.news_inpage .item .world h4{
	font-size: 14px;
	line-height:30px;
	height:30px; 
	color: #333;
	padding:0px 20px;border-top: 1px solid #ddd; padding-top:30px;overflow:hidden;
}
.news_inpage .item:hover .world h4{
	color: #043F99;
}
.news_inpage .item .world .text{
padding:20px 20px; padding-top:0px;
	font-size: 14px;line-height:30px;
	color: #666;
}
.news_inpage .item:hover .world .text{
	color: #333;
}
.news_inpage .item .label{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.news_inpage .item .label img{
	display: block;
	margin-right: 6px;
}
.news_inpage .item .label{
	color: #888;
}
.news_inpage .item:hover .label{
	color: #043F99;
}

.news_inpage1{ background:#f8f9fb;
	padding:25px 0;
}
.news_inpage1 .group{
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 60px);
	margin-left: -30px;
}
.news_inpage1 .item{
	width: calc(33.33% - 60px);
	margin: 60px 30px 100px 30px;
	position: relative;
}
.news_inpage .item:nth-child(1),
.news_inpage .item:nth-child(2),
.news_inpage .item:nth-child(3){
	margin-top: 40px;
}
.news_inpage1 .item a{
	overflow: hidden;
	display: block;
}
.news_inpage1 .item a>img{
	display: block;
	width: 100%;
	transition: all linear 0.2s;
}
.news_inpage1 .item:hover a img{
	transform: scale(1.05);
}
.news_inpage1 .item .time{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	line-height: 34px;
	border-radius: 18px;
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 14px;
	color: #333;
}
.news_inpage1 .item .time img{
	display: block;
	margin-right: 3px;
}
.news_inpage1 .item .world{
	position: relative;
	background: #fff; padding:0px 10px;
}
.news_inpage1 .item .world h4{
	font-size: 20px;
	line-height:25px;
	
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	padding-top: 15px;
}
.news_inpage1 .item:hover .world h4{
	color: #eb9401;
}
.news_inpage1 .item .world .text{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 16px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news_inpage1 .item:hover .world .text{
	color: #333;
}
.news_inpage1 .item .label{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.news_inpage1 .item .label img{
	display: block;
	margin-right: 6px;
}
.news_inpage1 .item .label{
	color: #888;
}
.news_inpage1 .item:hover .label{
	color: #eb9401;
}






.news_inpage_02,.news_inpage_03{
	padding: 60px 0;
}
.news_inpage_02 .group{
	margin-top: 40px;
}
.news_inpage_02 .item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.news_inpage_02 .item a>img{
	width: 30%;
	max-height: 270px;
	display: block;
	transition: all linear 0.3s;
}
.news_inpage_02 .item .world{
	width: 66%;
}
.news_inpage_02 .item h4{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 25px;
}
.news_inpage_02 .item .text{
	font-size: 16px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.news_inpage_02 .item .time{
	background: #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	line-height: 34px;
	border-radius: 18px;
	font-size: 14px;
	color: #333;
	margin-top: 30px;
}
.news_inpage_02 .item .time img{
	display: block;
	margin-right: 3px;
}
.news_inpage_02 .item:hover a>img{
	transform: scale(1.05);
}
.news_inpage_02 .item:hover h4{
	color: #043F99;
}

.news_inpage_03 .group{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.news_inpage_03 .item{
	width: 47.5%;
}
.news_inpage_03 .item a{
	display: block;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.news_inpage_03 .item h4{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 25px;
	transition: all linear 0.2s;
}
.news_inpage_03 .item .text{
	font-size: 16px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	height: 88px;
}
.news_inpage_03 .item .time{
	background: #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	line-height: 34px;
	border-radius: 18px;
	font-size: 14px;
	color: #333;
	margin-top: 30px;
}
.news_inpage_03 .item .time img{
	display: block;
	margin-right: 3px;
}
.news_inpage_03 .item:hover h4{
	color: #043F99;
}
.news_inpage_03 .page_num{
	margin-top: 20px;
}
.news_show{
	padding: 60px 0;
}
.news_show .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: wrap;
}
.news_show .left{
	width: 70%;
}
.news_show .group{
	width: 27%;
	display: block;
	margin-top: 0;
}
.news_show .group .item{
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
}
.news_show .group .til{
	font-size: 24px;
	color: #222;
	margin-bottom: 20px;
}
.news_show .top{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
}
.news_show .top h4{
	font-size: 28px;
	color: #222;
	line-height: 1.6;
}
.news_show .top .ts{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.news_show .top .ts div{
	display: flex;
	align-items: center;
	margin-right: 40px;
	font-size: 14px;
	color: #333;
}
.news_show .top .ts div img{
	display: block;
	margin-right: 6px;
	width: 20px;
}
.news_show .cont{
	font-size: 15px;
	line-height: 32px;
	overflow: hidden;
}
.news_show .cont img{
	max-width: 100%;
}
.news_show .bottom{
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #f3f3f3;
}


.contact{
	padding: 60px 0;
	background: url(../images/contact_bg.png) no-repeat center;
	background-size: 100% 100%;
	min-height: 800px;
}
.contact .top{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.contact .top a{
	display: block;
	font-size: 18px;
	color: #333;
	margin-right: 60px;
	position: relative;
}
.contact .top a.active{
	color: #043F99;
}
.contact .top a.active::after{
	content: '';
	width: 100%;
	height: 3px;
	background: #043F99;
	position: absolute;
	left: 0;
	bottom: -31px;
}

.contact .group{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact .group .item{
	width: 28%;
	margin: 0 1%;
	text-align: center;
	border-right: 1px solid #e9e9e9;
	color: #333;
}
.contact .group .item:last-child{
	border-right: 0;
}
.contact .item img{
	display: inline-block;
	transition: all linear 0.2s;
}
.contact .item h6{
	font-size: 15px;
	margin: 10px 0;
	text-transform: uppercase;
}
.contact .item h4{
	font-size: 18px;
}
.contact .item:hover img{
	transform: rotateY(180deg);
}
#map{
	width: 100%;
	height: 500px;
	margin-top: 60px;
}


.talent{
	padding: 60px 0;
	background: url(../images/talent_bg.jpg) no-repeat center;
	background-size: cover;
}
.talent .text{
	font-size: 16px;
}
.talent .group {
	margin-top: 40px;
}
.talent .group .item{
	margin-bottom: 10px;
}
.talent .group .item .top{
	background: #f5f5f5;
	color: #333;
	display: flex;
	align-items: center;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
}
.talent .group .item .top>div{
	width: 19%;
	text-align: center;
}
.talent .group .item .top>div:nth-child(1){
	background: #00a2ea;
	color: #fff;
	width: 24%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 40px;
}
.talent .group .item .top>div:nth-child(1) h4{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.talent .group .item .top>div:nth-child(1) .line{
	width: 5px;
	height: 20px;
	background: #fff;
	margin-right: 40px;
}
.talent .group .item .top>div:nth-child(5){
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 40px;
}
.talent .group .item .top>div:nth-child(5) img{
	display: block;
	margin-right: 10px;
}
.talent .group .item .cont{
	padding: 40px 6%;
	font-size: 15px;
	color: #333;
	display: none;
}
.talent .group .item .cont .top_head{
	display: flex;
	margin-bottom: 40px;
}
.talent .group .item .cont .top_head div{
	margin-right: 50px;
}
.talent .group .item .cont .world{
	line-height: 30px;
}
.talent .group .item .bottom{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.talent .group .item .bottom .list{
	margin-right: 15px;
}
.talent .group .item .bottom h4{
	background: #fff;
	width: 250px;
	line-height: 60px;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	color: #222;
	opacity: 0;
	visibility: hidden;
	transition: all linear 0.2s;
}
.talent .group .item .bottom .list:hover h4{
	opacity: 1;
	visibility: visible;
}
.talent .group .item .bottom h3{
	font-size: 18px;
	color: #fff;
	background: #043F99;
	width: 250px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
}
.talent .group .item .bottom .list:last-child h3{
	background: #00a2ea;
}


.about_inpage .group01{
	padding: 80px 0;
	background: url(../images/about_bg01.png) no-repeat center top;
}
.about_inpage .group01 .text{
	font-size: 16px;
	color: #666;
}
.about_inpage .group01 .text img{
	max-width: 100%;
	display: block;
}
.bottom_num_about{
	width: 110%;
	margin-left: -5%;
	background: transparent;
}
.bottom_num_about .item{
	color: #333;
}
.bottom_num_about .item h4{
	font-size: 16px;
}
.bottom_num_about .item .num{
	color: #043F99;
}
.bottom_num_about .item::after{
	background: #ddd;
}
.about_inpage .group01 .img_box img{
	width: 100%;
	display: block;
}

.about_inpage .group02{
	background: #efefef; height:500px;
	padding: 80px 0; width:100%;
}
.til_about h4{ text-align:center;
	font-size:20px; padding-right:50px;
	color: #222222;
	line-height:25px;
	margin-bottom: 10px;background:url(../images/dh_bj.png) no-repeat center bottom; padding-bottom:30px;
}
.til_about h6{text-align:center;
	font-size:38.46px;
	color:#222; font-weight: bold;line-height:35px; margin-top:52px;
	
}
.til_about h6 span{ color:#043F99;}

.swiper-honor{
	margin-top: 40px;
	padding-bottom: 50px;
}
.swiper-honor .swiper-slide{
	background: #fff; margin-left:15px;
	
	
}


.swiper-honor .swiper-slide .img_box{
	margin-top: 15px;
	width: 340px;
	height:240px;
	/* border: 1px solid #eee; */
}
.swiper-honor .swiper-slide .img_box img{
	display: block;
	max-width: 100%;	max-height: 100%;
}
.swiper-honor .swiper-pagination{
	bottom: 0;
}
.about_inpage .group02 .swiper-pagination-bullet{
	width: 36px;
	height: 8px;
	border-radius: 4px;
	background: #999999;
	opacity: 1;
	margin: 0 6px;
}
.about_inpage .group02 .swiper-pagination-bullet-active{
	background: #043F99;
}



.about_inpage .group03{
	background:#fff;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}
.swiper-history{
	margin-top: 40px;
	min-height: 400px;
	position: relative;
}
.swiper-history .swiper-wrapper{
	background: url(../images/curve_01.png) repeat-x left center;
	width: 100000px !important;
	position: relative;
	z-index: 11;
}
.swiper-history .swiper-slide{
	position: relative;
}
.swiper-history .swiper-slide h4{
	font-size: 30px;
	color: #043F99;
}
.swiper-history .swiper-slide .text{
	font-size: 16px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.swiper-history .swiper-slide i{
	width: 18px;
	height: 18px;
	background: #043F99;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all linear 0.2s;
}
.swiper-history .swiper-slide-active i{
	width: 24px;
	height: 24px;
}
.swiper-history .swiper-slide-active i::after{
	content: '';
	width: 30%;
	height: 30%;
	background: #fff;
	border-radius: 50%;
}
/* .swiper-history .swiper-slide:hover i{
	width: 24px;
	height: 24px;
}
.swiper-history .swiper-slide:hover i::after{
	content: '';
	width: 30%;
	height: 30%;
	background: #fff;
	border-radius: 50%;
} */
.swiper-history .swiper-slide:nth-child(6n-5){
	margin-top: 260px;
}
.swiper-history .swiper-slide:nth-child(6n-4){
	margin-top: 10px;
}
.swiper-history .swiper-slide:nth-child(6n-3){
	margin-top: 240px;
}
.swiper-history .swiper-slide:nth-child(6n-2){
	margin-top: 90px;
}
.swiper-history .swiper-slide:nth-child(6n-1){
	margin-top: 260px;
}
.swiper-history .swiper-slide:nth-child(6n){
	margin-top: 80px;
}
.swiper-history .swiper-slide:nth-child(6n-5) i{
	top: -60px;
	left: 0px;
}
.swiper-history .swiper-slide:nth-child(6n-4) i{
	top: 134px;
	left: 10px;
}
.swiper-history .swiper-slide:nth-child(6n-3) i{
	top: -65px;
	left: 10px;
}
.swiper-history .swiper-slide:nth-child(6n-2) i{
	top: 142px;
	left: 10px;
}
.swiper-history .swiper-slide:nth-child(6n-1) i{
	top: -60px;
	left: 10px;
}
.swiper-history .swiper-slide:nth-child(6n) i{
	top: 108px;
	left: 10px;
}
.about_inpage .group03 .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0 auto;
}
.about_inpage .group03 .btn .line{
	margin: 0 20px;
	width: 120px;
	height: 1px;
	border-top: 1px dashed #222;
}
.about_inpage .group03 .swiper-button-next-history,
.about_inpage .group03 .swiper-button-prev-history{
	position: initial;
	background: none;
	width: 44px;
	height: 44px;
	margin: 0;
}
.about_inpage .group03 .swiper-button-next-history img,
.about_inpage .group03 .swiper-button-prev-history img{
	display: block;
	width: 100%;
}
.wap_tips{
	display: none;
}


/*---------手机站导航开始----------*/
.nav_bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}
.nav_bg.active{
	visibility: visible;
	opacity: 1;
	transition: all ease 0.2s;
}
.sp_header {
	height: 60px;
	background: rgba(255,255,255,0);
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sp_header.active{
	background: rgba(0,0,0,0.7);
}
.header_wap_left {
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.header_wap_left .icon_item:nth-child(1){
	background: #043F99;
}
.header_wap_left .icon_item{
	height: 32px;
	width: 32px;
	margin-right: 5px;
	background: #1c82de;
	padding: 8px;
	border-radius: 30px;
}
.header_wap_left .icon_item img{
	display: block;
	width: 100%;
}
.sp_logo{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.sp_logo img {
	display: block;
	width: 100px;
}
.sp_nav {
	position: relative;
	cursor: pointer;
	padding: 0 15px;
}
.sp_nav span {
	display: block;
	background: #fff;
	width: 36px;
	height: 3px;
	margin: 6px 0;
	transition: all ease 0.35s;
	border-radius: 10px;
}
.sp_nav_se span:nth-of-type(2) {
	width: 20px
}
.sp_nav_se span:nth-of-type(3) {
	width: 10px
}
.sjj_nav {
	position: fixed;
	z-index: 998;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: 60px;
	right: -100%;
	border-top: 1px rgba(255,255,255,0.4) solid;
	overflow: auto;
	overflow-x: hidden;
	transition: right ease 0.35s;
}
.nav_show {
	right: 0
}
.sjj_nav ul li i{
	position: absolute;
	top: 0;
	right: 5px;
	display: block;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sjj_nav ul li i img{
	width: 20px;
	display: block;
}
.sjj_nav>ul>li {
	border-bottom: 1px rgba(255,255,255,0.3) solid;
	padding: 0 20px;
	position: relative;
	line-height: 50px;
	font-size: 15px
}
.sjj_nav ul li ul {
	display: none;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sjj_nav ul li>ul>li {
	font-size: 14px;
	line-height: 30px;
	position: relative;
	width: 100%;
}
.sjj_nav ul li a {
	color: #fff;
	width: 80%;
	/* text-transform: uppercase; */
}
.sjj_nav ul li ul li a {
	color: #fff;
	text-align: left;
	display: block;
	width: 100%;
}
.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
.search_wap{
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all linear 0.3s;
}
.search_wap.active{
	top: 0;
}
.search_wap input{
	width: 70%;
	line-height: 50px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 0 15px;
	font-size: 15px;
}
.search_wap button{
	background: #043F99;
	color: #fff;
	line-height: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}
.search_wap button img{
	width: 20px;
	display: block;
}
.search_wap .icon_gb{
	width: 36px;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 10;
	cursor: pointer;
}

/*--------手机站导航结束---------*/







/* ---------------------------------------1680--------------------------------------- */
@media(max-width:1680px) {
	.nav li{
		padding: 20px 0;
	}
	.nav li.logo img{
		/* width: 120px; */
		height: 90px;
	}
	.nav li .cn{
		font-size: 16px;
	}
	.nav li .en{
		font-size: 10px;
	}
	.nav li.language a,.header .search input,.drop_down a{
		font-size: 14px;
	}
	.header .search img{
		width: 18px;
		height: 18px;
	}
	.header .tel>div:nth-child(1) h4{
		font-size: 13px;
	}
	.header .tel .num{
		font-size: 16px;
	}
	.header .tel>div:nth-child(1) img{
		width: 16px;
		height: 16px;
	}
	.drop_down{
		top: 86px;
	}
	.about .left h6{
		font-size: 24px;
	}
	.about .left .text{
		font-size: 15px;
		margin-top: 40px;
	}
	.about .left .btn a{
		font-size: 16px;
		margin-top: 40px;
	}
	.swiper-product .control_item{
		right: 35px;
	}
	.swiper-product .custom_index{
		padding-right: 10px;
	}
	.swiper-product .swiper-slide .bom_text{
		padding: 25px 20px;
		bottom: -105px;
	}
	.swiper-product .swiper-slide .bom_text a{
		font-size: 16px;
		line-height: 40px;
	}
	.news .right_list .list p{
		font-size: 16px;
	}
	.news .right_list .list a{
		padding-bottom: 18px;
		margin-bottom: 18px;
	}
	.news .item .label{
		margin-top: 30px;
	}

	.footer .top .infor h4{
		font-size: 18px;
	}
	.container-12{
		padding: 0 5%;
	}






}




/* ---------------------------------------1440--------------------------------------- */
@media(max-width:1440px) {
	.about{
		padding: 80px 0;
	}
	.about .right .box{
		height: 80px;
		top: -80px;
	}
	.about .left h4{
		font-size: 32px;
	}
	.about .left h6{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.about .left .line{
		width: 40px;
		height: 5px;
	}
	.about .left .text{
		line-height: 28px;
		margin-top: 25px;
	}
	.about .left .btn a{
		font-size: 15px;
		margin-top: 30px;
		line-height: 40px;
	}
	.bottom_num{
		padding: 50px 0 40px 0;
	}
	.bottom_num .item h4{
		font-size: 15px;
	}
	.bottom_num .item .num{
		font-size: 36px;
	}
	.bottom_num .item .num p{
		width: 70px;
	}
	.bottom_num .item:nth-child(1) .num i{
		font-size: 15px;
		padding-top: 4px;
	}
	.bottom_num .item img{
		width: 24px;
		height: 24px;
		display: block;
	}
	.product{
		padding: 80px 0 188px 0;
	}
	.title{
		margin-bottom: 30px;
	}
	.title h4{
		font-size: 40px;
	}
	.title h6{
		font-size: 13px;
	}
	.title p{
		font-size: 16px;
		margin: 5px 0 10px 0;
	}
	.title .line_list div{
		width: 18px;
	}
	.swiper-product .swiper-slide .world a{
		padding: 40px;
	}
	.swiper-product .swiper-slide h4{
		font-size: 24px;
		line-height: 1;
	}
	.swiper-product .swiper-slide .world img{
		width: 28px;
		height: 28px;
		display: block;
	}
	.news{
		padding: 80px 0 20px 0;
	}
	.news .item .world h4{
		font-size: 18px;
		height: 72px;
	}
	.news .item .world .text{
		font-size: 14px;
		padding-top: 15px;
		margin-top: 15px;
	}
	.news .item .time p{
		font-size: 13px;
	}
	.news .right_list .list a{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.news .btn a{
		margin-top: 40px;
	}
	.technology{
		padding: 80px 0 115px;
	}
	.technology .item h4{
		font-size: 30px;
	}
	.technology .item h6{
		font-size: 15px;
		margin: 8px 0;
	}
	.technology .item .text{
		font-size: 16px;
	}
	.technology .item .world>img{
		margin-top: 20px;
	}
	.technology .item .btn{
		width: 130px;
	}
	.technology .item .btn img{
		width: 50px;
		display: block;
	}
	.footer{
		padding-top: 60px;
	}
	.footer .top{
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.footer .top .footer_logo{
		width: 240px;
	}
	.footer .top .infor h4{
		font-size: 16px;
	}
	.footer .top .infor p{
		font-size: 13px;
		margin: 5px 0;
	}
	.top_back{
		width: 80px;
		top: -28px;
	}
	.footer .cont dd:nth-child(1){
		font-size: 16px;
	}
	.footer .cont dd{
		font-size: 14px;
		line-height: 36px;
	}
	.footer .cont .ewm .img_box{
		padding: 15px;
	}
	.footer .cont .ewm .img_box img{
		width: 110px;
		height: 110px;
	}
	.copyright{
		margin-top: 25px;
		padding: 25px 0;
		font-size: 14px;
	}
	.swiper-product .swiper-pagination{
		width: 130px;
	}
	.index{
		font-size: 15px;
		line-height: 60px;
	}
	.index img{
		display: block;
		width: 16px;
		height: 16px;
	}
	.about_inpage .group01 .text{
		font-size: 15px;
	}
	.swiper-honor{
		margin-top: 30px;
	}
	.swiper-honor .swiper-slide{
		padding: 30px;
	}
	.swiper-honor .swiper-slide .language,
	.swiper-honor .swiper-slide .name{
		font-size: 18px;
	}
	.swiper-history .swiper-slide:nth-child(6n-4) i{
		top: 138px;
	}
	.swiper-history .swiper-slide:nth-child(6n-2) i{
		top: 138px;
	}
	#search_button1,.product_inpage form input,.product_inpage form button{
		line-height: 50px;
		height: 50px;
		font-size: 16px;
	}
	.two_nav{
		margin-top: 30px;
	}
	.two_nav .item{
		padding: 0 20px;
		height: 60px;
	}
	.two_nav .item img{
		display: block;
		width: 28px;
	}
	.two_nav .item h4{
		font-size: 16px;
	}
	.two_nav .item .tow_drop_down{
		top: 60px;
		padding: 20px 40px;
	}
	.two_nav .item .tow_drop_down a{
		font-size: 15px;
		line-height: 36px;
	}
	.product_inpage .cont dt div{
		font-size: 18px;
	}
	.product_inpage .cont dd div{
		font-size: 15px;
	}
	
	.index a{
		margin: 0 5px;
	}
	.apply_trial form .item{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.apply_trial .text{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.apply_trial form label{
		font-size: 16px;
		width: 110px;
	}
	.apply_trial form input, .apply_trial form select{
		width: calc(100% - 110px);
		font-size: 15px;
	}
	.apply_trial form textarea{
		font-size: 15px;
	}
	.apply_trial form .tijiao{
		line-height:35px;
		height:35px;
		font-size:15px;
		margin-top: 30px;
	}
	.download .group{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.download .item{
		width: calc(33.33% - 40px);
		margin: 35px 20px 0 20px;
	}
	.download .item h4{
		font-size: 18px;
		height: 64px;
	}
	.news_inpage .group{
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.news_inpage .item{
		width: calc(33.33% - 40px);
		margin: 40px 20px 0 20px;
	}
	.news_inpage .item .world h4{
		font-size: 18px;
		height: 72px;
	}
	.news_inpage .item .world .text{
		font-size: 15px;
		padding-top: 15px;
		margin-top: 15px;
	}
	.news_inpage .item .label{
		margin-top: 25px;
	}
	.two_nav_tab a{
		font-size: 16px;
	}
	.news_inpage_02 .item a>img{
		max-height: 230px;
	}
	.news_inpage_02 .item .text{
		font-size: 15px;
	}
	.news_inpage_03 .item h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.news_inpage_03 .item .text{
		font-size: 15px;
		height: 80px;
	}
	.news_inpage_03 .item .time{
		margin-top: 20px;
	}
	.talent .text{
		font-size: 15px;
	}
	.talent .group .item .bottom h4,
	.talent .group .item .bottom h3{
		font-size: 16px;
	}
	.talent .group .item .cont .top_head{
		margin-bottom: 25px;
	}
	.contact .top{
		padding-bottom: 20px;
	}
	.contact .top a.active::after{
		bottom: -21px;
	}
	.contact .top a,
	.contact .item h4{
		font-size: 16px;
	}
	#map{
		height: 450px;
	}
	.news_show .group{
		width: 27%;
	}
	.news_show .bottom a{
		font-size: 15px;
	}
	.news_show .group .item{
		margin-bottom: 35px;
	}






}

/* ---------------------------------------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;
	}


	.advant .item a{
		padding: 15px 10px;
	}
	.advant .item .world{
		flex-flow: column;
		width: 100%;
	}
	.advant .item .world img{
		width: 24px;
	}
	.advant .item .world .text{
		margin-left: 0;
	}
	.advant .item .world h6{
		display: none;
	}
	.advant .item .world h4{
		font-weight: normal;
		font-size: 14px;
		margin-top: 6px;
		margin-bottom: 0;
	}
	.advant .item .fh{
		display: none;
	}
	.advant .item:hover{
		background: none !important;
	}
	.advant .item:hover .text{
		color: #333;
	}
	.product{
		padding: 80px 0;
	}
	.swiper-product .swiper-slide .bom_text{
		display: none;
	}
	.swiper-product .swiper-slide .world{
		position: initial;
		background: #fff;
		opacity: 1;
		visibility: visible;
	}
	.swiper-product .swiper-slide .world a{
		padding: 15px;
		color: #333;
	}
	.swiper-product .swiper-slide h4{
		font-size: 16px;
	}
	.swiper-product .swiper-slide h6{
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.swiper-product .control_item{
		position: initial;
	}
	.swiper-product .btn_list{
		justify-content: center;
		margin-top: 25px;
	}
	.swiper-product .swiper-slide .world img{
		display: none;
	}
	.swiper-product .custom_index{
		padding: 0;
		justify-content: center;
	}
	.swiper-product .swiper-button-prev,
	.swiper-product .swiper-button-next{
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
	.swiper-product .custom_index .cur_num_p,
	.swiper-product .custom_index .all_num_p{
		font-size: 15px;
	}

	.technology .item .text{
		display: none;
	}
	.technology .item .world>img{
		display: none;
	}


	.footer .top{
		flex-flow: wrap;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.footer .top .footer_logo{
		margin: 0 auto 20px auto;
	}
	.footer .top .infor{
		width: 100%;
		flex-flow: wrap;
	}
	.footer .top .infor .item{
		width: 100%;
		margin-left: 0;
		overflow: hidden;
		border: 1px solid rgba(255,255,255,0.3);
		padding: 15px 10px;
		margin-bottom: 10px;
	}
	.footer .top .infor .img_box{
		float: left;
		margin-right: 15px;
	}
	.footer .top .infor h4{
		font-size: 15px;
	}
	.footer .cont{
		justify-content: center;
	}
	.footer .cont dl{
		display: none;
	}
	.copyright{
		padding: 15px 0;
		margin-top: 15px;
		flex-flow: column;
	}
	.copyright .left,.copyright .right{
		width: 100%;
	}
	.news_show .group{
		display: none;
	}
	.news_show .left{
		width: 100%;
	}
	.swiper-honor .swiper-slide .img_box{
		width: 100%;
		justify-content: center;
	}












}

/* ---------------------------------------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;
	}
	.sp_logo img {
		width: 60px;
	}

	.container{
		padding: 0 15px;
	}
	.banner .swiper-slide{
		height: 240px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner .swiper-slide img{
		width: auto;
		height: 100%;
	}
	.banner .btn{
		right: 15px;
		bottom: 15px;
	}
	.banner .swiper-button-prev-banner,
	.banner .swiper-button-next-banner{
		margin-left: 10px;
	}
	.banner .swiper-button-prev-banner img,
	.banner .swiper-button-next-banner img{
		display: block;
		width: 10px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 2px;
		line-height: 2px;
	}
	.banner .pagination{
		width: 40%;
	}
	.banner .pagination .custom_index{
		font-size: 13px;
		font-weight: normal;
	}
	.banner .pagination .custom_index div:nth-child(1){
		font-size: 15px;
	}
	.banner .swiper-pagination{
		line-height: 10px;
	}
	.mouse{
		bottom: 10px;
	}
	.mouse img{
		width: 18px;
		height: 26px;
	}

	.about .container{
		flex-flow: wrap;
	}
	.about .left{
		width: 100%;
	}
	.about .right{
		width: 100%;
	}
	.about .bg_01,
	.about .right .box{
		display: none;
	}
	.about{
		padding: 45px 0;
	}
	.about .left{
	margin-top:0px;}
	.about .left h4{
		font-size: 28px;
	}
	.about .left h6{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.about .left .line{
		width: 30px;
		height: 4px;
	}
	.about .left .text{
		font-size: 14px;
		margin-top: 15px;
	}
	.about .left .btn a{
		font-size: 14px;
		margin-top: 15px;
		width: 120px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.about .right img{
		border-radius: 15px;
	}
	.bottom_num{
		padding: 30px 15px;
		flex-flow: wrap;
		justify-content: center;
	}
	.bottom_num .item{
		padding: 10px;
		width: 48%;
		margin: 1%;
		border: 1px solid rgba(255,255,255,0.3);
	}
	.bottom_num .item img{
		display: none;
	}
	.bottom_num .item::after{
		display: none;
	}
	.bottom_num .item h4{
		font-size: 14px;
	}
	.bottom_num .item .num{
		font-size: 32px;
		line-height: 50px;
	}
	.bottom_num .item .num i{
		height: 50px;
		margin-left: 5px;
		padding-top: 4px;
	}
	.bottom_num .item:nth-child(3) .num p,
	.bottom_num .item:nth-child(4) .num p{
		width: 36px;
	}
	.product{
		padding: 40px 0;
	}
	.title{
		margin-bottom: 15px;
	}
	.title h4{
		font-size:20px;
		letter-spacing: 0;
		text-indent: 0;
	}
	.title p{
		font-size: 14px;
	}

	.news{
		padding: 40px 0 20px 0;
	}
	.news .group{
		flex-flow: wrap;
	}
	.news .item,.news .right_list{
		width: 100%;
		margin-right: 0;
	}
	.news .item:nth-child(2){
		display: none;
	}
	.news .item .label{
		display: none;
	}
	.news .item .world h4{
		font-size:14px;
		height: auto;
	}
	.news .item .time{
		top: 15px;
		left: 15px;
	}
	.news .item .world .text{font-size:12px;
		padding-top: 10px;
		margin-top: 10px;
	}
	.news .right_list{
		border-top: 4px solid #eee;
		padding-top: 15px;
		margin-top: 15px;
	}
	.news .right_list .list p{
		font-size: 15px;
		width: 100%;
	}
	.news .right_list .list span{
		display: none;
	}
	.news .right_list .list a{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news .btn a{
		margin-top: 15px;
		font-size: 15px;
		line-height: 36px;
		width: 120px;
	}

	.technology .container{
		flex-flow: wrap;
	}
	.technology .item{
		width: 100%;
		margin-bottom: 15px;
	}
	.technology .item:nth-child(2){
		margin-bottom: 0;
	}
	.technology{
		padding: 45px 0 65px 0;
	}
	.technology .item h4{
		font-size: 24px;
	}
	.technology .item h6{
		font-size: 12px;
	}
	.technology .item .btn{
		width: 120px;
		line-height: 36px;
		height: 36px;
		margin-top: 10px;
	}
	.technology .sq_bg1{
		bottom: 0;
	}
	.footer .top .footer_logo{
		width: 50%;
	}
.apply_trial .right .img_item{
	width:100%;}


	/* 内页 */
	.banner_inpage{
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		height: 200px;
	}
	.banner_inpage img{
		width: auto;
		height: 100%;
	}
	.index{
		font-size: 14px;
		line-height: 40px;
	}
	.index .container{
		flex-flow: wrap;
	}
	.index a{
		margin: 0;
	}
	.index img{
		display: none;
	}

	.apply_trial{
		padding: 40px 0 60px 0;
	}
	.apply_trial .container{
		flex-flow: wrap;
	}
	.apply_trial .left{
		width: 100%;
	}
	.apply_trial .right{
		width: 100%;
	}
	.apply_trial .pos_img{
		top: initial;
		bottom: 0;
	}
	.apply_trial form label{
		font-size: 15px;
		width: 100px;
	}
	.apply_trial form textarea, .apply_trial form input, .apply_trial form select{
		font-size: 14px;
	}
	.apply_trial form .item{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.apply_trial form input, .apply_trial form select{
		width: calc(100% - 100px);
	}
	.apply_trial form .tijiao{
		width:80px;
		line-height: 40px;
		height: 40px;
		font-size: 15px;
		margin-bottom: 25px;
		margin-top: 15px;
	}
	.apply_trial .text{
		line-height: 26px;
		margin-bottom: 15px;
	}
	.contact{
		padding: 40px 0 65px 0;
	}
	.contact .top{
		padding-bottom: 10px;
	}
	.contact .top a.active::after{
		bottom: -11px;
	}
	.contact .top a{
		font-size: 14px;
		margin-right: 20px;
	}
	.contact .item h6{
		margin: 0;
	}
	.contact .group{
		flex-flow: wrap;
	}
	.contact .group .item{
		margin: 0 0 15px 0;
		width: 100%;
		border: 1px solid #ddd;
		padding: 15px 5px;
	}
	#map{
		margin-top: 0;
	}
	.download{
		padding: 45px 0 65px 0;
	}
	.product_inpage form{
		width: 100%;
	}
	.product_inpage form input{
		width: calc(100% - 100px);
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.product_inpage form button,#search_button1{
		width: 100px;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.download .group{
		width: 100%;
		margin: 0;
		justify-content: space-between;
		margin-top: 20px;
	}
	.download .group .item{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.download .item .box{
		padding: 15px;
		border-radius: 10px;
	}
	.download .item h4{
		font-size: 16px;
		height: auto;
	}
	.download .item .text{
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 20px;
	}
	.download .item .btn{
		margin-top: 10px;
		font-size: 14px;
	}
	.page_num{
		margin-top: 10px;
	}
	
	.news_inpage{
		padding: 40px 0 60px 0;
	}
	.two_nav_tab{
		justify-content: space-between;
	}
	.two_nav_tab a{
		margin: 0;
		width: 31.5%;
		line-height: 40px;
		height: 40px;
		font-size: 15px;
	}
	.news_inpage .group{
		width: 100%;
		margin: 20px 0 0 0;
		justify-content: space-between;
	}
	.news_inpage .item{
		width: 48%;
		margin: 0 0 15px 0 !important;
	}
	.news_inpage .item .time{
		top: 10px;
		left: 10px;
		width: 100px;
		font-size: 12px;
	}
	.news_inpage .item .world h4{
		font-size:13px;
		height:40px;
	}
	.news_inpage .item .world .text{
		padding-top: 10px;
		margin-top: 10px;
		font-size: 12px;
		line-height: 24px;
	}
	.news_inpage .item .label{
		margin-top: 10px;
	}
	.news_inpage_02, .news_inpage_03{
		padding: 40px 0 60px 0;
	}
	.news_inpage_02 .group{
		margin-top: 20px;
	}
	.news_inpage_02 .item a{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news_inpage_02 .item h4{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.news_inpage_02 .item .text{
		font-size: 14px;
		line-height: 20px;
		-webkit-line-clamp: 1;
	}
	.news_inpage_02 .item .time{
		margin-top: 10px;
		font-size: 12px;
		width: 100px;
	}
	.news_inpage_02 .item a>img{
		height: 90px;
		width: 31%;
	}
	.news_inpage_03 .group{
		margin-top: 20px;
	}
	.news_inpage_03 .item{
		width: 100%;
	}
	.news_inpage_03 .item a{
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.news_inpage_03 .item h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.news_inpage_03 .item .text{
		font-size: 14px;
		line-height: 20px;
		height: auto;
		-webkit-line-clamp: 2;
	}
	.news_inpage_03 .item .time{
		width: 100px;
		font-size: 12px;
		margin-top: 10px;
	}
	.news_show .top{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news_show .top h4{
		font-size: 24px;
	}
	.news_show .top .ts{
		margin-top: 5px;
		flex-flow: wrap;
	}
	.news_show .top .ts div{
		width: 100%;
		margin-right: 0;
		color: #888;
	}
	.news_show .top .ts div img{
		width: 18px;
	}
	.news_show .cont{
		font-size: 14px;
		line-height: 28px;
	}
	.news_show .bottom{
		padding-top: 10px;
		margin-top: 10px;
	}
	.news_show .bottom a{
		font-size: 14px;
	}
	.product_inpage{
		padding: 40px 0 60px 0;
	}
	.two_nav{
		margin-top: 20px;
		flex-flow: wrap;
		position: relative;
	}
	.two_nav .item{
		width:80%; margin:0 auto; margin-bottom:20px;
		height: 55px;
		padding: 0 10px;
		border-right: 1px solid #fff;
		position: initial;
	}
	.two_nav .item:nth-child(2n){
		border-right: 0;
	}
	.two_nav .item h4{
		font-size: 15px;
	}
	.two_nav .item img{
		width: 20px;
	}
	.two_nav .item .tow_drop_down{
		padding:18px;
		width: 90%; margin:0 auto;
		right: initial;
		left: 0;
		top: 100px;
	}
	.two_nav .item .tow_drop_down a{
		font-size: 14px;
		line-height: 30px;
	}

	.product_inpage .cont dt div{
		font-size: 15px;
	}
	.product_inpage .cont dd div{
		font-size: 14px;
	}
	.product_inpage .cont{
		margin-top: 20px;
	}
	.product_inpage .cont{
		overflow-x: auto;
		overflow-y: hidden;
	}
	.product_inpage .cont dl{
		padding-bottom: 5px;
		width: 250%;
	}
	.product_inpage .cont::-webkit-scrollbar {
		height: 7px;
		background: #fff;
	}
	.product_inpage .cont::-webkit-scrollbar-thumb {
		background: #043F99;
	}
	.product_inpage .cont::-webkit-scrollbar-track-piece {
		height: 0;
	}
	.product_inpage .cont dd a,
	.product_inpage .cont dt{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.wap_tips{
		display: block;
		margin-top: 5px;
	}
	.talent{
		padding: 40px 0 60px 0;
	}
	.talent .group{
		margin-top: 20px;
	}
	.talent .text{
		font-size: 14px;
	}
	.talent .group .item .top{
		flex-flow: wrap;
		font-size: 14px;
		line-height: 40px;
		background: #fff;
	}
	.talent .group .item .top>div:nth-child(1){
		width: 60%;
		padding-left: 15px;
	}
	.talent .group .item .top>div:nth-child(2),
	.talent .group .item .top>div:nth-child(3),
	.talent .group .item .top>div:nth-child(4){
		display: none;
	}
	.talent .group .item .top>div:nth-child(5){
		width: 40%;
	}
	.talent .group .item .top>div:nth-child(1) .line{
		width: 2px;
		margin-right: 10px;
	}
	.talent .group .item .top>div:nth-child(5){
		padding-right: 0;
		justify-content: center;
	}
	.talent .group .item .cont{
		padding: 20px 0;
	}
	.talent .group .item .cont .top_head{
		flex-flow: wrap;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.talent .group .item .cont .top_head div{
		margin-right: 20px;
		font-weight: bold;
	}
	.talent .group .item .cont .world{
		font-size: 14px;
		line-height: 28px;
	}
	.talent .group .item .bottom{
		flex-flow: wrap;
		margin-top: 10px;
	}
	.talent .group .item .bottom .list{
		margin-right: 0;
		width: 100%;
		display: flex;
		align-items: center;
		margin-top: 10px;
	}
	.talent .group .item .bottom h4{
		width: calc(100% - 100px);
		font-size: 14px;
		line-height: 40px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.talent .group .item .bottom h3{
		width: 100px;
		font-size: 14px;
		line-height: 40px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.about_inpage .group01{
		padding: 40px 0;
	}
	.about_inpage .group01 .text{
		font-size: 14px;
	}
	.bottom_num_about{
		width: 100%;
		margin: 0;
		padding: 10px 0 0 0;
	}
	.bottom_num_about .item{
		padding: 0;
		border: 0;
	}
	.about_inpage .group02{
		padding: 40px 0 30px 0;
	}
	.til_about{
		text-align: center;
	}
	.til_about h4{
		font-size:20px;
	}
	.til_about h6{
		font-size: 18px;
	}
	.swiper-honor{
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.swiper-honor .swiper-slide{ margin-top:50px;
		padding: 0px 20px;
		
	}
	

	.about_inpage .group02{
	background: #efefef; height:500px;
	padding:40px 0; width:100%;
}
.swiper-honor .swiper-slide .img_box img{
 max-width:100% !important; height:auto !important;
	/* border: 1px solid #eee; */
}
	
	
	
	.about_inpage .group02 .swiper-pagination-bullet{
		width: 24px;
		height: 4px;
	}
	.about_inpage .group03{
		padding: 40px 0 60px 0;
	}
	.swiper-history{
		margin-top: 20px;
		padding-bottom: 30px;
		min-height: initial;
	}
	.swiper-history .swiper-wrapper{
		background: none;
	}
	.about_inpage .group03 .swiper-button-next-history,
	.about_inpage .group03 .swiper-button-prev-history{
		width: 36px;
		height: 36px;
	}
	.swiper-history .swiper-slide{
		margin: 0 !important;
	}
	.swiper-history .swiper-slide .text{
		font-size: 14px;
		line-height: 24px;
		height: 50px;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}
	.swiper-history .swiper-slide h4{
		font-size: 28px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.line_history_wap{
		width: 100%;
		height: 1px;
		background: rgba(0,0,0,0.3);
		margin-top: 20px;
	}
	.swiper-history .swiper-slide i{
		top: initial !important;
		left: 0 !important;
		bottom: -30px;
	}
	.about_inpage .group03 .btn{
		margin-top: 10px;
	}

.containera{width:90%; margin:0 auto;}

.plie li{ width:100%; margin:0 auto; border-bottom:1px solid #ddd; border-right:none; padding-bottom:18px;}

.plie li img{max-width:100% !important; height:auto !important;}
.plie li span{display:block; font-size:15px; line-height:30px; color:#333; margin-top:20px; padding-left:20px;}

.plie li span i{display:block; color:#2F2F2F; font-style:normal;line-height:35px;font-size:18px; font-weight:bold; padding-top:10px; }

.plie li:hover img{transform: scale(1.0);transition: all 0.5s;}

.news_inpage1{
		padding: 40px 0 60px 0;
	}
	.news_inpage1 .group{
		width: 100%;
		margin: 20px 0 0 0;
		justify-content: space-between;
	}
	.news_inpage1 .item{
		width: 48%;
		margin: 0 0 25px 0 !important;
	}
	.news_inpage1 .item .time{
		top: 10px;
		left: 10px;
		width: 100px;
		font-size: 12px;
	}
	.news_inpage1 .item .world h4{
		font-size: 16px;
		height:40px;
	}
	.news_inpage1 .item .world .text{
		padding-top: 10px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.news_inpage1 .item .label{
		margin-top: 10px;
	}


.texta{ margin-top:0px;}
.apply_trial .left{ margin-top:0px;

}

}

/* ---------------------------------------340--------------------------------------- */
@media(max-width:340px) {
	.footer .top .infor h4{
		font-size: 14px;
	}
}






/*-分页-*/
.pagebox{ width:100%;
	padding-top:25px;
	padding-bottom:30px;
	clear:both; color:#333;
}
.pagebox a{color:#333;}


.sx{ font-size:13px;
	text-align:center;
	margin-top:30px;
	line-height:40px;
}
.sx a:link,.sx a:visited{
	color:#333;
}
.sx a:hover{
	color:#090;}
	
.pagebox_pre_nolink	{font-size:13px;display:block; float:left; line-height:30px;}
.pagebox_next_nolink{font-size:13px;display:block;float:left; line-height:30px; margin-left:10px;}

.pagebox_pre{font-size:13px;display:block; float:left; line-height:30px;}
.pagebox_pre a{font-size:13px;}
.pagebox_next{font-size:13px;display:block;float:left; line-height:30px;margin-left:10px;}
.pagebox_next a{font-size:13px;}
.pagebox_num_nonce{ width:30px; height:30px;border-radius:100px; background:#F5F5F5; font-size:13px; line-height:30px; color:#A5A5A5; margin-left:10px; text-align:center; display:block;float:left;}
.pagebox_num_nonce:hover{ width:30px; height:30px;border-radius:100px; background:#FEFBF6; border:1px solid #526086;font-size:13px; line-height:30px; color:#526086;}	

.pagebox_num a{width:30px; height:30px;border-radius:100px; background:#F5F5F5; font-size:13px; line-height:30px; color:#A5A5A5; margin-left:10px; text-align:center;float:left;}
.pagebox_num a:hover{ width:30px; height:30px;border-radius:100px; background:#FEFBF6; border:1px solid #526086;font-size:13px; line-height:30px; color:#526086;}	
	