
	* {
	margin:0;
	padding:0;
	transition:all 300ms ease;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	cursor:pointer;
	color:#454545;
}
a:hover,a:active {
	color:#016bff;
}
body {
	color:#3d3d3d;
	background:#fff;
}
img {
	border:0px;
	/*image-rendering:pixelated;*/
    image-rendering:-moz-crisp-edges;
	/* Firefox*/
    image-rendering:-o-crisp-edges;
	/* Opera*/
    image-rendering:-webkit-optimize-contrast;
	/* Webkit (non-standard naming)*/
    image-rendering:crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
	/* IE (non-standard property)*/;
}
li {
	list-style:none;
	float:left;
}
input,textarea,select {
	color:#999;
	outline:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	    font-family: unset;
}
.hidden {
	display:none;
}
body {
	overflow-x:hidden;
	max-width:1920px;
	margin:0 auto;
}
html {
	height:101%;
}
.animate {
	display:none;
}
b,strong {
	font-weight:bold;
}
input {
	outline:none;
}
textarea {
	resize:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	border:0px solid #aaa;
	padding:2px;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#016bff;
}
i {
	font-style:normal;
}
.zitc {
	-webkit-animation:zitc 2s infinite;
	animation:zitc 2s infinite;
}
@keyframes zitc {
	0% {
	-webkit-transform:scale(1);
	transform:scale(1);
}
20% {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
25% {
	-webkit-transform:scale(1);
	transform:scale(1);
}
50% {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
75% {
	-webkit-transform:scale(1);
	transform:scale(1);
}
100% {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
;}.wrap {
	width:1200px;
	margin:0 auto;
}
.icon {
	display:inline-block;
	width:8px;
	height:8px;
	background:#fff;
	border-radius:50px;
	margin-right:10px;
}
/*头部*/
header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:80px;
	z-index:99999;
}
header.act {
	background:rgb(255,255,255);
	border-bottom:1px solid #d1d1d1;
}
header .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
header .logo {
	width:25%;
	display:flex;
	align-items:center;
}
header .logo .icon1 {
	width:39px;
	height:39px;
	display:block;
	margin-right:8px;
}
header .logo span {
	font-size:25px;
	color:#fff;
}
header.act .logo span {
	color:rgba(21,21,21,1);
}
header .nav {
	width:70%;
	display:flex;
	align-items:center;
}
header .nav li {
	flex:1;
	position:relative;
}
header .nav li a {
	display:inline-block;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18px;
	height:80px;
	line-height:80px;
}
header .nav li .line {
	width:100%;
	position:absolute;
	bottom:7px;
	display:none;
}
header .nav li .line span {
	display:block;
	width:50px;
	height:2px;
	background:#fff;
	margin:0 auto;
}
header.act .nav li .line span {
	background:rgb(31 65 253);
}
header .nav li.cur .line,header .nav li:hover .line {
	display:block;
}
header.act .nav li a {
	color:rgba(21,21,21,1);
}
header .nav li .son {
	position:absolute;
	top:80px;
	background:rgb(255,255,255);
	transition:all .2s;
	box-shadow:0 8px 18px 0 rgba(0,0,0,.12);
	display:none;
}
header .nav li:hover .son {
	display:block;
}
header .nav li .son li {
	width:100%;
}
header .nav li .son  li a {
	font-size:16px;
	color:#353b60;
	height:60px;
	line-height:60px;
	list-style:none;
}
/*轮播图*/
.con1 {
	width:100%;
	background:url(../images/banner.png) top no-repeat;
	background-size:cover;
	padding:130px 0 100px;
}
.con1 .wrap {
	display:flex;
	justify-content:space-between;
}
.con1 .fl {
	width:45%;
}
.con1 .fl .tit {
	font-size:40px;
	line-height:55px;
	color:#fff;
}
.con1 .fl .des {
	width:84%;
	font-size:18px;
	/* font-weight:400;*/
	line-height:35px;
	color:#fff;
	margin:15px 0 11px;
}
.con1 .fl ul.content {
	width:100%;
	display:inline-block;
}
.con1 .fl ul.content li {
	font-size:18px;
	line-height:35px;
	color:#fff;
	width:100%;
}
.con1 .fl .btn {
	width:100%;
	display:flex;
	margin-top:35px;
	margin-bottom:100px;
}
.con1 .fl .btn a {
	display:inline-block;
	text-align:center;
	font-size:18px;
	width:35%;
	height:48px;
	line-height:48px;
	color:#fff;
	border:1px solid #fff;
	border-radius:8px;
}
.con1 .fl .btn a:hover {
	font-weight:bold;
}
.con1 .fl .btn a:first-child {
	margin-right:45px;
}
.con1 .fr {
	width:50%;
}
.con1 .fr  img {
	width:100%;
	display:block;
}
/*产品介绍*/
.con2 {
	margin:30px auto 100px;
}
.con2 .tit {
	text-align:center;
	font-size:35px;
	color:rgba(21,21,21,1);
}
.con2 .line {
	display:block;
	width:70px;
	height:6px;
	margin:20px auto 35px;
	border-radius:50px;
	background:linear-gradient(-90deg,#3967fe,#6d39ff);
}
.con2 .des {
	text-indent:2em;
	color:rgba(21,21,21,1);
	font-size:18px;
	line-height:35px;
	text-align:justify;
}
/*公用*/
.section {
	display:flex;
	justify-content:space-between;
	margin-bottom:100px;
}
.section .fl {
	width:50%;
}
.section .fl .img {
	width:100%;
}
.section .fl .img img {
	width:100%;
	display:block;
}
.section .fl .bj {
	width:100%;
	background:#999;
}
.section .fr {
	width:45%;
}
.section .fr .tit {
	/*	margin-top:20px;*/
	color:rgba(21,21,21,1);
	font-size:35px;
	line-height:48px;
	margin-bottom:30px;
	font-weight:bold;
}
.section .fr .nr {
	;
}
.section .fr .nr li {
	width:100%;
	display:flex;
	align-items:baseline;
	margin-bottom:12px;
}
.section .fr .nr li .icon {
	background:rgba(21,21,21,1);
}
.section .fr .nr li p {
	color:rgba(21,21,21,1);
	font-size:18px;
	line-height:35px;
	width:96%;
}
/*WhatsApp筛号*/
.con4 {
	display:inline-block;
	width:100%;
}
.con4 .fl {
	width:46%;
	/*height:100%;*/
position:relative;
	float:right;
	right:0;
}
.con4 .fr {
	width:48%;
	float:left;
	left:0;
}
.con4 .fl .zs {
	position:absolute;
	bottom:0;
	font-size:17px;
	line-height:42px;
	color:red;
	text-align:center;
	width:100%;
	letter-spacing:2px;
	background:rgb(242 241 241 / 90%);
}
/*WhatsApp客服软件*/
.con5 .fl {
	width:45%;
}
.con5 .fr {
	width:50%;
}
/*WhatsApp群发软件*/
.con6 {
	display:inline-block;
	width:100%;
}
.con6 .fl {
	width:52%;
	float:right;
	right:0;
}
.con6 .fr {
	width:45%;
	float:left;
	left:0;
}
/*WhatsApp群成员采集软件*/
.con7 .fl {
	width:47%;
}
.con7 .fr {
	width:47%;
}
/*跨境Hi聊*/
.con6 {
	display:inline-block;
	width:100%;
}
.con8 .fl {
	width:56%;
	float:right;
	right:0;
}
.con8 .fl .img {
	display:flex;
	justify-content:space-between;
}
.con8 .fl .img img {
	width:48%;
}
.con8 .fr {
	width:40%;
	float:left;
	left:0;
}
/*筛选号点击图片查看视频*/
.w800 {
	width:65%;
	margin:0 auto;
}
.zzc {
	width:100%;
	height:100%;
	position:absolute;
}
.video01 {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	z-index:9999999;
	background:rgba(21,21,21,.6);
}
.video01 .nr {
	position:relative;
	margin-top:3%;
	z-index:999;
}
.video01 .nr video {
	width:100%;
	outline:medium;
}
/*点击图片查看大图*/
.w600 {
	/*	width:55%;*/
	height:94%;
	margin:0 auto;
}
.img01 {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	bottom:0;
	z-index:9999999;
	background:rgba(21,21,21,.6);
}
.img01 .nr {
	position:relative;
	margin-top:1.5%;
}
.img01 .nr img {
	width:auto;
	height:100%;
	margin:0 auto;
	display:block;
}
/*产品咨询*/
.con9 {
	width:100%;
	margin:0 0 80px;
	background:#eef3ff;
	padding:80px 0;
}
.con9 .tit {
	text-align:center;
	font-size:35px;
	color:rgba(21,21,21,1);
}
.con9 .line {
	display:block;
	width:70px;
	height:6px;
	margin:20px auto 35px;
	border-radius:50px;
	background:linear-gradient(-90deg,#3967fe,#6d39ff);
}
.con9 ul {
	width:100%;
	margin:0 auto;
	display:grid;
	grid-template-columns:repeat(2,47.5%);
	justify-content:space-between;
	margin-top:60px;
}
.con9 ul li {
	height:103px;
	width:100%;
	margin:0 auto;
	margin-bottom:28px;
	position:relative;
	border-bottom:#b9b9b9 dashed 1px;
	padding-bottom:28px;
}
.con9 ul li em {
	display:block;
	float:left;
	display:block;
	width:98px;
	height:98px;
	border:#e5e5e5 solid 1px;
	text-align:center;
	font-size:16px;
	color:#333;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	font-style:initial;
}
.con9 ul li em span {
	display:block;
	font-size:50px;
	color:#333;
	line-height:58px;
	padding-top:6px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	font-style:initial;
}
.con9 ul li a {
	display:block;
	width:100%;
	height:100px;
}
.con9 ul li h3 {
	width:80%;
	float:right;
	height:100px;
	margin-top:12px;
}
.con9 ul li p {
	font-size:18px;
	color:#333;
	width:100%;
	line-height:18px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.con9 ul li  span {
	display:block;
	font-size:14px;
	color:#666;
	line-height:22px;
	padding-top:18px;
	font-weight:normal;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.con9 ul li:hover i,.con9 ul li:hover i span {
	color:#2e63bc;
}
.con9 ul li:hover p {
	color:#3a5afd;
}
.con9 ul li:hover em,.con9 ul li:hover em span {
	color:#3a5afd;
}
/*联系我们*/
.lxwm {
	width:100%;
	padding:100px 0 0;
	background:url(../images/bj.png) top no-repeat;
	background-size:cover;
}
.lxwm .tit {
	text-align:center;
	font-size:35px;
	color:rgba(21,21,21,1);
}
.lxwm .line {
	display:block;
	width:70px;
	height:6px;
	margin:20px auto 35px;
	border-radius:50px;
	background:linear-gradient(-90deg,#3967fe,#6d39ff);
}
.lxwm ul {
	width:100%;
	display:inline-block;
}
.lxwm ul li {
	color:rgba(21,21,21,1);
	font-size:22px;
	line-height:38px;
	width:100%;
	text-align:center;
	margin-bottom:25px;
}
footer {
	background:#232324f5;
	height:70px;
}
footer p {
	font-size:16px;
	color:#fff;
	text-align:center;
	width:100%;
	line-height:70px;
}
/*返回顶部*/
.toolbar {
	display:none;
	width:52px;
	position:fixed;
	right:1%;
	bottom:15%;
	margin-top:-115px;
	z-index:999;
}
.toolbar dd {
	width:51px;
	height:51px;
	margin-bottom:1px;
	position:relative;
	-webkit-border-radius:100%;
	border-radius:100%;
	margin-top:4px;
	border:#ebebeb solid 1px;
	background-color:#fff;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.toolbar dd i {
	width:51px;
	height:51px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	text-align:center;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.toolbar .fhdb span {
	background-position:-35px -142px;
}
.toolbar dd i span {
	width:35px;
	height:35px;
	display:block;
	margin:8px 0 0 8px;
	background:url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar .fhdb:hover {
	background-color:#3967fe;
	border-radius:100%;
}
.toolbar .fhdb:hover span {
	background-position:0 -142px;
}
/*手机端菜单*/
.m_head {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:75px;
	z-index:99999;
}
.m_head.act {
	background:#016bff;
	border-bottom:1px solid #d1d1d1;
}
.m_head .wrap {
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.m_head .logo {
	display:flex;
	align-items:center;
}
.m_head .logo .icon1 {
	width:39px;
	height:39px;
	display:block;
	margin-right:8px;
}
.m_head .logo span {
	font-size:22px;
	color:#fff;
}
.m_head .m_cd {
	width:38px;
	height:38px;
	display:block;
}
.m_head .m_cd .cd {
	width:100%;
	height:100%;
	display:block;
	background:url(../images/nav.png) no-repeat;
	background-size:cover;
}
.m_head .m_cd .cd.hide {
	background:url(../images/hide.png) no-repeat;
	background-size:cover;
}
.m_nav {
	width:150px;
	display:none;
	position:fixed;
	top:75px;
	right:5%;
	background:rgb(255,255,255);
	z-index:99999;
	padding:0 10px;
}
.m_nav li {
	width:100%;
}
.m_nav li.cur > a {
	color:#016bff;
}
.m_nav li a {
	display:inline-block;
	width:100%;
	text-align:center;
	color:rgba(21,21,21,1);
	font-size:17px;
	height:48px;
	line-height:48px;
	text-align:left;
}
.m_nav li .son {
	margin-left:9%;
}
.m_nav li .son li {

}
.m_nav li .son li a {

}
.m_nav li a:hover {
	font-weight:550;
}
.sp02 {
	display:none;
}
.sp02 .tab01 {
	display:flex;
	justify-content:space-between;
}
.sp02 .tab01 li {
	width:47%;
	background:#eef3ff;
	font-size:16px;
	color:rgba(21,21,21,1);
	text-align:center;
	height:48px;
	line-height:48px;
}
.sp02 .tab01 li.cur {
	background:linear-gradient(-90deg,#3967fe,#6d39ff);
	color:#fff;
}
.sp02 .tab02 {
	width:100%;
	margin-top:30px;
}
.sp02 .tab02 section {
	width:100%;
}
.sp02 .tab02 section.yc {
	display:none;
}
.sp02 .tab02 section img {
	width:100%;
}
.sp02 .tab02 section video {
	width:100%;
}
/*产品截图 + 产品讲解视频*/
.section .tab_ul {
	display:flex;
	justify-content:space-between;
}
.section .tab_ul li {
	width:47%;
	background:#eef3ff;
	font-size:16px;
	color:rgba(21,21,21,1);
	text-align:center;
	height:48px;
	line-height:48px;
	border-radius:6px;
	cursor:pointer;
}
.section .tab_ul li.cur {
	background:linear-gradient(-90deg,#3967fe,#6d39ff);
	color:#fff;
}
.section .tab_con {
	width:100%;
	margin-top:30px;
}
.section .tab_con section {
	width:100%;
}
.section .tab_con section.hide {
	display:none;
}
.section .tab_con section.img img {
	width:100%;
	display:block;
	cursor:pointer;
}
.con8 .tab_con section.img img.picture {
	width:48%;
	display:block;
}
.section .tab_con section.video video {
	width:100%;
	display:block;
}
/*外贸资讯*/
/*part2*/
.part2 {
	padding:70px 0 60px;
	background:#f5f5f5;
}
.part2 .part2_nr {
	display:flex;
	justify-content:space-between;
}
.part2 .iclass_tit {
	text-align:center;
	color:#313131;
	line-height:1;
	margin-bottom:40px;
}
.part2 .iclass_tit h1 {
	text-align:center;
	font-size:35px;
	color:rgba(21,21,21,1);
}
.part2 .line {
	display:block;
	width:70px;
	height:6px;
	margin:20px auto 35px;
	border-radius:50px;
	background:linear-gradient(-90deg,#3967fe,#6d39ff);
}
.part2 .iexpert {
	width:47%;
	position:relative;
	float:left;
	left:0;
}
.iexpert .iexpertCon {
	position:relative;
	overflow:hidden;
}
.iexpert .list {
	width:100%;
	position:relative;
}
.iexpert .item {
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
	padding:24px 0 0;
}
.iexpert .item:hover .date {
	color:#0061a8;
}
.iexpert .item:hover .des h4 {
	color:#0061a8;
}
.iexpert .item:hover .des span {
	background:#0061a8;
	border-color:#0061a8;
	color:#ffffff;
}
.iexpert .item a {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.iexpert .item .img {
	float:left;
	width:28%;
	height:auto;
	border:1px solid #d5d5d5;
	overflow:hidden;
}
.iexpert .item .img img {
	display:block;
	width:100%;
	height:auto;
	transition:all ease 0.5s;
}
.iexpert .item .des {
	float:left;
	width:68%;
}
.iexpert .item .des h4 {
	font-size:18px;
	line-height:35px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.iexpert .item .des h5 {
	color:#999999;
	font-size:14px;
	line-height:28px;
}
.iexpert .item .des p {
	font-size:14px;
	line-height:28px;
	color:#666666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.iexpert .item .des span {
	width:106px;
	height:30px;
	border:1px solid #cccccc;
	border-radius:30px;
	display:block;
	text-align:center;
	line-height:30px;
	font-size:14px;
	margin-top:18px;
	transition:all ease 0.5s;
}
.iexpert .item:hover .des span {
	width:120px;
}
.iexpert .item:hover .img img {
	transform:scale(1.05);
}
.iexpert .hd ul {
	overflow:hidden;
	margin-top:10px;
	zoom:1;
	margin:24px auto;
	display:block;
	width:108px;
}
.iexpert .hd ul li {
	float:left;
	width:12px;
	height:12px;
	border-radius:12px;
	overflow:hidden;
	margin:0 12px;
	text-indent:-999px;
	cursor:pointer;
	background:#333333;
}
.iexpert .hd ul li.on {
	background:#0074c9;
}
.itit {
	width:100%;
	font-weight:700;
	border-bottom:1px solid #d5d5d5;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.itit .tit {
	float:left;
	color:#414141;
	font-size:24px;
	font-weight:400;
	line-height:60px;
}
.itit .tit i {
	font-style:normal;
	color:#1e45a2;
}
.itit a.more {
	float:right;
	color:#414141;
	font-size:14px;
	line-height:60px;
	font-weight:normal;
}
.itit a.more:hover {
	color:#016bff;
}
.part2 .inews {
	width:48%;
	float:right;
	right:0;
}
.part2 .inews ul {
	margin-top:14px;
}
.part2 .inews li {
	width:100%;
	display:block;
	margin-bottom:20px;
}
.part2 .inews li a {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.part2 .inews li .des {
	width:83%;
	float:left;
	transition:all ease 0.5s;
}
.part2 .inews li .des h2 {
	font-size:18px;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.part2 .inews li .des p {
	line-height:28px;
	color:#666666;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-align:justify;
}
.part2 .inews li .date {
	width:15%;
	float:right;
	text-align:center;
	color:#666666;
}
.part2 .inews li .date h3 {
	font-size:14px;
}
.part2 .inews li .date span {
	font-size:30px;
}
.part2 .inews li:hover .des {
	padding-left:20px;
}
